analyze-transcript.eval

analyze-transcript.eval is a command for Claude Code from davistroy/claude-marketplace. It costs 0 tokens per session (672 once invoked), scanned A, original, MIT.

A command that reads a meeting transcript and creates a structured report of discussion points, action items, decisions, and risks. It can include owners and due dates when the transcript states them.

In plain words
What is it for?
Use it with a Markdown transcript to produce a timestamped report containing action items, technology decisions, and identified risks.
Why use it?
It saves time when turning an unstructured transcript into follow-up information, while requiring the report to stay grounded in what was actually said.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

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 commands/davistroy/claude-marketplace/analyze-transcript.eval
Clone the repo
git clone --depth 1 https://github.com/davistroy/claude-marketplace

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 analyze-transcript.eval

README.md
[![agentmods](https://agentmods.dev/badge/commands/davistroy/claude-marketplace/analyze-transcript.eval.svg)](https://agentmods.dev/commands/davistroy/claude-marketplace/analyze-transcript.eval)
Your own site
<a href="https://agentmods.dev/commands/davistroy/claude-marketplace/analyze-transcript.eval"><img src="https://agentmods.dev/badge/commands/davistroy/claude-marketplace/analyze-transcript.eval.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 672 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.00000 $0.00672
Opus 5 $0.00000 $0.00336
Sonnet 5 $0.00000 $0.00134
Haiku 4.5 $0.00000 $0.00067

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

Security

Grade A, and why

analyze-transcript.eval 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.

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.

evals/commands/analyze-transcript.eval.md · 94 lines

How it starts

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

Eval: /analyze-transcript

Purpose

Reads a meeting transcript and produces a structured report with key discussion points, action items, decisions, and risks. Good output captures all explicit action items and decisions from the transcript without fabricating details.

Fixtures

Fixture Purpose
docs/meeting-transcript.md 20-min kickoff meeting with 4 action items, 3 decisions, 2 risks

Test Scenarios

S1: Happy path — markdown output

Invocation: /analyze-transcript fixtures/docs/meeting-transcript.md

Must:

  • Creates a report file (timestamped) in the current directory or reports/
  • Report contains an action items section with at least 3 of the 4 actual action items
  • Report contains a decisions section listing all 3 technology decisions (Node.js, PostgreSQL, Block Kit)
  • Report contains a risks section identifying both risks (rate limiting, Jamie's availability)
  • Each action item includes the owner and due date when stated in the transcript

Should:

  • Action items include: Dev/scheduler spike (Jan 16), Sam/ECS provisioning (Jan 17), Alex/MVP doc (Jan 14), Alex/Payments PM follow-up (Jan 12)
  • Decisions include: Node.js 20 LTS confirmed, PostgreSQL 15 confirmed, Slack Block Kit confirmed
  • Report includes a participants section
  • Meeting date and duration captured

Must NOT:

  • Invent action items not in the transcript
  • Invent attendees not listed

S2: JSON output format

Invocation: /analyze-transcript fixtures/docs/meeting-transcript.md --format json

Must:

  • Output file is valid JSON
  • JSON contains action_items, decisions, risks arrays
  • Each action item has owner and due_date fields where available

Must NOT:

  • Create a markdown file when --format json is specified

S3: Error — file not found

Invocation: /analyze-transcript fixtures/docs/nonexistent.txt

Must:

  • Displays error message referencing the missing file
  • Does not create output file

Read the full file on GitHub · 94 lines

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 · 94 lines · 0 tokens per session scan A 6c2d33381bfc

Subscribe to this mod's changes

analyze-transcript.eval is a command published in the GitHub repository davistroy/claude-marketplace (5 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 672 tokens. 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-31.