ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Feishu Task

Skill by autogame-17

Why use this skill?

Automate your project management with the Feishu Task skill for OpenClaw. Create, assign, and track team tasks efficiently within the Feishu (Lark) ecosystem.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-task
Or

What This Skill Does

The Feishu Task skill is a specialized OpenClaw integration designed to bridge the gap between AI-driven task management and the Feishu (also known as Lark) enterprise productivity ecosystem. This skill allows users to programmatically create, manage, and track tasks directly within their Feishu environment. By interfacing with the Feishu API, it enables the creation of detailed tasks that include specific summaries, comprehensive descriptions, deadline timestamps, and multi-user assignment capabilities. It is designed to act as a bridge for distributed teams needing to transition from ad-hoc AI interactions to structured, long-term project management.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/autogame-17/feishu-task

Once installed, ensure your environment variables are configured with the necessary Feishu credentials, such as App ID and App Secret, as required by the underlying API wrapper to authenticate your requests.

Use Cases

This skill is ideal for environments where high-priority tracking and accountability are paramount. Use it to: 1. Coordinate collaborative project efforts where multiple stakeholders need visibility on progress. 2. Establish clear workflow dependencies by converting AI-generated project plans into actionable task lists. 3. Manage daily team stand-ups where outcomes need to be logged and assigned immediately. Unlike the Calendar skill, which is best for time-blocking or scheduling meetings, the Feishu Task skill provides a persistent tracking system with "Check-off" capabilities, making it perfect for monitoring task completion and accountability over time.

Example Prompts

  • "Please create a new Feishu task for the Q1 project audit: summary 'Finalize Budget', due on 2026-03-01, and assign it to Sarah and David."
  • "What are the current high-priority tasks in Feishu? Please list the last 5 tasks assigned to my group."
  • "Create a task called 'Technical Review' for tomorrow at 10 AM, include the details from our recent meeting, and set the assignee as ou_9921."

Tips & Limitations

  • Tip: Always use the ISO 8601 format (YYYY-MM-DD HH:mm) for due dates to ensure the Feishu API parses the time correctly.
  • Tip: When listing tasks, use a low limit (e.g., --limit 5) if you only need a quick snapshot to keep your workspace clean.
  • Limitation: This skill currently does not support real-time notification syncing for updates made directly inside the Feishu app; it operates primarily via request-driven task creation and listing. Ensure user IDs (ou_XXXX) are correct, as invalid IDs will result in API rejection errors.

Metadata

Stars1100
Views4
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-task": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#task-management#collaboration#feishu#lark#productivity
Safety Score: 4/5

Flags: external-api, network-access