feishu-file-sender
飞书文件发送器。通过飞书 OpenAPI 上传并发送 agent 生成的本地文件或图片,补齐飞书渠道缺失的文件投递能力。
适合你,如果需要在 agent 工作流中向飞书投递文件
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/feishu-file-sender/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/feishu-file-sender/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/feishu-file-sender安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~335最小装载
~3.3K含声明引用
~3.5K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
Claude 可以将生成的本地文件或图片上传并发送到飞书聊天中。
什么时候触发
当你需要将本地文件或图片回传到飞书聊天时触发。
装好后可以这样说
发送文件到当前聊天
发送图片到当前聊天
指定接收对象,需要提供open_id等
技能原文 SKILL.md
Feishu File Sender
Use this skill when a local artifact must be delivered back into Feishu chat as a file or image.
Use this skill for
- 上传 agent 生成的本地文件到飞书
- 把二维码、截图、报表、导出文件回传到聊天
- 以文件消息或图片消息发送
Do not use this skill for Bitable attachment columns or for plain text replies.
Default workflow
- Confirm the local file path is absolute.
- Prefer sending to the current chat when possible.
- Let the script auto-detect id type unless there is a reason to force it.
- Keep credentials in
~/.crawclaw/crawclaw.json; do not duplicate them elsewhere.
Working rules
oc_-> chat_idou_-> open_idon_-> user_id- Prefer image mode only for real image assets.
Read references as needed
references/README.mdFor extended setup notes, examples, and background.
Bundled script
scripts/feishu_file_sender.py
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…