meeting-transcript

meeting-transcript is a skill for Claude Code from huytieu/COG-second-brain. It costs 23 tokens per session (111 once invoked), scanned A, original, MIT.

A meeting-processing helper that turns recordings or notes into decisions, tasks, and observations about how the team worked together.

In plain words
What is it for?
Use it to extract decisions and action items from meetings, while filtering out irrelevant noise.
Why use it?
It removes the need to manually separate useful discussion from filler and organise the results afterward.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; installed under .agents/ (shared by several agents).

Part of the COG-second-brain plugin — 33 skills, 10 agents shipped together

Good fit Use it to extract decisions and action items from meetings, while filtering…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huytieu/cog-second-brain/meeting-transcript
About the project

COG is an AI-assisted second brain that stores knowledge in Markdown files and uses agents, skills, and version control to evolve it over time. It helps people manage knowledge and contacts while supporting several coding-agent tools; the catalogue entries are COG’s skills, agents, instructions, rules, and plugin surfaces.

huytieu/COG-second-brain · 1,173 stars · on GitHub

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 huytieu/COG-second-brain --skill meeting-transcript
Clone the repo
git clone --depth 1 https://github.com/huytieu/COG-second-brain

Made for: Claude Code.

Or install COG-second-brain, the plugin that ships this one along with the rest of its 33 skills, 10 agents.

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-transcript

README.md
[![agentmods](https://agentmods.dev/badge/skills/huytieu/cog-second-brain/meeting-transcript.svg)](https://agentmods.dev/skills/huytieu/cog-second-brain/meeting-transcript)
Your own site
<a href="https://agentmods.dev/skills/huytieu/cog-second-brain/meeting-transcript"><img src="https://agentmods.dev/badge/skills/huytieu/cog-second-brain/meeting-transcript.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 111 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.
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.00023 $0.00111
Opus 5 $0.00012 $0.00056
Sonnet 5 $0.00005 $0.00022
Haiku 4.5 $0.00002 $0.00011

Measured 7d ago against content hash 52a186d373c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

meeting-transcript 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 7d 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.

.agents/skills/meeting-transcript/SKILL.md · 11 lines

What it actually says

Read .claude/skills/meeting-transcript/SKILL.md and execute it exactly as written — that file is the authoritative playbook. Then follow .agents/rules/cog.md.

Antigravity substitution: where the playbook delegates to a .claude/agents/<name> worker, invoke .agents/agents/<name>.md via invoke_subagent instead.

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. 7d ago First seen · 11 lines · 23 tokens per session scan A 52a186d373c4

Subscribe to this mod's changes

meeting-transcript is a skill published in the GitHub repository huytieu/COG-second-brain (1,173 stars, last pushed 12d ago), licensed MIT. It adds 23 tokens to every session and 111 once invoked, about $0.0001 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

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

10-todo

Split the user prompt into independent todos and run one executor agent per todo in parallel, then report a minimal table. Use when the user says "todo" or asks to fan out a multi-part request into parallel implementations.

ai-driven-dev/framework · 48 tokens

outlook-calendar

A skill for managing Microsoft Outlook and Microsoft 365 calendar events through a connected account.

marswaveai/skills · 70 tokens

hatch3r-cleanup

Repo-state cleanup pass — inventories accumulated hatch3r working state (plan files, workspace dirs, review telemetry, findings ledgers, learnings, handoffs, board staleness), asks once with per-category counts and estimated reclaim, dispatches each owned surface to its owning skill or CLI path, and prunes only the…

hatch3r/hatch3r · 77 tokens

Automate Lark and Feishu docs, sheets, mail, calendar, meetings, and chat tasks from agents with Lark CLI

Operate Lark and Feishu work objects from one agent-ready CLI instead of stitching together separate APIs and browser flows.

agentskillexchange/skills · 50 tokens

run-feedback

Use when a run of a workflow, skill, command, or test produced errors or friction worth keeping, or when executing the end-of-run Retro Global Protocol — collect findings into the feedback inbox, triage them (defect / work-item / noise), and file defects into the known-issues ledger or work-items into the backlog. NOT…

MatrixFounder/Agentic-development · 110 tokens