/install jt-meeting-summary
JT Meeting Summary
Purpose
Guide the model to generate faithful, structured summaries from meeting or call transcripts. This skill is instruction-only: do not call external APIs, internal services, workflow endpoints, or retrieval tools unless the user separately asks for them.
Mode selection
Choose exactly one primary mode:
| User asks for | Use |
|---|---|
| 会议纪要、完整纪要、任务表、todo、JSON 输出 | references/full-minutes-json.md |
| 简约纪要、会议总结、Markdown 纪要、普通总结 | references/concise-minutes.md |
| 十分钟纪要、长会分段总结、按时间段总结 | references/ten-minute-summary.md |
| 通话记录总结、电话录音总结 | references/call-summary.md |
| 会议摘要、章节摘要、发言人摘要、标题/关键词、金句、新鲜词 | references/summary-components.md |
| 漫画总结、图片总结、视觉总结、文生图提示词 | references/visual-summary-prompt.md |
If ambiguous, default to concise-minutes.md. If the user needs downstream parsing, choose full-minutes-json.md.
Universal workflow
- Read the full transcript and identify time markers, speakers, utterances, and any meeting metadata.
- Normalize only obvious ASR errors when context is clear. Do not invent missing names, roles, dates, numbers, decisions, or causes.
- Remove duplicate, filler, background-noise, and pure acknowledgement content unless it confirms a decision.
- Segment by coherent discussion topics, not by arbitrary fixed length unless the user requests time-based output.
- Extract and preserve:
- meeting topic and agenda
- participants or stable speaker ids
- speaker-specific views and evidence
- decisions, consensus, disagreements, risks, blockers
- tasks with owner and deadline
- unresolved questions
- Produce the requested format exactly.
- Self-check every speaker, task owner, deadline, and conclusion against the transcript before final output.
Hard rules
- Do not call interfaces, APIs, databases, workflow services, or web endpoints as part of this skill.
- Do not fabricate absent fields. Use
原文未涉及,未明确责任人, or未明确时间when needed. - Preserve speaker names exactly. If names are absent, use
发言人0,发言人1, etc. - Separate each speaker's own views; never cross-attribute or merge viewpoints.
- Capture conflicts and consensus explicitly when present.
- For phone-call transcripts, introduce phone numbers once if needed, then use speaker numbers in summaries; mask phone numbers unless raw identifiers are required.
- For JSON modes, output strict valid JSON only and no Markdown code fence.
- Keep summaries shorter than the transcript. For content under 30 seconds with no concrete information, output
暂无.
Usage examples
- “Use $jt-meeting-summary to generate formal JSON meeting minutes and todo items from this transcript.”
- “Use $jt-meeting-summary to summarize this sales call into concise Markdown.”
- “Use $jt-meeting-summary to create a ten-minute summary for this long meeting.”
- “Use $jt-meeting-summary to generate title, keywords, speaker summaries, and action items.”
- “Use $jt-meeting-summary to turn this meeting summary into a comic-style image prompt.”
Reference loading guidance
Load only the reference matching the selected mode. Load summary-components.md together with another reference only when the user asks for multiple derived artifacts such as minutes plus title/tags/speaker summaries.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jt-meeting-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/jt-meeting-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
JT Meeting Summary 是什么?
Pure prompt guidance for generating faithful meeting and call summaries. Use when the model should summarize transcripts into meeting minutes, concise summar... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 JT Meeting Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jt-meeting-summary」即可一键安装,无需额外配置。
JT Meeting Summary 是免费的吗?
是的,JT Meeting Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
JT Meeting Summary 支持哪些平台?
JT Meeting Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 JT Meeting Summary?
由 quent1nQ(@quent1nq)开发并维护,当前版本 v1.0.0。