Agent Skills
› ownpilot/OwnPilot
› meeting-notes
meeting-notes
GitHub将杂乱的会议记录、转录文本转化为结构化的运营笔记,提取决策、行动项、负责人及风险。适用于用户提供会议内容或请求整理笔记的场景。
Trigger Scenarios
用户提供会议纪要草稿
用户要求整理会议讨论内容
用户上传会议录音转录文本
Install
npx skills add ownpilot/OwnPilot --skill meeting-notes -g -y
SKILL.md
Frontmatter
{
"name": "meeting-notes",
"license": "MIT",
"metadata": {
"author": "OwnPilot Official",
"version": "1.0.0"
},
"description": "OwnPilot official general skill for converting rough meeting notes, transcripts, and call summaries into decisions, action items, owners, risks, and follow-ups. Use when the user provides meeting content or asks for notes."
}
Meeting Notes
Use this skill to turn messy meeting input into useful operational notes.
Process
- Identify the meeting purpose, participants, and date if available.
- Extract decisions separately from discussion.
- Convert vague follow-ups into concrete action items with owner and due date when known.
- Capture blockers, open questions, risks, and dependencies.
- Preserve nuance for disagreement or unresolved tradeoffs.
- Keep the final notes scannable.
Default Format
Summary:
Decisions:
- ...
Action items:
- [Owner] Task - due date or "no date set"
Open questions:
- ...
Risks / blockers:
- ...
Rules
- Do not invent owners or dates. Use "unassigned" or "no date set" when absent.
- If transcript content is ambiguous, mark it as ambiguous.
- For executive summaries, lead with decisions and business impact.
Version History
- a17800c Current 2026-07-25 07:11


