feishu-task

Installation
SKILL.md

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

Related skills
Installs
2
GitHub Stars
19
First Seen
Mar 28, 2026