Install
$ agentstack add skill-agiwish-hermes-skills-zh-meeting-minutes-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
会议纪要 (meeting-minutes-zh)
When to Use
当用户说以下任意内容时激活:
- "帮我整理会议纪要"、"写一下会议记录"
- 粘贴了一大段会议文字记录或录音转写
- "刚开完会,帮我总结一下"
/meeting-minutes-zh [内容]
Quick Reference
/meeting-minutes-zh [会议文字记录或要点]
可选参数:
--format=标准 # 标准纪要格式(默认)
--format=简报 # 只输出决策和行动项
--format=邮件 # 适合发给参会人的邮件版本
Procedure
- 解析输入
- 识别会议主题(如未说明,从内容推断)
- 提取参会人员(如有提及)
- 识别会议时间(如有提及)
- 提取关键信息
重点识别以下四类内容:
- 决策项:「决定…」「确认…」「同意…」「通过…」
- 行动项:「需要…」「负责…」「跟进…」「下周前…」
- 待确认项:「待定…」「需要讨论…」「暂不确定…」
- 背景信息:支撑决策的上下文
- 生成纪要
``` 📋 会议纪要
会议主题:[主题] 时间:[时间 / 未提供则留空] 参会人:[姓名列表 / 未提供则留空]
── 会议背景 ── [1-2句话说明会议目的]
── 主要决策 ── ✅ [决策1] ✅ [决策2]
── 行动项 ── | 事项 | 负责人 | 截止时间 | |------|--------|----------| | [事项1] | [人名/未指定] | [时间/未指定] | | [事项2] | [人名/未指定] | [时间/未指定] |
── 待确认事项 ── ❓ [待确认1] ❓ [待确认2]
── 下次会议 ── [时间 / 未提及则省略此节] ```
- 微信/钉钉适配
- 移除表格,改为列表格式
- 行动项格式改为:「@[人名] [事项],截止 [时间]」
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
- 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.