Install
$ agentstack add skill-ejjcc-agent-skills-lark-task ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: ejjcc
- Source: ejjcc/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.