Feishu Image Sent
Skill by andersonhjb
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/andersonhjb/feishu-image-sentWhat This Skill Does
The Feishu Image Sent skill acts as a streamlined bridge between your macOS environment and Feishu (Lark), allowing you to capture, manage, and transmit visual information without leaving your terminal or automation workflow. By integrating with the system-level screencapture utility, this skill empowers OpenClaw to perform full-screen captures, interactive region selection, and direct file uploads to your designated Feishu workspace. It automates the tedious process of taking a screenshot, moving it to a permitted directory, and triggering a send command, ensuring your visual communication is as efficient as your technical workflows.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/andersonhjb/feishu-image-sent
Ensure your system has the necessary permissions to access screen recording and that your OpenClaw workspace directory is configured correctly at /Users/yourusername/.openclaw/workspace/.
Use Cases
- Technical Support & Debugging: Instantly capture error dialogs or UI anomalies and send them directly to a developer or support group in Feishu.
- Documentation Automation: Efficiently generate screenshot sequences for internal guides or project demonstrations without manual file management.
- Remote Collaboration: Share real-time screen segments during collaborative sessions to keep remote team members synchronized with your current desktop status.
- Proof of Work: Automatically document the output of CLI scripts or long-running processes by capturing the terminal state and relaying it to a status reporting channel.
Example Prompts
- "Take a full-screen capture of my current desktop and send it to the team's Feishu channel immediately."
- "Open an interactive selection tool, let me choose a region to screenshot, and then send that image to my work group."
- "Find the file 'error_log.png' in my desktop folder, move it to the workspace, and send it via Feishu."
Tips & Limitations
- Permissions: Ensure your shell has 'Screen Recording' permissions granted in macOS System Settings, otherwise the
screencapturecommand will fail to capture anything but a blank image. - File Management: Always ensure images are placed in the
/workspacedirectory before triggering themessage(action="send")command to avoid path permission errors. - Performance: While the skill handles basic compression, sending extremely high-resolution screenshots over slow networks may introduce latency. For best results, use area-specific captures when possible.
- Clean-up: Regularly prune your workspace directory to avoid accumulation of temporary PNG files, as the skill keeps copies until you manually remove them.
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-andersonhjb-feishu-image-sent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution