# Action Items Zh

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

- **Type:** Skill
- **Install:** `agentstack add skill-agiwish-hermes-skills-zh-action-items-zh`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AgiWish](https://agentstack.voostack.com/s/agiwish)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AgiWish](https://github.com/AgiWish)
- **Source:** https://github.com/AgiWish/hermes-skills-zh/tree/main/skills/action-items-zh
- **Website:** https://agiwish.github.io/hermes-skills-zh/

## Install

```sh
agentstack add skill-agiwish-hermes-skills-zh-action-items-zh
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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，下周前完成"
   - 隐含任务：讨论到某问题但没明确结论时，标注 `[需确认]`

2. **输出标准格式**

```markdown
## 行动项汇总（[日期]）

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

**说明**
- P0：本周必须完成
- P1：下次会议前完成
- 标注 [待确认] 的事项需会后明确
```

3. **无法确定责任人时**，填写 `待定` 并在备注标注

## 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](https://github.com/AgiWish)
- **Source:** [AgiWish/hermes-skills-zh](https://github.com/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.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-agiwish-hermes-skills-zh-action-items-zh
- Seller: https://agentstack.voostack.com/s/agiwish
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
