← Back to Skills Marketplace
wangjipeng977

meeting-transcript-to-summary

by 王继鹏 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wangjipeng-meeting-transcript-to-summary
Description
Use when (1) user pastes meeting transcript and needs structured summary with action items and decision owners.
README (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
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wangjipeng-meeting-transcript-to-summary
  3. After installation, invoke the skill by name or use /wangjipeng-meeting-transcript-to-summary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wangjipeng-meeting-transcript-to-summary
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is meeting-transcript-to-summary?

Use when (1) user pastes meeting transcript and needs structured summary with action items and decision owners. It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install meeting-transcript-to-summary?

Run "/install wangjipeng-meeting-transcript-to-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is meeting-transcript-to-summary free?

Yes, meeting-transcript-to-summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does meeting-transcript-to-summary support?

meeting-transcript-to-summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created meeting-transcript-to-summary?

It is built and maintained by 王继鹏 (@wangjipeng977); the current version is v1.0.0.

💬 Comments