AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Lark Task

skill-ejjcc-agent-skills-lark-task · by ejjcc

飞书任务:管理任务和清单。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务时使用。

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-ejjcc-agent-skills-lark-task

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ejjcc-agent-skills-lark-task)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Lark Task? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

task (v2)

CRITICAL — 开始前 MUST 先用 Read 工具读取 [../lark-shared/SKILL.md](../lark-shared/SKILL.md),其中包含认证、权限处理

> 搜索技巧:如果用户的查询只指定了任务名称(例如“完成任务龙虾一号”),请直接使用 +get-my-tasks --query "龙虾一号" 命令搜索(不要带 --complete 参数,这样可以同时搜索未完成和已完成的任务)。 > 用户身份识别:在用户身份(user identity)场景下,如果用户提到了“我”(例如“分配给我”、“由我创建”),请默认获取当前登录用户的 open_id 作为对应的参数值。 > 术语理解:如果用户提到 “todo”(待办),应当思考其是否是指“task”(任务),并优先尝试使用本 Skill 提供的命令来处理。 > 友好输出:在输出任务(或清单)的执行结果给用户时,建议同时提取并输出命令返回结果中的 url 字段(任务链接),以便用户可以直接点击跳转查看详情。

Shortcuts

  • [+create](./references/lark-task-create.md) — Create a task
  • [+update](./references/lark-task-update.md) — Update a task
  • [+comment](./references/lark-task-comment.md) — Add a comment to a task
  • [+complete](./references/lark-task-complete.md) — Complete a task
  • [+reopen](./references/lark-task-reopen.md) — Reopen a task
  • [+assign](./references/lark-task-assign.md) — Assign or remove members from a task
  • [+followers](./references/lark-task-followers.md) — Manage task followers
  • [+reminder](./references/lark-task-reminder.md) — Manage task reminders
  • [+get-my-tasks](./references/lark-task-get-my-tasks.md) — List tasks assigned to me
  • [+tasklist-create](./references/lark-task-tasklist-create.md) — Create a tasklist and batch add tasks
  • [+tasklist-task-add](./references/lark-task-tasklist-task-add.md) — Add existing tasks to a tasklist
  • [+tasklist-members](./references/lark-task-tasklist-members.md) — Manage tasklist members

API Resources

lark-cli schema task..   # 调用 API 前必须先查看参数结构
lark-cli task   [flags] # 调用 API

> 重要:使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。

tasks

  • create — 创建任务
  • delete — 删除任务
  • get — 获取任务详情
  • list — 列取任务列表
  • patch — 更新任务

tasklists

  • add_members — 添加清单成员
  • create — 创建清单
  • delete — 删除清单
  • get — 获取清单详情
  • list — 获取清单列表
  • patch — 更新清单
  • remove_members — 移除清单成员
  • tasks — 获取清单任务列表

subtasks

  • create — 创建子任务
  • list — 获取任务的子任务列表

members

  • add — 添加任务成员
  • remove — 移除任务成员

权限表

| 方法 | 所需 scope | |------|-----------| | tasks.create | task:task:write | | tasks.delete | task:task:write | | tasks.get | task:task:read | | tasks.list | task:task:read | | tasks.patch | task:task:write | | tasklists.add_members | task:tasklist:write | | tasklists.create | task:tasklist:write | | tasklists.delete | task:tasklist:write | | tasklists.get | task:tasklist:read | | tasklists.list | task:tasklist:read | | tasklists.patch | task:tasklist:write | | tasklists.remove_members | task:tasklist:write | | tasklists.tasks | task:tasklist:read | | subtasks.create | task:task:write | | subtasks.list | task:task:read | | members.add | task:task:write | | members.remove | task:task:write |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.