Manage Feishu (Lark) Tasks. Use this for multi-person collaboration and prioritized work items.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill feishu-task --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Task?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-feishu-task)More formats (shields.io, HTML) on the badges page.
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!