feishu-office-toolkit
飞书办公自动化综合技能,覆盖日历、消息、审批、多维表格、通讯录和考勤等核心办公场景。适合用户明确要“在飞书里”完成办公动作,且需求跨多个飞书模块时使用。
适合你,如果经常在飞书里处理日常办公事务
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/feishu-office-toolkit/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/feishu-office-toolkit/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/feishu-office-toolkit安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~358最小装载
~11.8K含声明引用
~21.8K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,Claude会根据你的指令自动路由到飞书的不同办公模块(如日历、消息、审批、多维表格、通讯录、考勤)来执行任务。
什么时候触发
当你明确提到要在飞书里完成办公动作,且需求涉及日历、消息、审批等模块时触发。
装好后可以这样说
自动调用日历和消息模块
结合通讯录和审批模块
同时处理考勤和审批
技能原文 SKILL.md
Feishu Office Toolkit
Use this as the router skill for broad Feishu office automation.
Use this skill for
- 预约会议室和管理日程
- 发消息、回消息、发卡片
- 发起或处理审批
- 操作多维表格
- 查询通讯录
- 处理考勤相关读取
If the user is clearly asking for a single domain, prefer the narrower Feishu skill instead of this aggregate one.
Default routing
- Calendar or room booking ->
references/calendar.md - Messaging ->
references/messaging.md - Approval ->
references/approval.md - Bitable ->
references/bitable.md - Contacts ->
references/contacts.md - Attendance ->
references/attendance.md
Working rules
- Keep credentials in env, not inside prompts or scripts.
- Use this skill to pick the right Feishu execution path; do not keep all domain details in the main
SKILL.md. - Keep external writes, permission changes, and login/authorization in the main flow rather than hidden in subagents.
Read references as needed
references/README.mdFor setup notes and broader background.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…