用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NousResearch/hermes-agent --skill meeting-action-items命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | meeting-action-items |
| description | Turn meeting notes into cited decisions, owners, tickets. |
| version | 0.1.0 |
| author | Ben Barclay (benbarclay), Hermes Agent |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["Meetings","Action-Items","Follow-Up","Productivity"],"related_skills":["teams-meeting-pipeline","google-workspace","notion"]}} |
Convert an existing transcript or notes set into accountable follow-through. teams-meeting-pipeline can retrieve Teams artifacts; this skill begins once notes/transcript content is available, from any source.
Don't use for: retrieving meeting recordings or transcripts (use teams-meeting-pipeline or the relevant connector first).
Use read_file on the provided notes/transcript files. Identify meeting title/date, participants, source files, transcript completeness, and whether speaker/time references exist. Done when missing portions and low-confidence transcription are stated.
Extract into distinct lists:
Do not turn brainstorming into decisions. Done when each candidate item has a supporting quote, timestamp, page, or note reference when available.
For every commitment record:
| Field | Rule |
|---|---|
| outcome | Concrete result, not a vague topic |
| owner | Explicit named owner; otherwise unresolved |
| due date | Explicit date or unresolved; never invent one |
| dependency | What must happen first |
| acceptance | Observable completion condition |
| source | Transcript/note reference |
Done when every action has supported fields or visible unresolved values.
Load the user's tracker connector (notion, github-issues, or whichever system owns the work). Search for matching open items before creating anything — recurring meetings breed duplicate tickets. Preserve conflicts in owner/date/status for confirmation rather than silently overwriting. Done when proposed creates vs updates are distinguished.
Draft concise minutes with decisions, action table, unresolved questions, and next checkpoint. Prepare proposed tickets/tasks and a follow-up email/chat message, but do not publish yet — drafting is not sending. Done when the user can approve each external effect individually.
Create/update only approved records, attaching meeting provenance. Read back assignees, dates, status, and links from the provider. For ambiguous timeouts, search for the provenance marker before retrying — a blind retry duplicates records. Done when each approved item has a verified destination result.