Home / dropfan / claude-code-plugins · plugins/lark/skills/lark-task/SKILL.md · GitHub

lark-task skillA

lark-task is agent-read markdown (skill) from dropfan/claude-code-plugins: 飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

<!-- cowork-exec-note -->
> **⚙️ Cowork / Claude Desktop 执行环境说明(自动注入)**
>
> 本技能依赖本地 `lark-cli`(`@larksuite/cli`,可用 `command -v lark-cli` 定位)及其 `~/.lark-cli` 登录态(应用密钥存于 macOS keychain)。
>
> 在 Cowork 中运行任何 `lark-cli` 命令时,**必须在本地 macOS 上执行**(使用 Desktop Commander 的 `start_process` / `interact_with_process`,或其它本地 shell 工具),**不要用隔离的 Linux 沙箱** `mcp__workspace__bash`——沙箱里没有 lark-cli、也读不到 keychain。
> 执行前确保 npm 全局 bin 目录(`npm prefix -g` 输出目录下的 `bin`)在 PATH 中。
>
> (在 Claude Code 中可忽略本说明,lark-cli 在本机 shell 直接可用。)

# task (v2)

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

## 命令选择与渐进式发现(必读)

执行任何 Task 命令前,必须先确认能力真实存在,禁止根据用户意图自行拼接或猜测 `+<verb>`:

1. 先将用户意图与下方 Shortcut 表精确匹配。只有表中明确列出的 shortcut 才可直接选择;参数不确定时读取对应 reference 或运行该 shortcut 的 `--help`。
2. 没有精确匹配、或无法确认当前版本是否支持时,先运行 `lark-cli task --help`,以当前 CLI 输出的命令列表为准。
3. help 中存在匹配 shortcut 时,使用 help 列出的完整 shortcut token(例如 `+create`)运行 `lark-cli task <shortcut> --help`,再按真实 flag 执行。
4. help 中没有匹配 shortcut 时,不得尝试相似的 `+<verb>`;从 help 中选择原生 resource,运行 `lark-cli task <resource> --help` 确认 method,再运行 `lark-cli schema task.<resource>.<method>` 获取参数结构,最后调用 `lark-cli task <resource> <method> ...`。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add dropfan/claude-code-plugins/lark-task@v1.0.0
Exact content
mdr add dropfan/claude-code-plugins/lark-task@sha256:81513cd1bd167752

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_3bmn4zyddka62bl4.svg)](https://markdownregistry.com/a/art_3bmn4zyddka62bl4)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-21 b87b343 14,347 BA view · diff
v1.0.02026-08-06 a15ad84 13,061 BA view · diff
v1.0.02026-07-21 541a021 12,008 BA view · diff
v1.0.02026-07-05 b88ef94 11,566 BA view · diff
v1.0.02026-06-29 1a6aead 11,546 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (14347 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

dropfan/claude-code-plugins · 8 stars · license MIT · pushed 2026-09-21 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_3bmn4zyddka62bl4
GET https://markdownregistry.com/api/v1/resolve?ref=dropfan/claude-code-plugins/lark-task
GET https://markdownregistry.com/api/v1/blob/81513cd1bd167752c4649b3c1795d50844bf00d68dea526c337d3ddf2961d464

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from dropfan/claude-code-plugins

AGENTS.md agents
dropfan/claude-code-plugins · AGENTS.md
git:20260705.db7c1d2 · audit A · 8 stars
CLAUDE.md claude
dropfan/claude-code-plugins · CLAUDE.md
git:20260705.db7c1d2 · audit A · 8 stars
conversation-export skill
dropfan/claude-code-plugins · plugins/chat-saver/skills/conversation-export/SKILL.md · This skill should be used when the user asks to "save the conversation", "export chat", "save chat history", "save our…
v0.6.0 · audit A · 8 stars
codex skill
dropfan/claude-code-plugins · plugins/codex-bridge/skills/codex/SKILL.md · This skill should be used ONLY when the user explicitly mentions "codex" by name. Trigger phrases: "use codex", "ask…
git:20260705.bec1964 · audit A · 8 stars
lark-approval skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-approval/SKILL.md · 飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走…
v1.2.0 · audit A · 8 stars
lark-apps skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-apps/SKILL.md · 妙搭(Spark/Miaoda)应用开发与托管:应用创建、本地全栈开发、云端生成迭代、创意设计(UI mockup / 可交互原型 / 线框图 / 落地页 / 仪表盘 / 幻灯片 deck /…
v1.0.0 · audit A · 8 stars
lark-attendance skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-attendance/SKILL.md · 飞书考勤打卡:查询自己的考勤打卡记录
v1.0.0 · audit A · 8 stars
lark-base skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-base/SKILL.md · 飞书多维表格(Base)操作:建表、字段、记录、视图、统计、公式/lookup、表单、仪表盘、应用模式(BaseApp/AppMode 页面与组件)、Workspace…
v1.2.23 · audit A · 8 stars
lark-calendar skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-calendar/SKILL.md · 飞书日历:管理日历日程和会议室。查看/搜索日程、创建/更新日程、管理参会人、查询忙闲和推荐时段、预定会议室。当用户需要查看日程安排、创建/修改会议、查询/预定会议室时使用。不负责:查询过去的视频会议记录(走…
v1.0.0 · audit A · 8 stars
lark-contact skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-contact/SKILL.md · 飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 /…
v1.0.0 · audit A · 8 stars
lark-doc skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-doc/SKILL.md · 飞书云文档(Docx / Wiki)内容操作:读取、创建、编辑文档,插入或下载图片附件,以及操作思维笔记。用户提供文档 URL/token(包括 doubao.com 的 /docx/、/wiki/)时使用;按 URL 路径/token…
git:20260921.b87b343 · audit A · 8 stars
lark-drive skill
dropfan/claude-code-plugins · plugins/lark/skills/lark-drive/SKILL.md · 飞书云空间(云盘/云存储):管理 Drive 文件和文件夹,包含上传/下载、创建文件夹、复制/移动/删除、查看元数据、查询权限设置、评论/权限/订阅、标题、版本、飞书文档密级标签(secure…
v1.0.0 · audit A · 8 stars

Every file in dropfan/claude-code-plugins

Other files named lark-task

lark-task skill
pinvou/pinvou-agent · pinvou3-app/src-tauri/resources/common/bundle/lark-skills/lark-task/SKILL.md · 【何时用:仅当用户明确指向飞书/Lark(发到飞书、飞书文档等)时使用;泛指做个文档或PPT或表格或方案默认走本地工具,不要误用飞书】飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作…
v1.0.1 · audit A · 2,091 stars
lark-task skill
ethanyoq/skill-hub · archives/user-installed-skills/lark-task/b5d5478e4a0f4d2f/lark-task/SKILL.md · 飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务…
v1.0.0 · audit A · 10 stars

Browse by kind, by grade A, or by owner.