feishu-task

Solid

Manage Feishu (Lark) Tasks. Create tasks, set due dates, and assign users for collaboration.

Data & Documents 19 stars 1 forks Updated 1 months ago GPL-3.0

Install

View on GitHub

Quality Score: 70/100

Stars 20%
43
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
39
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# feishu-task A skill to manage Feishu (Lark) Tasks directly via the Open Platform API. ## Usage ```bash # 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 - `create`: - `--summary`: Task title/content. - `--description`: Detailed description (optional). - `--due`: Due date/time (ISO 8601 or timestamp). - `--origin`: Origin source description. - `--user_id`: Assignee User ID (optional). - `complete`: - `--task_id`: The ID of the task to complete. - `delete`: - `--task_id`: The ID of the task to delete.

Details

Author
autogame-17
Repository
autogame-17/feishu-skills
Created
3 months ago
Last Updated
1 months ago
Language
JavaScript
License
GPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

feishu-create-doc

创建飞书云文档。从 Lark-flavored Markdown 内容创建新的飞书云文档,支持指定创建位置(文件夹/知识库/知识空间)。

5,166 Updated 1 months ago
op7418
AI & Automation Solid

claude-code-tasks

Reference for Claude Code's 6 Task Management tools — TaskCreate, TaskGet, TaskList, TaskUpdate (structured tracking) and TaskOutput, TaskStop (background execution). Covers tool parameters, status lifecycle, completion rules, dependency management, and conventions

33 Updated 2 months ago
sequenzia
Web & Frontend Solid

feishu-bitable

飞书多维表格(Bitable)的创建、查询、编辑和管理工具。包含 27 种字段类型支持、高级筛选、批量操作和视图管理。 **当以下情况时使用此 Skill**: (1) 需要创建或管理飞书多维表格 App (2) 需要在多维表格中新增、查询、修改、删除记录(行数据) (3) 需要管理字段(列)、视图、数据表 (4) 用户提到"多维表格"、"bitable"、"数据表"、"记录"、"字段" (5) 需要批量导入数据或批量更新多维表格

5,166 Updated 1 months ago
op7418
Data & Documents Featured

planning-with-files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Hermes adaptation with minimal notes.

22,057 Updated today
OthmanAdi
Data & Documents Featured

sync-skills

(project) Use when a skill in skills/ has its name or description changed, or is added or removed — syncs README.md, settings.json, and hal_dotfiles.json

114 Updated yesterday
vinta