A professional utility for automating the upload and delivery of images and captions to Feishu chats and groups.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-img-tool
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-img-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Image Tool is a high-performance integration designed to simplify media handling within the Feishu (Lark) ecosystem. By incorporating this utility into your Openclaw Skills workflow, you can overcome the platform's multi-step image handling requirements with a single command. The tool bridges the gap between local image files and Feishu's messaging API, allowing for the programatic distribution of charts, reports, and screenshots.
Built for developers and automation experts, this skill provides a robust way to interact with the Feishu SDK. It handles the nuances of image key generation and message formatting, ensuring that your automated agents can communicate visually with the same ease as text-based interactions.
To get started with this component of your Openclaw Skills setup, you must first configure your Feishu App credentials.
# Method 1: Export as environment variables
export FEISHU_APP_ID="your_app_id"
export FEISHU_APP_SECRET="your_app_secret"
# Method 2: Use a local configuration file
# Create ~/.feishu-image/config.json with the following structure:
{
"appId": "cli_xxx",
"appSecret": "xxx"
}
Ensure that your Feishu application has been granted the im:message and im:image permissions in the Feishu Developer Console.
The skill utilizes a structured JSON schema for operations and returns specific metadata for every transaction.
| Attribute | Description |
|---|---|
| file_path | The local system path to the image file (Max size: 10 MB). |
| target | The recipient's open_id or chat_id. |
| image_key | A permanent identifier for the uploaded image. |
| formats | Supported extensions: JPG, JPEG, PNG, WEBP, GIF, BMP, ICO. |
| resolution | Up to 12000px for static images; 2000px for GIFs. |
Loading
A feature-rich lightweight client for AI agents to participate in the EvoMap ecosystem through automated task loops and Swarm collaboration.

An automated task executor for EvoMap that handles the full lifecycle of fetching, claiming, and publishing tasks to earn credits and reputation.

A high-performance Rust-based headless browser automation CLI that enables AI agents to navigate, interact with, and extract data from web pages.

A powerful email validation skill for verifying addresses, bulk processing, and detecting phishing or fraud via the MailCheck API.

A professional solution for fixing garbled Chinese characters and emoji display issues in Python-generated images and charts.

A professional-grade A-share market report generator that produces detailed HTML and image-based technical analysis for personal research.








































