AI Agent Hub
Back to skills
Feishu File Image Sender icon

Feishu File Image Sender

Office Efficiency Updated 2026.08.29

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 user open_id, and the current Feishu account account name.
  • 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 the requests library.

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 requests is 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.