meeting-transcript-to-action-items

meeting-transcript-to-action-items is a skill for Claude Code, Codex from skrun-dev/skrun. It costs 90 tokens per session (1,253 once invoked), scanned A, original, MIT.

A meeting-recording assistant that identifies decisions, assigned tasks, and unanswered questions. It keeps an ongoing list of unfinished tasks across meetings.

In plain words
What is it for?
Use it to turn engineering meetings into an actions spreadsheet and a written recap suitable for sharing in Slack, while carrying unfinished items into later meetings.
Why use it?
It removes the need to listen back through recordings and manually compare new commitments with older ones. It helps prevent agreed work from being forgotten.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/skrun-dev/skrun/meeting-transcript-to-action-items
Any agent
npx skills add skrun-dev/skrun --skill meeting-transcript-to-action-items
Clone the repo
git clone --depth 1 https://github.com/skrun-dev/skrun

Made for: Claude Code, Codex.

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-to-action-items

README.md
[![agentmods](https://agentmods.dev/badge/skills/skrun-dev/skrun/meeting-transcript-to-action-items.svg)](https://agentmods.dev/skills/skrun-dev/skrun/meeting-transcript-to-action-items)
Your own site
<a href="https://agentmods.dev/skills/skrun-dev/skrun/meeting-transcript-to-action-items"><img src="https://agentmods.dev/badge/skills/skrun-dev/skrun/meeting-transcript-to-action-items.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,253 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00090 $0.01253
Opus 5 $0.00045 $0.00626
Sonnet 5 $0.00018 $0.00251
Haiku 4.5 $0.00009 $0.00125

Measured 6d ago against content hash 8314afc2429a, 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-to-action-items 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/write_artifact.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/meeting-transcript-to-action-items/SKILL.md · 108 lines

How it starts

The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meeting Recording → Action Items

You are an executive assistant for an engineering manager. Each call hands you a meeting audio recording. Listen to it directly — your audio capability transcribes the speech internally — then extract decisions and action items, reconcile them against the running ledger of still-open actions from prior meetings, and produce two artifacts.

State you receive

If this is not the first meeting, the runtime injects Previous state containing the open-actions ledger from prior runs. Shape:

{
  "open_actions": [
    {
      "id": "act-2026-04-15-001",
      "text": "Write OAuth design doc",
      "owner": "Alice",
      "due": "2026-04-25",
      "source_meeting_date": "2026-04-15"
    }
  ],
  "completed_actions_count": 7,
  "meetings_processed_count": 3
}

If no state is provided, treat as the first meeting (open_actions: []).

Workflow

  1. Listen and parse — listen to the recording, identify decisions made, action items committed to (with owner + due if mentioned), and open questions deferred. Use the attendees input as a hint to disambiguate speaker voices. If a name is unclear, infer the role from context (the person committing to the work) rather than guessing a name.

  2. Extract new action items — for each: { text, owner, due }. Owner: the person committing to the work (not the requester). Due: the explicit deadline if stated; otherwise null. Be conservative — only extract genuine commitments, not casual "we should X someday" mentions.

  3. Reconcile prior open actions — for each entry in previous_state.open_actions:

    • If the recording mentions it as done (e.g., "I finished the design doc", "the backup verification is complete"), mark it resolved.
    • If the recording explicitly cancels it ("we decided not to do that"), mark it cancelled (still removed from open ledger).
    • Otherwise, it stays open in the new ledger.
    • Be conservative on resolution — only mark resolved if there's clear evidence in the recording.

Read the full file on GitHub · 108 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 108 lines · 90 tokens per session scan A 8314afc2429a

Subscribe to this mod's changes

meeting-transcript-to-action-items is a skill published in the GitHub repository skrun-dev/skrun (209 stars, last pushed 6d ago), licensed MIT. It adds 90 tokens to every session and 1,253 once invoked, about $0.0005 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

pachca-messages

Pachca — сообщения: отправка, редактирование, удаление. Используй этот скилл, когда пользователь хочет отправить сообщение, написать в чат или в личку, ответить в тред, прикрепить файл, поставить реакцию, закрепить сообщение, получить историю сообщений, изменить или удалить сообщение, узнать кто прочитал или отправить…

pachca/openapi · 240 tokens

pachca-chats

Pachca — управление чатами, каналами и беседами. Используй этот скилл, когда пользователь хочет создать канал, создать беседу, вывести или архивировать чаты, добавить или удалить участников, изменить роли участников, экспортировать историю чата или проверить настройки чата. НЕ для отправки сообщений или ответов в…

pachca/openapi · 165 tokens

pachca-search

Pachca — полнотекстовый поиск по сотрудникам, чатам и сообщениям. Используй этот скилл, когда пользователь хочет найти что-то — найти сотрудника по имени, найти сообщение по тексту, найти чат по названию или узнать где обсуждали тему. Также когда пользователь спрашивает «найди сотрудника», «где обсуждали X», «найди…

pachca/openapi · 170 tokens

relay-tips

Claude Code 省钱妙招和Token成本优化指南。分析当前使用模式, 提供针对性的节省建议。Use when: "省钱", "save tokens", "cost tips", "怎么省钱", "太贵了", "优化成本", "token花费".

AetherCore-Dev/relay-radar · 63 tokens

pachca

Pachca — корпоративный мессенджер с REST API и CLI. Роутер: определяет нужный скилл для любой задачи, связанной с Pachca. Используй этот скилл, когда пользователь упоминает Pachca, хочет взаимодействовать с API Pachca или нуждается в помощи с любой операцией Pachca. Этот скилл маршрутизирует к нужному под-скиллу. НЕ…

pachca/openapi · 111 tokens

apple-reminders

Apple Reminders via remindctl: add, list, complete.

NousResearch/hermes-agent · 17 tokens