Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Task

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-task is a Claude skill that manages native Feishu (Lark) Tasks via the Open Platform API, creating, completing, and deleting tasks with due dates and assignees.

About

feishu-task manages native Feishu (Lark) Tasks through the Open Platform API. It creates tasks with a summary, description, due date, origin, and optional assignee, and can complete or delete tasks by id. Developers use it when an agent needs to create and manage collaborative tasks in Feishu. It targets Feishu's built-in Tasks feature rather than a Bitable.

  • Manages native Feishu (Lark) Tasks via the Open Platform API
  • Create tasks with summary, description, due date, origin, and assignee
  • Complete and delete tasks by task_id

Feishu Task by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #2,409 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-task capabilities & compatibility

Free skill; requires Feishu Open Platform credentials (FEISHU_APP_ID / FEISHU_APP_SECRET).

Capabilities
feishu pm · feishu doc
Works with
notion
Use cases
project management
From the docs

What feishu-task says it does

Manage Feishu (Lark) Tasks. Create tasks, set due dates, and assign users for collaboration.
SKILL.md
A skill to manage Feishu (Lark) Tasks directly via the Open Platform API.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-task

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

Create, complete, and delete native Feishu Tasks with due dates and assignees from the CLI.

Who is it for?

Creating and managing native Feishu Tasks with due dates and assignees from an agent.

Skip if: Task management in Jira, Asana, or non-Feishu tools, or record-based Bitable tracking.

When should I use this skill?

An agent needs to create, complete, or delete a native Feishu (Lark) task.

What you get

Native Feishu Tasks are created, assigned, completed, and deleted programmatically.

  • A created, completed, or deleted native Feishu task

By the numbers

  • 3 commands (create, complete, delete)

Files

SKILL.mdMarkdownGitHub ↗

feishu-task

A skill to manage Feishu (Lark) Tasks directly via the Open Platform API.

Usage

# Create a task
node skills/feishu-task/index.js create --summary "Review PR #123" --due "2023-12-31T18:00:00Z" --origin "OpenClaw"

# Complete a task
node skills/feishu-task/index.js complete --task_id "t_12345"

# Delete a task
node skills/feishu-task/index.js delete --task_id "t_12345"

Options

  • create:
  • --summary: Task title/content.
  • --description: Detailed description (optional).
  • --due: Due date/time (ISO 8601 or timestamp).
  • --origin: Origin source description.
  • --user_id: Assignee User ID (optional).
  • complete:
  • --task_id: The ID of the task to complete.
  • delete:
  • --task_id: The ID of the task to delete.

Related skills

FAQ

How do I set a due date?

Pass --due with an ISO 8601 datetime or timestamp when creating the task.

How do I complete a task?

Run the complete command with --task_id set to the task's id.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.