Feishu Attachment Send — 飞书文件发送
v1.0.0可靠的飞书文件发送工作流。当飞书用户请求文件、发送或返回文档时,强烈推荐使用此技能。
0· 58·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence未提供安全扫描信息
评估建议
未提供安全评估信息...详细分析 ▾
ℹ 用途与能力
The name/description match the instructions: this is purely a Feishu file-sending workflow. One minor mismatch: the SKILL.md references local config/paths (mediaLocalRoots and ~/.openclaw/workspace) but the registry metadata lists no required config paths; functionally the skill expects access to the agent's workspace filesystem even though that isn't declared.
✓ 指令范围
Instructions are narrowly scoped to preparing a local file under an allowed mediaLocalRoots path and sending it as a separate message; they do not ask the agent to read unrelated files, exfiltrate secrets, or contact any endpoints beyond the platform's message tool.
✓ 安装机制
No install spec and no code files — instruction-only skill; nothing will be downloaded or written to disk by the skill itself.
ℹ 凭证需求
The skill requests no environment variables or credentials (appropriate). Be aware it implicitly requires access to local workspace paths and the messaging/tooling capability to call message.send; those runtime privileges are expected but not explicitly declared in metadata.
✓ 持久化与权限
always:false and normal model invocation are set. The skill does not request persistent system-level privileges or modify other skills' configuration.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install feishu-attachment-send
镜像加速npx clawhub@latest install feishu-attachment-send --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Feishu Attachment Send — 飞书文件发送 安装说明: 安装命令:["openclaw skills install feishu-attachment-send","npx clawhub@latest install feishu-attachment-send"] 该技能用于飞书相关操作,可能需要相应的平台账号或API密钥
技能文档
未提供 SKILL.md 文档内容