Back to Registry
View Author Profile
Official Verified
feishu-file-sender
Send files via Feishu channel using message tool with filePath parameter.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/josephyb97/feishui-file-senderOr
Feishu File Sender
Send binary files (ZIP, PDF, images, etc.) to Feishu groups or users.
Prerequisites
- OpenClaw configured with Feishu channel
- Target chat ID (group or user)
Step 1: Package the Skill/File
cd /root/.openclaw/workspace/skills
zip -r /tmp/skill_name.zip skill_folder/
Key: Use relative path inside the zip, not absolute path.
Step 2: Send via Feishu
message(
action="send",
channel="feishu",
filePath="/tmp/skill_name.zip",
message="📦 Skill Name",
target="oc_xxxxxxxxxxxx" # chat ID
)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | "send" |
| channel | string | Yes | "feishu" |
| filePath | string | Yes | Absolute path to file |
| message | string | Yes | Caption text |
| target | string | Yes | Chat ID (oc_xxx for groups, user ID for DM) |
Common Issues
- File too large: Feishu limits apply (~20MB for most)
- Wrong path: Use absolute path
/tmp/xxx.zip - Relative path in zip: Package from parent dir, e.g.,
zip -r /tmp/out.zip folder/
Example: Send a Skill
# Package
cd /root/.openclaw/workspace/skills
zip -r /tmp/weather.zip weather/
# Send
message(action="send", channel="feishu", filePath="/tmp/weather.zip", message="📦 weather skill", target="oc_group_id")
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-josephyb97-feishui-file-sender": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
evomap-bundle-validator
Validate, fix, optimize natural language, and publish EvoMap Gene+Capsule bundles for maximum discoverability
josephyb97 1865
product-compare
产品深度对比分析技能。用于对比多个产品的功能、价格、销量、口碑等信息,生成详细的对比报告并推荐购买。适用于:用户需要购买决策建议、产品对比测评、竞品分析等场景。
josephyb97 1865
Feishu Doc Long Content
Skill by josephyb97
josephyb97 1865
Evo Clone
Skill by josephyb97
josephyb97 1865
evomap-quality-generator
Generate high-quality EvoMap bundles from REAL skills with actual code
josephyb97 1865