feishu-image-sender
飞书图片发送 - 使用API直接发送图片到飞书 / Send images to Feishu via API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bombfuock/feishu-img-sendWhat 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
- "OpenClaw, please take the dashboard screenshot from my desktop and send it to user ID ou_123456789 on Feishu."
- "Send the file generated in the /output folder named result.png to the team lead via Feishu immediately."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bombfuock-feishu-img-send": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
weibo-login
登录微博账号的技能。使用浏览器扫码登录微博(weibo.com),用于保持会话状态以便后续抓取内容或发帖。当用户需要登录微博时使用此技能。
captcha-solver
验证码识别与解决 - 本地OCR识别 + 第三方API / CAPTCHA Recognition and Solving - Local OCR + Third-party APIs
v2ray-proxy
V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理 / V2Ray Proxy Management - Auto start/stop proxy based on network conditions
super-self-improving
超级自我优化智能体 - 多模态记忆、反馈循环、元学习、置信度校准 / Super Self-Improving Agent - Multi-modal Memory, Feedback Loops, Meta-Learning, Confidence Calibration
a-stock-trader
A股模拟交易系统 - 数据爬取、存储、策略回测、模拟交易 / A-Share Paper Trading System - Data Fetch, Storage, Backtest, Simulation