Feishu File Image Sender
Paste the following prompt into your AI chat to install this skill:
Install @user_037a0790/feishu-file-image-sender into your AI assistant using https://skillhub.cn/install/skillhub.md.
About this skill
Problem Solved
Automation flows often need to send a local file to a specific Feishu user without manual login, chat selection, and drag-and-drop. Calling Feishu IM directly still requires handling open_id, account configuration, and result interpretation. This skill narrows that work into one callable step: provide a file path, a target open_id, and the account name from the channel configuration in openclaw.json, then let OpenClaw send the file and return a machine-readable result.
How It Works
- Accepts inputs: local
file path, target useropen_id, and the current Feishu accountaccountname. - Sends a file message to the target user through Feishu IM.
- Returns a success or failure JSON result, making it easier for upstream logic to branch, retry, or log.
- Requires
Python 3.6+and therequestslibrary.
Boundaries
- It covers “send a file to a specified Feishu user,” not document creation, cloud drive management, or group-message routing.
- The caller must provide a valid file path and the target
open_id. - If
requestsis not installed, the dependency must be resolved before the skill is used.
Use Cases
- After reports are generated, send the local PDF file to a designated reviewer.
- During contract archiving, send signed scans to the legal contact through Feishu IM.
- After delivery, send the local installer package to the designated project member.
- After testing, send local log archives to the target user and record the result.
Best For
- Automation engineers who need OpenClaw to send local files to designated Feishu users.
- Project operations staff who need to route deliverables to members and capture JSON status.
- Legal assistants who need to send signed contract scans to legal contacts on Feishu.
- Test engineers who need to send result packages and record success or failure.
Related Skills
Convert teaching schedules from talent development plan PDFs into structured Excel files, with cross-page tables, merged cells, multi-semester course splitting, major metadata extraction, and batch output.
Turn post-meeting text into bilingual minutes, preserving structure and consistent terminology.
Interprets tender files, generates bid docs, and checks compliance via the Bailian API.
Create, repair, and recalculate xlsx, xlsm, csv, or tsv workbooks with formula-safe edits, validation, and recalculation.