Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/dropfan/claude-code-plugins/lark-minutesnpx skills add DropFan/claude-code-plugins --skill lark-minutesgit clone --depth 1 https://github.com/DropFan/claude-code-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dropfan/claude-code-plugins/lark-minutes)<a href="https://agentmods.dev/skills/dropfan/claude-code-plugins/lark-minutes"><img src="https://agentmods.dev/badge/skills/dropfan/claude-code-plugins/lark-minutes.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00133 | $0.04139 |
| Opus 5 | $0.00067 | $0.02070 |
| Sonnet 5 | $0.00027 | $0.00828 |
| Haiku 4.5 | $0.00013 | $0.00414 |
Grade A, and why
lark-minutes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
94% identical to lark-minutes — 11 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.
⚙️ 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 直接可用。)
minutes (v1)
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-vc/references/vc-domain-boundaries.md,不读将导致命令使用、会议产物决策、领域边界职责判断错误:
- 了解日历 & VC、会议产物 & 文档的关联关系和职责划分
- 了解会议产物(妙记和纪要)之间的关联关系,例如:妙记和纪要产生条件相互独立
- 了解不同会议产物的组成部分,以便根据需求决策使用哪种产物的数据
- 了解会议总结、分析和信息提取的标准流程
身份
所有 minutes 命令默认使用 --as user。
Shortcuts
| Shortcut | 说明 |
|---|---|
+search |
按关键词、所有者、参与者、时间范围搜索妙记 |
+detail |
查询妙记详情(标题和关联的纪要note_id),按需获取 AI 产物(总结、待办、章节、逐字稿、关键词) |
+download |
下载妙记音视频媒体文件 |
+upload |
上传 file_token 生成妙记 |
+update |
更新妙记标题 |
+apply-permission |
申请妙记查看或编辑权限 |
+speaker-replace |
替换妙记逐字稿中的说话人(须先 lark-cli api GET .../speakerlist 取 speaker_id) |
+word-replace |
批量替换逐字稿关键词(详见 lark-cli minutes +word-replace --help) |
+summary |
替换妙记 AI 总结全文 |
+todo |
新建/更新/删除妙记 AI 待办(单条或 --todos 批量;不是 lark-task) |
- 使用任何 Shortcut 前,必须先读其对应 reference 文档。
意图路由
| 用户意图 | 命令 |
|---|---|
| 我的妙记 / 搜索妙记 / 某段时间的妙记 | +search |
| 妙记基础信息:标题 / 时长 / 封面 / 链接 | minutes get |
| 下载妙记音视频文件、获取媒体下载链接 | +download(仅媒体;要妙记内容用 +detail) |
| 妙记总结 / 章节 / 待办 / 关键词 / 逐字稿 | +detail --minute-tokens <token> + 显式产物 flag |
| 基于妙记提炼/总结/分析/回顾会议 | +detail --minute-tokens <token> --transcript,再独立分析(禁止照搬 AI 总结) |
拿这条妙记关联的纪要文档(note_doc_token / verbatim_doc_token / shared_doc_tokens) |
+detail 取顶层 note_id → note +detail --note-id |
| 把本地音视频转纪要 / 逐字稿 / 文字稿 | drive +upload 取 file_token → +upload 生成 minute_url → +detail 拿产物 |
| 在妙记里增加 / 更改 / 删除 AI 待办 | +todo(禁止走 lark-task) |
| 替换妙记的AI 总结 | +summary |
| 重命名妙记/改妙记标题 | +update |
| 申请妙记权限(查看/编辑) | +apply-permission --perm view|edit |
| 替换说话人/把 A 的发言改成 B/重新归属发言人/把外部(非飞书)说话人改成飞书用户" | 先 lark-cli api GET .../transcript/speakerlist 取 speaker_id,再 minutes +speaker-replace;--from-speaker-id 只传 id,不传展示名 |
| 批量替换逐字稿关键词 | +word-replace |
| 用户同时提到"会议/开会"和"妙记" | 先 lark-vc(+search → +recording)获取 minute_token,再本 skill |
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/lark-minutes-detail.md 2.7 KB
- references/lark-minutes-download.md 5.4 KB
- references/lark-minutes-search.md 11 KB
- references/lark-minutes-speaker-replace.md 4.7 KB
- references/lark-minutes-summary.md 4.2 KB
- references/lark-minutes-todo.md 4.8 KB
- references/lark-minutes-update.md 969 B
- references/lark-minutes-upload.md 4.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 219 lines · 133 tokens per session scan A d2a5fc6b5c04
lark-minutes is a skill published in the GitHub repository DropFan/claude-code-plugins (7 stars, last pushed 1mo ago), licensed MIT. It adds 133 tokens to every session and 4,139 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to lark-minutes, differing in 11 lines, and is treated as a copy.
Other skills, from other repositories
session-relay
Continue real repository work between Claude Code, Codex CLI, and Grok Build with a privacy-bounded, drift-aware handoff packet. Use for cross-vendor takeover, context-limit checkpoints, multi-hop Claude→Codex→Grok relays, or receiving an existing Director packet. Use native resume commands for same-CLI history; never…
automating-keynote
Automates Apple Keynote using JXA with AppleScript dictionary discovery. Use when asked to "create Keynote presentations", "automate slide decks", "JXA Keynote scripting", or "generate presentations programmatically". Covers document lifecycle, slides, text, shapes, images, tables, charts, transitions, and UI…
automating-pages
Automates Apple Pages using JXA with AppleScript dictionary discovery. Use when asked to "automate Pages documents", "create documents programmatically", "JXA Pages scripting", or "export Pages to PDF". Covers documents, templates, text, styles, export, tables, images, and AppleScript bridge fallbacks.
automating-excel
Automates Microsoft Excel on macOS via JXA with AppleScript dictionary discovery. Use when asked to "automate Excel spreadsheets", "JXA Excel scripting", "Excel macOS automation", or "bulk Excel data operations". Focuses on workbooks, worksheets, ranges, 2D arrays, performance toggles, and VBA escape hatches.
automating-powerpoint
Automates Microsoft PowerPoint via JXA with AppleScript dictionary discovery. Use when asked to "automate PowerPoint presentations", "create slides programmatically", "JXA PowerPoint scripting", or "export PowerPoint to PDF". Covers presentations, slides, shapes, text, tables, export enums, and interop with Excel.
automating-word
Automates Microsoft Word via JXA with AppleScript dictionary discovery. Use when asked to "automate Word documents", "find and replace in Word", "JXA Word scripting", or "create Word documents programmatically". Covers documents, ranges, find/replace, tables, export, and ObjC bridge patterns.