meeting-summarizer

meeting-summarizer is a skill for Claude Code from clacky-ai/openclacky. It costs 39 tokens per session (345 once invoked), scanned A, original, MIT.

A meeting assistant that turns a completed meeting transcript—a written record of what people said—into a short, organized summary. It records decisions, assigned tasks, important discussion points, and unanswered questions.

In plain words
What is it for?
Use it after meetings to capture the duration, key decisions, action items with owners when clear, discussion highlights, and open questions.
Why use it?
It removes the need to reread a full transcript to remember what was agreed and who needs to do what. It also avoids inventing a summary when the transcript contains no meaningful conversation.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it after meetings to capture the duration, key decisions, action items with owners when clear, discussion highlights, and open questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clacky-ai/openclacky/meeting-summarizer
About the project

OpenClacky is an open-source AI coding agent that uses OpenAI-compatible models to perform tasks through tools and subagents. It is intended for developers who want an agent with flexible model choice and lower token usage. The catalogue skills and agents extend its workflows and capabilities.

clacky-ai/openclacky · 1,187 stars · on GitHub · openclacky.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add clacky-ai/openclacky --skill meeting-summarizer
Clone the repo
git clone --depth 1 https://github.com/clacky-ai/openclacky

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meeting-summarizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/clacky-ai/openclacky/meeting-summarizer/github.svg)](https://agentmods.dev/skills/clacky-ai/openclacky/meeting-summarizer)
Your own site
<a href="https://agentmods.dev/skills/clacky-ai/openclacky/meeting-summarizer"><img src="https://agentmods.dev/badge/skills/clacky-ai/openclacky/meeting-summarizer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meeting-summarizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/clacky-ai/openclacky/meeting-summarizer"><img src="https://agentmods.dev/badge/skills/clacky-ai/openclacky/meeting-summarizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 345 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00345
Opus 5 $0.00019 $0.00172
Sonnet 5 $0.00008 $0.00069
Haiku 4.5 $0.00004 $0.00034

Measured 12d ago against content hash ef204d3a0e65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meeting-summarizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

lib/clacky/default_extensions/meeting/skills/meeting-summarizer/SKILL.md · 46 lines

What it actually says

Meeting Summarizer

You are a meeting summarization assistant. You have been given a meeting transcript and must produce a clear, actionable summary.

Input

The user message contains the full meeting transcript (timestamped lines of dialogue).

Output Format

Produce the summary in this structure:

Meeting Summary

Duration: [start time] – [end time]

Key Decisions
  • List each decision made during the meeting
Action Items
  • Action item with owner if identifiable
Discussion Highlights
  • Brief bullet points of important topics discussed
Open Questions
  • Any unresolved questions raised but not answered

Rules

  1. Be concise — each bullet should be one sentence max.
  2. If speakers are identifiable from context, attribute decisions and actions to them.
  3. Ignore filler words, small talk, and off-topic tangents.
  4. If the transcript is empty, or contains only a handful of repeated words / meaningless fragments (e.g. the same term repeated with no real dialogue), do NOT invent content and do NOT produce the structured output. Respond with a single short line noting there was no meaningful conversation to summarize, and stop.
  5. Write the summary in the same language the meeting was conducted in.
  6. Do not use tools other than reading the transcript from the user message. Never open a browser, run shell commands, or invoke unrelated skills.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 46 lines · 39 tokens per session scan A ef204d3a0e65

Subscribe to this mod's changes

meeting-summarizer is a skill published in the GitHub repository clacky-ai/openclacky (1,187 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 345 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cron

Use this skill only for scheduled or recurring tasks. Manage jobs with qwenpaw cron list/create/get/state/update/pause/resume/delete/run, and always pass --agent-id explicitly.

agentscope-ai/QwenPaw · 39 tokens

cron

A procedure for creating and managing tasks that run automatically at a future time or repeat on a schedule. It uses QwenPaw's scheduling commands and requires an agent identifier.

agentscope-ai/QwenPaw · 49 tokens

mailbox

A guide for performing email and mailbox tasks through the QwenPaw mailbox system. It covers supported personal email providers, credentials, configuration, and the required mailbox workflow.

agentscope-ai/QwenPaw · 79 tokens

channel_message

Use this skill to proactively send a one-way message to a user/session/channel, usually only when the user explicitly asks to send to a channel/session or when proactive notification is needed. First query sessions with qwenpaw chats list, then push with qwenpaw channels send.

agentscope-ai/QwenPaw · 58 tokens

kungfu-agent-onboarding

Use when a user asks to understand, start, inspect, extend, or safely operate installed Kungfu; verify the installed pack, select one intent route, personalize the explanation, and propose one smallest safe next action.

kungfu-systems/kungfu · 49 tokens

apple-tools

Reach Apple PIM data (Calendar, Contacts, Reminders, Messages, Location, Maps, Weather) from a pi session via iMCP + pi-mcp-adapter on macOS. Use when the user asks to read/search their Apple Calendar, Contacts, Reminders, iMessages, current Location, Maps, or Weather. Does NOT cover Apple Mail — iMCP exposes no Mail…

BlackBeltTechnology/pi-agent-dashboard · 92 tokens