When to use: Multi-person collaboration, high-priority tracking, or workflow dependencies.
Vs Calendar: Tasks allow "Check-off" status and multiple assignees. Calendar is for time-blocking.
1---2name: feishu-task3description: feishu-task4---5# feishu-task67Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.89## Usage1011### Create Task12Create a task and assign it to users.13```bash14node skills/feishu-task/create.js --summary "Task Title" --desc "Details" --due "2026-02-04 10:00" --assignees "ou_1,ou_2"15```1617### List Tasks18List recent tasks to check status.19```bash20node skills/feishu-task/list.js --limit 1021```2223## Protocol24- **When to use**: Multi-person collaboration, high-priority tracking, or workflow dependencies.25- **Vs Calendar**: Tasks allow "Check-off" status and multiple assignees. Calendar is for time-blocking.
Run npx skillmds@latest add demerzels-lab/feishu-task in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
feishu-task It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.