Feishu Task Manager
/install feishu-task-mgr
Feishu Task Manager
Manage Feishu (Lark) tasks and to-dos directly from your AI agent.
Overview
This skill integrates with the Feishu/Lark Task API, allowing you to:
- Create tasks with assignees, due dates, and descriptions
- List and query your tasks
- Mark tasks as complete
- Add comments to tasks
- Manage task checklists
Installation
This skill is automatically installed when you install the feishu-task skill from ClawHub.
Configuration
Before using this skill, you need:
- A Feishu (Lark) account
- A Feishu application with Task permissions
Setting up Feishu App
- Go to Feishu Open Platform
- Create a new app or select existing app
- Enable the following permissions:
task:task:readonlytask:task:writetask:comment:readtask:comment:write
- Get your
App IDandApp Secret - Configure the credentials in your OpenClaw config
Usage
Create a Task
Create a task titled "Review PR #42" assigned to @zhangsan, due tomorrow with priority high
List Tasks
Show me all my incomplete tasks
List tasks due this week
Complete a Task
Mark task #123456 as completed
Add Comment
Add comment "LGTM!" to task #123456
Examples
Example 1: Quick Task Creation
Human: Create a task for me to review the Q4 report, due Friday
Agent: (uses feishu_task_tool to create the task)
Example 2: Team Task Management
Human: Assign "Prepare presentation" to all team members, due next Monday
Agent: (creates tasks for each team member)
Example 3: Daily Review
Human: What tasks are due today?
Agent: (queries Feishu API, returns today's tasks)
Technical Details
API Endpoints Used
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 comment
Rate Limits
- Standard Feishu API rate limits apply
- Recommended: batch operations when possible
Troubleshooting
"Unauthorized" Error
- Check your App ID and App Secret are correct
- Ensure your app has the required permissions
"Task not found"
- Verify the task GUID is correct
- Check the task exists in your Feishu workspace
"Permission denied"
- Re-check the permission settings in Feishu Open Platform
- Ensure the app version is published
Changelog
1.0.0 (2026-04-22)
- Initial release
- Full task CRUD operations
- Comment management
- Assignee support
License
MIT-0
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-task-mgr - After installation, invoke the skill by name or use
/feishu-task-mgr - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Task Manager?
Manage Feishu tasks by creating, listing, completing, commenting, and organizing to-dos with assignees, due dates, and checklists. It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install Feishu Task Manager?
Run "/install feishu-task-mgr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Task Manager free?
Yes, Feishu Task Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Task Manager support?
Feishu Task Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Task Manager?
It is built and maintained by a3152557994-ship-it (@a3152557994-ship-it); the current version is v1.0.0.