Install
openclaw skills install feishu-task-mgrManage Feishu tasks by creating, listing, completing, commenting, and organizing to-dos with assignees, due dates, and checklists.
openclaw skills install feishu-task-mgrManage Feishu (Lark) tasks and to-dos directly from your AI agent.
This skill integrates with the Feishu/Lark Task API, allowing you to:
This skill is automatically installed when you install the feishu-task skill from ClawHub.
Before using this skill, you need:
task:task:readonlytask:task:writetask:comment:readtask:comment:writeApp ID and App SecretCreate a task titled "Review PR #42" assigned to @zhangsan, due tomorrow with priority high
Show me all my incomplete tasks
List tasks due this week
Mark task #123456 as completed
Add comment "LGTM!" to task #123456
Human: Create a task for me to review the Q4 report, due Friday
Agent: (uses feishu_task_tool to create the task)
Human: Assign "Prepare presentation" to all team members, due next Monday
Agent: (creates tasks for each team member)
Human: What tasks are due today?
Agent: (queries Feishu API, returns today's tasks)
POST /open-apis/task/v2/tasks - Create taskGET /open-apis/task/v2/tasks - List tasksPATCH /open-apis/task/v2/tasks/:task_guid - Update taskPOST /open-apis/task/v2/tasks/:task_guid/complete - Complete taskGET /open-apis/task/v2/tasks/:task_guid/comments - Get commentsPOST /open-apis/task/v2/tasks/:task_guid/comments - Add commentMIT-0