Feishu Task Manager

# Feishu Task Manager

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Feishu Task Manager" with this command: npx skills add a3152557994-ship-it/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:

  1. A Feishu (Lark) account
  2. A Feishu application with Task permissions

Setting up Feishu App

  1. Go to Feishu Open Platform
  2. Create a new app or select existing app
  3. Enable the following permissions:
    • task:task:readonly
    • task:task:write
    • task:comment:read
    • task:comment:write
  4. Get your App ID and App Secret
  5. 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 task
  • GET /open-apis/task/v2/tasks - List tasks
  • PATCH /open-apis/task/v2/tasks/:task_guid - Update task
  • POST /open-apis/task/v2/tasks/:task_guid/complete - Complete task
  • GET /open-apis/task/v2/tasks/:task_guid/comments - Get comments
  • POST /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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

飞书任务管理增强版

飞书任务管理增强版 - 高级任务与清单管理工具。 **基础功能**(免费): - 创建、查询、更新任务 - 任务完成/反完成 - 创建和管理任务清单 **高级功能**(付费): - 子任务(Subtask)管理 - 高级筛选与批量操作 - 任务评论与讨论 - 重复任务模板 - 优先级标记 - 任务统计与报告 **...

Registry SourceRecently Updated
1330Profile unavailable
Coding

Feishu Agent

Feishu (Lark) CLI agent - Provides calendar, todo, and contact management capabilities for AI assistants

Registry Source
5220Profile unavailable
General

feishu-smart-doc-writer

Feishu/Lark Smart Document Writer - 飞书智能文档写入器. Core Features / 核心功能: 1. Smart Chunk Writing / 智能分块写入 - Solve API limit blank doc issues / 解决长文档API限制导致的空白问题 2...

Registry SourceRecently Updated
8050Profile unavailable
General

飞书会议室智能预订

飞书会议室查询与预订。当用户提到"查会议室"、"订会议室"、"空闲会议室"、"预订会议室"、"开会"、"找个会议室"、"F4会议室"、"紫金会议室"、"哪个会议室有空"、或者创建会议时需要自动匹配空闲会议室时,必须使用此 skill。也适用于用户要求创建日程并指定楼栋/区域时自动完成会议室预订的场景。也适用于用户...

Registry SourceRecently Updated
850Profile unavailable