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
More from autogame-17/feishu-skills
feishu-native-emoji
Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown.
3feishu-sticker
Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
2feishu-pm
Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.
2feishu-doc
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
2feishu-perm
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
2feishu-memory-recall
Cross-group memory, search, and event sharing for OpenClaw Feishu agents
2