feishu-task

Create, update, and complete Feishu tasks via the Open Platform API.

20|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-task-autogame-17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-task
Source: https://github.com/autogame-17/feishu-skills/tree/main/feishu-task
Command: npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-task-autogame-17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating work items in Feishu (Lark) can be manual and error-prone; this skill provides programmatic task creation, updates, and completion via the Feishu Open Platform API to streamline collaboration.

Core Features & Use Cases

  • Create tasks with a summary, description, and due date, including an origin context.
  • Assign collaborators by user IDs, and mark tasks as complete or delete them as needed.
  • List and review tasks with status and due information to track progress across a team.

Quick Start

Create a new Feishu task by providing a summary and due date.

Frequently Asked Questions about feishu-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Feishu task creation with a due date via API?

You can automate Feishu task creation by using the Feishu Open Platform API to programmatically submit a task summary, description, and time zone aware due date to streamline team collaboration.

Can I assign collaborators and complete tasks using the Feishu API?

Yes, you can assign collaborators by their user IDs and mark tasks as complete through the Feishu Open Platform API to programmatically manage work items.

Do I need environment variables for Feishu API task automation?

Yes, you must configure environment variables for your Feishu app credentials to authenticate API requests when automating task management operations.

How does the Feishu API handle time zone aware due dates for tasks?

The Feishu API handles time zone aware due dates by processing the submitted time data with basic error handling for API responses to ensure deadlines are accurately tracked.

What's the best way to list and track Feishu task status for a team?

The best way to track Feishu task status is to query the Feishu Open Platform API to list and review tasks, returning status and due information to monitor team progress.

Why does my automated Feishu task update fail with an API error?

Automated Feishu task updates may fail due to invalid app credentials in environment variables or malformed time zone aware due dates, which the API's basic error handling will reject.