# Meeting Minutes Zh

> 中文会议纪要生成器。粘贴会议录音文字稿或要点，自动提取决策事项、行动项、负责人和截止时间，生成结构化会议纪要。

- **Type:** Skill
- **Install:** `agentstack add skill-agiwish-hermes-skills-zh-meeting-minutes-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/meeting-minutes-zh
- **Website:** https://agiwish.github.io/hermes-skills-zh/

## Install

```sh
agentstack add skill-agiwish-hermes-skills-zh-meeting-minutes-zh
```

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

## About

# 会议纪要 (meeting-minutes-zh)

## When to Use

当用户说以下任意内容时激活：
- "帮我整理会议纪要"、"写一下会议记录"
- 粘贴了一大段会议文字记录或录音转写
- "刚开完会，帮我总结一下"
- `/meeting-minutes-zh [内容]`

## Quick Reference

```
/meeting-minutes-zh [会议文字记录或要点]

可选参数：
  --format=标准    # 标准纪要格式（默认）
  --format=简报    # 只输出决策和行动项
  --format=邮件    # 适合发给参会人的邮件版本
```

## Procedure

1. **解析输入**
   - 识别会议主题（如未说明，从内容推断）
   - 提取参会人员（如有提及）
   - 识别会议时间（如有提及）

2. **提取关键信息**
   重点识别以下四类内容：
   - **决策项**：「决定…」「确认…」「同意…」「通过…」
   - **行动项**：「需要…」「负责…」「跟进…」「下周前…」
   - **待确认项**：「待定…」「需要讨论…」「暂不确定…」
   - **背景信息**：支撑决策的上下文

3. **生成纪要**

   ```
   📋 会议纪要

   会议主题：[主题]
   时间：[时间 / 未提供则留空]
   参会人：[姓名列表 / 未提供则留空]

   ── 会议背景 ──
   [1-2句话说明会议目的]

   ── 主要决策 ──
   ✅ [决策1]
   ✅ [决策2]

   ── 行动项 ──
   | 事项 | 负责人 | 截止时间 |
   |------|--------|----------|
   | [事项1] | [人名/未指定] | [时间/未指定] |
   | [事项2] | [人名/未指定] | [时间/未指定] |

   ── 待确认事项 ──
   ❓ [待确认1]
   ❓ [待确认2]

   ── 下次会议 ──
   [时间 / 未提及则省略此节]
   ```

4. **微信/钉钉适配**
   - 移除表格，改为列表格式
   - 行动项格式改为：「@[人名] [事项]，截止 [时间]」

## Pitfalls

- 行动项负责人不明确时，标注「[待指定]」而不是猜测
- 截止时间未提及时，标注「[待确认]」
- 不要把讨论过程写进决策项，只记录最终结论
- 内容太多时，优先保留决策和行动项，背景可压缩

## 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-meeting-minutes-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%.
