← 返回 Skills 市场
wangjipeng977

meeting-transcript-to-summary

作者 王继鹏 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wangjipeng-meeting-transcript-to-summary
功能描述
Use when (1) user pastes meeting transcript and needs structured summary with action items and decision owners.
使用说明 (SKILL.md)

Meeting Transcript To Summary

Use when (1) user pastes meeting transcript and needs structured summary with action items and decision owners.

Core Position

This skill solves the specific engineering problem of: user pastes meeting transcript and needs structured summary with action items and decision owners

This skill is NOT:

  • A general-purpose capability that activates on anything
  • A replacement for manual human judgment
  • A tool that stores state or remembers across sessions

This skill IS activated ONLY when the trigger conditions are explicitly met.

Modes

/meeting-transcript-to-summary

Default mode. Performs the core task end-to-end.

When to use: User provides input matching the trigger conditions above.

Execution Steps

  1. Receive transcript — User pastes meeting transcript text (from Whisper, Otter, Fireflies, or manual notes)

    • If the input looks like a different format (code, logs, article), state: "This skill extracts structured summaries from meeting transcripts. Please provide a conversation transcript."
  2. Identify speakers and segments — Parse the transcript structure:

    • Detect speaker labels or turn-taking patterns
    • Identify distinct topics or discussion sections
    • Note timestamps if present
  3. Extract key content — Identify the substantive parts:

    • Key decisions made (explicit statements of what was decided)
    • Action items with assignees (who will do what by when)
    • Open questions or unresolved issues
    • Important context or constraints referenced
  4. Format structured summary — Organize into the standard format:

    • Summary: 2-3 sentence overview of the meeting topic and outcome
    • Decisions: numbered list of decisions made with rationale
    • Action Items: who → does what → by when (if stated)
    • Open Items: questions left unresolved or follow-ups needed
  5. Deliver and validate — Return the formatted summary:

    • If any section is empty, note "No [decisions/action items] identified"
    • If speakers aren't labeled, note "Speaker names not detected; labeled as Speaker 1, 2..."
    • Ask if the user wants to adjust granularity or add missing items

Mandatory Rules

Do not

  • Do not make up facts or claim actions were taken that were not
  • Do not hardcode API keys — use os.getenv("API_KEY") instead
  • Do not store sensitive user data beyond the current session
  • Do not exceed token budget without warning the user first
  • Do not activate for off-topic requests — return a brief decline message

Do

  • Validate all inputs before acting
  • Handle errors gracefully with actionable error messages
  • Log actions taken for auditability
  • State explicitly when you are uncertain or data is insufficient

Quality Bar

A good output:

  • Solves exactly the problem described in the trigger conditions
  • Provides actionable result in the expected format within 3 turns
  • Handles error cases with specific guidance, not generic "try again"
  • States assumptions explicitly when input is ambiguous

A bad output:

  • Solves a different problem than the one triggered
  • Provides a generic "I can't help with that" without explaining why
  • Crashes, hangs, or returns malformed output on valid input
  • Activates for off-topic requests (false positive)

Good vs. Bad Examples

Scenario Bad Output Good Output
Trigger matched "I can help with that." + no action Correct transformation delivered in structured format
Invalid input Crash or wrong result "Missing required field: [X]. Please provide [Y]."
Ambiguous input Guesses and might be wrong States assumption and asks for confirmation
Off-topic request Attempts to help anyway "This skill activates when [trigger]. Please restate your request."

References

  • references/ — Detailed templates, schemas, and edge-case rules for this skill
安全使用建议
Install only if you are comfortable pasting meeting transcripts into your agent session. Avoid including secrets, regulated personal data, or confidential internal discussions unless you are authorized. Before using any API key or write mode mentioned in the README, confirm what service is being used, whether transcript text leaves your environment, and where any outputs are written.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is narrow and coherent: transform pasted meeting transcripts into structured summaries, decisions, action items, and open items. The main SKILL.md instructions align with that purpose and include limits against fabrication, off-topic activation, and storing sensitive user data beyond the session.
Instruction Scope
The runtime instructions are mostly scoped to parsing and summarizing provided transcript text. The README examples mention read/write modes, but SKILL.md only defines a default summarization mode, so the write-mode documentation appears generic and unsupported by artifact behavior.
Install Mechanism
Installation instructions are ordinary ClawHub/manual-copy directions. No install-time scripts, package dependencies, hidden hooks, or automatic execution paths were found in the artifact files.
Credentials
The skill handles potentially sensitive meeting content, which is expected for its purpose. It does not include code that sends data over the network, but the README lists a required API_KEY without identifying a service or data-handling model.
Persistence & Privilege
The skill explicitly says it is not a tool that stores state or remembers across sessions and instructs not to store sensitive user data beyond the current session. No persistence mechanism or privilege escalation was present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wangjipeng-meeting-transcript-to-summary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wangjipeng-meeting-transcript-to-summary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of meeting-transcript-to-summary skill. - Converts pasted meeting transcripts into structured summaries, including decisions, action items, and decision owners. - Only activates for meeting transcript inputs; declines off-topic or non-transcript requests. - Validates input format and provides clear error or guidance messages when needed. - Structured output includes: summary, decisions, action items (with assignees and deadlines), and open items. - Handles ambiguous or incomplete input by stating assumptions and asking clarifying questions.
元数据
Slug wangjipeng-meeting-transcript-to-summary
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

meeting-transcript-to-summary 是什么?

Use when (1) user pastes meeting transcript and needs structured summary with action items and decision owners. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 meeting-transcript-to-summary?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wangjipeng-meeting-transcript-to-summary」即可一键安装,无需额外配置。

meeting-transcript-to-summary 是免费的吗?

是的,meeting-transcript-to-summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

meeting-transcript-to-summary 支持哪些平台?

meeting-transcript-to-summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 meeting-transcript-to-summary?

由 王继鹏(@wangjipeng977)开发并维护,当前版本 v1.0.0。

💬 留言讨论