feishu-task
Installation
SKILL.md
飞书任务管理
🚨 执行前必读
- ✅ 时间格式:ISO 8601 / RFC 3339(带时区),例如
2026-02-28T17:00:00+08:00 - ✅ 身份授权:工具支持
auth_type为user(默认,用户身份)或tenant(应用身份)。 - ✅ 任务 Agent(feishu_task_agent):仅支持应用身份(tenant),不支持 user 身份
- ✅ current_user_id 强烈建议:从消息上下文的 SenderId 获取(ou_...),工具会自动添加为 follower(如不在 members 中),确保创建者可以编辑任务
- ✅ patch/get 必须:task_guid
- ✅ tasklist.tasks 必须:tasklist_guid
- ✅ 完成任务:completed_at = "2026-02-26 15:00:00"
- ✅ 反完成(恢复未完成):completed_at = "0"
- ✅ append_steps 的 task_steps[].timestamp:秒级 Unix 时间戳(10 位),不要用毫秒(13 位)
📋 快速索引:意图 → 工具 → 必填参数
| 用户意图 | 工具 | action | 必填参数 | 强烈建议 | 常用可选 |
Related skills