Feishu Media Sender
/install feishu-media-sender
Feishu Media Sender | 飞书媒体发送器
Upload images or videos to Feishu and send as media messages with in-chat preview/playback.
将图片或视频上传至飞书并以媒体消息发送,聊天中可直接预览/播放。
Quick Start
# Send image (auto-detect)
python3 scripts/feishu_send_media.py --file photo.jpg --receive-id ou_xxx
# Send video
python3 scripts/feishu_send_media.py --file video.mp4 --receive-id ou_xxx
# Explicit type override
python3 scripts/feishu_send_media.py --file clip.gif --receive-id ou_xxx --type video
Arguments
| Param | Required | Description |
|---|---|---|
--file |
✅ | Local file path (absolute) |
--receive-id |
optional | Target chat_id or open_id. Falls back to OPENCLAW_CHAT_ID env var |
--receive-id-type |
optional | Auto-detected from prefix: oc_ → chat_id, ou_ → open_id |
--type |
optional | image or video. Auto-detected from file extension if omitted |
Supported Formats
Image: JPG, JPEG, PNG, WEBP, GIF, BMP, ICO, TIFF, HEIC (max 10 MB)
Video: MP4, MOV, AVI, MKV, WEBM (max 30 MB, uploaded as MP4)
How It Works
Images:
- Upload via
/im/v1/images→ getimage_key - Send message with
msg_type=image, content{"image_key": "..."}
Videos:
- Upload via
/im/v1/files(file_type=mp4) → getfile_key - Send message with
msg_type=media, content{"file_key": "..."}
Credentials are auto-read from ~/.openclaw/openclaw.json.
API Reference
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-media-sender - After installation, invoke the skill by name or use
/feishu-media-sender - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Media Sender?
飞书媒体发送器 — 上传图片或视频并以媒体消息发送到飞书聊天中。图片直接预览,视频支持播放。补齐飞书渠道缺失的媒体投递能力。| Feishu Media Sender — Upload & send images/videos via Feishu OpenAPI with in-chat preview/pla... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Feishu Media Sender?
Run "/install feishu-media-sender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Media Sender free?
Yes, Feishu Media Sender is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Media Sender support?
Feishu Media Sender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Media Sender?
It is built and maintained by yinranphoto (@yinranphoto); the current version is v1.0.0.