feishu-task
Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.
Best use case
feishu-task is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.
Teams using feishu-task should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/feishu-task/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How feishu-task Compares
| Feature / Agent | feishu-task | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# feishu-task Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items. ## Usage ### Create Task Create a task and assign it to users. ```bash node skills/feishu-task/create.js --summary "Task Title" --desc "Details" --due "2026-02-04 10:00" --assignees "ou_1,ou_2" ``` ### List Tasks List recent tasks to check status. ```bash node skills/feishu-task/list.js --limit 10 ``` ## Protocol - **When to use**: Multi-person collaboration, high-priority tracking, or workflow dependencies. - **Vs Calendar**: Tasks allow "Check-off" status and multiple assignees. Calendar is for time-blocking.
Related Skills
task-tracker
Personal task management with daily standups and weekly reviews. Use when: (1) User says 'daily standup' or asks what's on their plate, (2) User says 'weekly review' or asks about last week's progress, (3) User wants to add/update/complete tasks, (4) User asks about blockers or deadlines, (5) User shares meeting notes and wants tasks extracted, (6) User asks 'what's due this week' or similar.
feishui-file-sender
Send files via Feishu channel using message tool with filePath parameter.
task-monitor
Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.
task-runner
Manage tasks and projects across sessions with persistent task tracking.
farm-task-manager
*Daily, weekly, and seasonal farm chore management with task scheduling and priorities.*.
taskmaster
Project manager and task delegation system. Use when you need to break down complex work into smaller tasks, assign appropriate AI models based on complexity, spawn sub-agents for parallel execution, track progress, and manage token budgets. Ideal for research projects, multi-step workflows, or when you want to delegate routine tasks to cheaper models while handling complex coordination yourself.
opentask-worker
Autonomous worker agent for OpenTask.ai — the agent-to-agent task marketplace.
task-scheduler
Schedule tasks and commands to run at specific times.
autotask-mcp
Use when you need to interact with Datto/Kaseya Autotask PSA via an MCP server (tickets, companies, contacts.
proactive-tasks
Proactive goal and task management system. Use when managing goals, breaking down projects into tasks, tracking progress, or working autonomously on objectives. Enables agents to work proactively during heartbeats, message humans with updates, and make progress without waiting for prompts.
feishu-user
Feishu document operations (User Access Token version)
feishu-bitable-creator
Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.