feishu-task
飞书任务管理工具,用于创建、查询、更新任务和清单。 **当以下情况时使用此 Skill**: (1) 需要创建、查询、更新、删除任务 (2) 需要创建、管理任务清单 (3) 需要查看任务列表或清单内的任务 (4) 用户提到"任务"、"待办"、"to-do"、"清单"、"task" (5) 需要设置任务负责人、关注人、截止时间
npx skills add nexu-io/nexu --skill feishu-task --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 飞书任务管理 ## 🚨 执行前必读 - ✅ **时间格式**:ISO 8601 / RFC 3339(带时区),例如 `2026-02-28T17:00:00+08:00` - ✅ **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" --- ## 📋 快速索引:意图 → 工具 → 必填参数 | 用户意图 | 工具 | action | 必填参数 | 强烈建议 | 常用可选 | |---------|------|--------|---------|---------|---------| | 新建待办 | feishu_task_task | create | summary | current_user_id(SenderId) | members, due, description | | 查未完成任务 | feishu_task_task | list | - | completed=false | page_size | | 获取任务详情 | feishu_task_task | get | task_guid | - | - | | 完成任务 | feishu_task_task | patch | task_guid, completed_at | - | - | | 反完成任务 | feishu_task_task | patch | task_guid, completed_at="0" | - | - | | 改截止时间 | feishu_task_task | patch | task_guid, due | - | - | | 创建清单 | feishu_task_tasklist | create | name | - | members | | 查看清单任务 | feishu_task_tasklist | tasks | tasklist_guid | - | completed | | 添加清单成员 | feishu_task_tasklist | add_members | tasklist_guid, members[] | - | - | --- ## 🎯 核心约束(Schema 未透露的知识) ### 1. 当前工具使用用户身份(已内置保护) **工具使用
- 🚨 执行前必读
- 📋 快速索引:意图 → 工具 → 必填参数
- 🎯 核心约束(Schema 未透露的知识)
- 1. 当前工具使用用户身份(已内置保护)
- 2. 任务成员的角色说明
- 3. 任务清单角色冲突
- 4. completedat 的三种用法
- 5. 清单成员的角色
- 📌 使用场景示例
- 场景 1: 创建任务并分配负责人
- 场景 2: 查询我负责的未完成任务
- 场景 3: 完成任务
- 场景 4: 反完成任务(恢复未完成状态)
- 场景 5: 创建清单并添加协作者
What does the feishu-task skill do?
飞书任务管理工具,用于创建、查询、更新任务和清单。 **当以下情况时使用此 Skill**: (1) 需要创建、查询、更新、删除任务 (2) 需要创建、管理任务清单 (3) 需要查看任务列表或清单内的任务 (4) 用户提到"任务"、"待办"、"to-do"、"清单"、"task" (5) 需要设置任务负责人、关注人、截止时间
How do I install it?
Run `npx skills add nexu-io/nexu --skill feishu-task --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/nexu, a repository with 3,239 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.