Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send files via Feishu channel using message tool with filePath parameter.
Send files via Feishu channel using message tool with filePath parameter.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Send binary files (ZIP, PDF, images, etc.) to Feishu groups or users.
OpenClaw configured with Feishu channel Target chat ID (group or user)
cd /root/.openclaw/workspace/skills zip -r /tmp/skill_name.zip skill_folder/ Key: Use relative path inside the zip, not absolute path.
message( action="send", channel="feishu", filePath="/tmp/skill_name.zip", message="📦 Skill Name", target="oc_xxxxxxxxxxxx" # chat ID )
ParameterTypeRequiredDescriptionactionstringYes"send"channelstringYes"feishu"filePathstringYesAbsolute path to filemessagestringYesCaption texttargetstringYesChat ID (oc_xxx for groups, user ID for DM)
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/
# 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")
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.