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 skills add AgiWish/hermes-skills-zh --skill action-items-zhgit clone --depth 1 https://github.com/AgiWish/hermes-skills-zhWrote 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/agiwish/hermes-skills-zh/action-items-zh)<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/action-items-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/action-items-zh/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/action-items-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/action-items-zh.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00043 | $0.00655 |
| Opus 5 | $0.00022 | $0.00328 |
| Sonnet 5 | $0.00009 | $0.00131 |
| Haiku 4.5 | $0.00004 | $0.00065 |
Grade A, and why
action-items-zh 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 12d 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.
What it actually says
行动项提取 (action-items-zh)
When to Use
- "把这段对话里的待办事项整理出来"
- "会议结束了,帮我梳理一下 action item"
- 有一大段文字需要提取谁要做什么
/action-items-zh [会议记录或对话内容]
Quick Reference
/action-items-zh [文本内容]
可选参数:
--format=表格 # 输出 Markdown 表格(默认)
--format=列表 # 按人分组的列表
--format=飞书 # 适配飞书多维表格格式
Procedure
-
扫描文本,识别以下模式:
- 明确承诺:"我来负责..."、"[人名]跟进..."
- 决策结果:"决定由X来做Y,下周前完成"
- 隐含任务:讨论到某问题但没明确结论时,标注
[需确认]
-
输出标准格式
## 行动项汇总([日期])
| # | 事项 | 责任人 | 截止时间 | 优先级 | 备注 |
|---|------|--------|----------|--------|------|
| 1 | [具体要做的事] | [人名] | [日期/下周五] | P0 | |
| 2 | [事项] | [人名] | [时间] | P1 | |
| 3 | [事项] | 待定 | [时间] | P1 | [需会后确认责任人] |
**说明**
- P0:本周必须完成
- P1:下次会议前完成
- 标注 [待确认] 的事项需会后明确
- 无法确定责任人时,填写
待定并在备注标注
Pitfalls
- 不要臆造截止时间,原文没提就写
[未明确] - 区分"决定"和"讨论方向"——只有明确承诺的才是 action item
- 同一件事不要拆成多条
Verification
- 每条行动项有明确的动词(完成/提交/确认/跟进)
- 责任人清晰或标注待定
- 截止时间来自原文,未提及的标 [未明确]
- 没有遗漏讨论中的隐含任务
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.
- 12d ago First seen · 71 lines · 43 tokens per session scan A 6921cdfef785
action-items-zh is a skill published in the GitHub repository AgiWish/hermes-skills-zh (5 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 655 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
cocoharvest
Decompose an approved plan into parallel workstreams, assign specialist personas, classify stages as HITL or AFK (CocoLens), generate flow.json stages with checkpoints and dual-file state, and create per-stage prompt files. Includes adaptive parallelism, stall detection, shell identity injection, and consecutive…
plan
Enter the Plan phase of CocoBrew. Runs CocoSpec quality gate pre-flight, reads spec.md and discuss.md (if present), invokes Coco native plan mode as a mandatory gate, captures the approved plan to plan.md, creates initial flow.json template, and commits. Must have $spec completed first.
cococonverge
CocoPivot — multi-pod convergence synthesizer. Deterministically deduplicates findings from N parallel pod outputs into one prioritized, coordinated action plan. Invoked via $pivot run/show/status/clear.
cocoplus-config
CocoPlus configuration SSOT — $cocoplus sync propagates cocoplus.toml into downstream artifacts; $cocoplus migrate-config converts legacy safety-config.json. Invoked via $cocoplus sync and $cocoplus migrate-config.
lean-debt
CocoLean shortcut debt ledger — harvests cocoplus: comment markers across the CocoPod and produces a ranked deferral report sorted by ceiling imminence and age.
ops-demo
CocoOps demo mode activator — populates .cocoplus/ops/demo/ with realistic mock data and sets cocoplus.toml [demo] enabled = true. Invoked via $ops demo.