Install
$ agentstack add skill-agiwish-hermes-skills-zh-action-items-zh ✓ 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
行动项提取 (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
- [ ] 每条行动项有明确的动词(完成/提交/确认/跟进)
- [ ] 责任人清晰或标注待定
- [ ] 截止时间来自原文,未提及的标 [未明确]
- [ ] 没有遗漏讨论中的隐含任务
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AgiWish
- Source: AgiWish/hermes-skills-zh
- License: MIT
- Homepage: https://agiwish.github.io/hermes-skills-zh/
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.