ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

feishu-image-sender

飞书图片发送 - 使用API直接发送图片到飞书 / Send images to Feishu via API

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bombfuock/feishu-img-send
Or

What This Skill Does

The feishu-image-sender skill is a specialized communication tool for the OpenClaw AI agent that enables seamless image transmission to Feishu (Lark) workspaces via the official Feishu Open Platform APIs. By abstracting the complex authentication and file-handling processes required by the Feishu API—including token management, image uploading to obtain a unique image_key, and final message dispatch—this skill allows agents to instantly share visual data, screenshots, or generated assets with team members or specific internal users. It is designed to act as an automated bridge between the AI workspace and your corporate messaging environment.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bombfuock/feishu-img-send Ensure your local environment has the necessary network permissions to reach the Feishu Open Platform endpoints. No additional environment variables for credentials are required as the script utilizes built-in authentication tokens.

Use Cases

This skill is ideal for teams relying on Feishu as their primary communication hub. Use cases include: sending automated reports as screenshots to team leads, delivering AI-generated visual content directly to design review channels, providing real-time visual status updates to stakeholders, or simply automating the routine sharing of local files that need to be captured and sent to specific user IDs without leaving the CLI or AI agent interface.

Example Prompts

  1. "OpenClaw, please take the dashboard screenshot from my desktop and send it to user ID ou_123456789 on Feishu."
  2. "Send the file generated in the /output folder named result.png to the team lead via Feishu immediately."
  3. "After you finish running the data visualization task, share the resulting image with my colleague using their Feishu user ID."

Tips & Limitations

To ensure success, verify that the target user ID exists and that your internal app configuration includes the im:resource and im:message permissions. Note that this skill is optimized for internal enterprise use; it does not support sending messages to external users unless your Feishu organization permits cross-tenant communication. Always ensure file paths are absolute and accessible by the agent process to avoid read errors. If the image upload fails, double-check that the file size is within the limits defined by Feishu's API for image resources.

Metadata

Author@bombfuock
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bombfuock-feishu-img-send": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#automation#messaging#image-transfer#api
Safety Score: 4/5

Flags: file-read, external-api