agentsclimarketplace

Case 00335

Skill knownasnaffy/prompthound/dataset/case_00335

Extract action items, decisions, and key points from meeting transcripts or notes. Use when the user has meeting notes, call transcripts, or recorded meeting text and wants: action items extracted, decisions highlighted, summary generated, or follow-up tasks identified. Triggers on "summarize meeting", "extract action items", "meeting notes", "what were the decisions", "meeting recap".From its SKILL.md

Install
npx -y skills add knownasnaffy/prompthound --skill case_00335

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 162 tokens by cl100k_base, as published. Nobody here has run it

Meeting Extractor

Parse meeting transcripts into structured summaries with action items.

Usage

python3 scripts/meeting.py extract transcript.txt
python3 scripts/meeting.py extract --format json transcript.txt
python3 scripts/meeting.py extract --followup transcript.txt

What It Extracts

  • Summary — 3-5 sentence overview
  • Decisions — Agreed-upon choices
  • Action Items — Tasks with owners and deadlines
  • Key Points — Important discussion topics
  • Questions — Unresolved questions needing answers
  • Attendees — Who participated

Output Formats

  • Text (default) — Human-readable summary
  • JSON — Machine-readable for task systems
  • Markdown — For documentation/wiki

What ships with it: 1 file

4.2 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.