feishui-file-sender
PassAudited by ClawScan on May 1, 2026.
Overview
This is a simple instruction-only Feishu file-sending helper; its main caution is to verify the file path and chat target before sending local files externally.
This skill appears coherent and purpose-aligned. Use it only when you intentionally want to send a specific local file or archive to Feishu, and double-check the archive contents, absolute file path, and target chat ID before sending.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A wrong file path or chat ID could send a local file to the wrong Feishu group or user.
The skill instructs use of a messaging tool to send a local file path to a Feishu chat. This is the stated purpose, but it is still an external file-transfer action that should be directed by the user.
message( action="send", channel="feishu", filePath="/tmp/skill_name.zip", message="📦 Skill Name", target="oc_xxxxxxxxxxxx" )
Before using it, confirm the exact file path, archive contents, and Feishu recipient.
The ZIP archive may include more files than intended if the wrong directory is selected.
The skill includes a shell command to create a ZIP archive from a local skill folder. This is purpose-aligned packaging, not hidden execution, but users should ensure the selected folder does not contain unintended private files.
cd /root/.openclaw/workspace/skills zip -r /tmp/skill_name.zip skill_folder/
Inspect or list the archive contents before sending, especially when packaging skill folders.
Files may be sent under the configured Feishu identity to group chats or direct messages.
The skill depends on an existing Feishu channel configuration and a chat target, meaning it uses delegated Feishu messaging access. This is expected for the purpose, but users should be aware which account/channel is being used.
- OpenClaw configured with Feishu channel - Target chat ID (group or user)
Use only the intended Feishu account/channel and verify the target chat ID before sending.
