action-items-zh

action-items-zh is a skill for Claude Code, Codex from AgiWish/hermes-skills-zh. It costs 43 tokens per session (655 once invoked), scanned A, original, MIT.

An extractor for action items from Chinese meeting notes, conversations, or project documents. It records who is responsible, what must be done, and when it is due, marking unclear ownership or dates for confirmation.

In plain words
What is it for?
Use it to turn meeting records into a table, grouped list, or Feishu-compatible format with owners, deadlines, priorities, and notes.
Why use it?
It prevents commitments from being lost in long discussions and distinguishes agreed tasks from ideas that were only discussed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to turn meeting records into a table, grouped list, or Feishu-compatible format with owners, deadlines, priorities, and notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agiwish/hermes-skills-zh/action-items-zh
Install

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.

Any agent
npx skills add AgiWish/hermes-skills-zh --skill action-items-zh
Clone the repo
git clone --depth 1 https://github.com/AgiWish/hermes-skills-zh

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for action-items-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/action-items-zh/github.svg)](https://agentmods.dev/skills/agiwish/hermes-skills-zh/action-items-zh)
Your own site
<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.

agentmods 80×15 button for action-items-zh

Your own site · 80×15
<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>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 655 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 6921cdfef785, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/action-items-zh/SKILL.md · 71 lines

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

  1. 扫描文本,识别以下模式:

    • 明确承诺:"我来负责..."、"[人名]跟进..."
    • 决策结果:"决定由X来做Y,下周前完成"
    • 隐含任务:讨论到某问题但没明确结论时,标注 [需确认]
  2. 输出标准格式

## 行动项汇总([日期])

| # | 事项 | 责任人 | 截止时间 | 优先级 | 备注 |
|---|------|--------|----------|--------|------|
| 1 | [具体要做的事] | [人名] | [日期/下周五] | P0 | |
| 2 | [事项] | [人名] | [时间] | P1 | |
| 3 | [事项] | 待定 | [时间] | P1 | [需会后确认责任人] |

**说明**
- P0:本周必须完成
- P1:下次会议前完成
- 标注 [待确认] 的事项需会后明确
  1. 无法确定责任人时,填写 待定 并在备注标注

Pitfalls

  • 不要臆造截止时间,原文没提就写 [未明确]
  • 区分"决定"和"讨论方向"——只有明确承诺的才是 action item
  • 同一件事不要拆成多条

Verification

  • 每条行动项有明确的动词(完成/提交/确认/跟进)
  • 责任人清晰或标注待定
  • 截止时间来自原文,未提及的标 [未明确]
  • 没有遗漏讨论中的隐含任务
Changes

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.

  1. 12d ago First seen · 71 lines · 43 tokens per session scan A 6921cdfef785

Subscribe to this mod's changes

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.

Related

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…

Snowflake-Labs/cocoplus · 68 tokens

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.

Snowflake-Labs/cocoplus · 63 tokens

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.

Snowflake-Labs/cocoplus · 48 tokens

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.

Snowflake-Labs/cocoplus · 56 tokens

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.

Snowflake-Labs/cocoplus · 38 tokens

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.

Snowflake-Labs/cocoplus · 46 tokens