AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Action Items Zh

skill-agiwish-hermes-skills-zh-action-items-zh · by AgiWish

行动项提取器。从会议记录、对话记录或项目文档中提取所有行动项,输出标准格式:责任人 / 事项 / 截止时间。

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-agiwish-hermes-skills-zh-action-items-zh

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-agiwish-hermes-skills-zh-action-items-zh)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Action Items Zh? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

行动项提取 (action-items-zh)

When to Use

  • "把这段对话里的待办事项整理出来"
  • "会议结束了,帮我梳理一下 action item"
  • 有一大段文字需要提取谁要做什么
  • /action-items-zh [会议记录或对话内容]

Quick Reference

/action-items-zh [文本内容]

可选参数:
  --format=表格     # 输出 Markdown 表格(默认)
  --format=列表     # 按人分组的列表
  --format=飞书     # 适配飞书多维表格格式

Procedure

  1. 扫描文本,识别以下模式:
  • 明确承诺:"我来负责..."、"[人名]跟进..."
  • 决策结果:"决定由X来做Y,下周前完成"
  • 隐含任务:讨论到某问题但没明确结论时,标注 [需确认]
  1. 输出标准格式
## 行动项汇总([日期])

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

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

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.