talkthrough

talkthrough is a skill for Claude Code, Codex from korovin-aa97/talkthrough-mcp. It costs 60 tokens per session (471 once invoked), scanned A, original, MIT.

A local tool workflow for examining narrated screen recordings and audio files. It can produce transcripts, screen snapshots, detected on-screen text, and recording-time references.

In plain words
What is it for?
Use it to find words or screen text, inspect exact moments, extract frames, summarize meeting actions, and compare recording remarks with logs.
Why use it?
It brings spoken feedback, visible interface details, and relevant log times together so you can investigate a remark without replaying the whole recording repeatedly.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to find words or screen text, inspect exact moments, extract frames, summarize meeting actions, and compare recording remarks with logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/korovin-aa97/talkthrough-mcp/clawhub
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 korovin-aa97/talkthrough-mcp --skill clawhub
Clone the repo
git clone --depth 1 https://github.com/korovin-aa97/talkthrough-mcp

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 talkthrough

README.md
[![agentmods](https://agentmods.dev/badge/skills/korovin-aa97/talkthrough-mcp/clawhub/github.svg)](https://agentmods.dev/skills/korovin-aa97/talkthrough-mcp/clawhub)
Your own site
<a href="https://agentmods.dev/skills/korovin-aa97/talkthrough-mcp/clawhub"><img src="https://agentmods.dev/badge/skills/korovin-aa97/talkthrough-mcp/clawhub/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 talkthrough

Your own site · 80×15
<a href="https://agentmods.dev/skills/korovin-aa97/talkthrough-mcp/clawhub"><img src="https://agentmods.dev/badge/skills/korovin-aa97/talkthrough-mcp/clawhub.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 471 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.00060 $0.00471
Opus 5 $0.00030 $0.00235
Sonnet 5 $0.00012 $0.00094
Haiku 4.5 $0.00006 $0.00047

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

Security

Grade A, and why

talkthrough 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.

integrations/openclaw/clawhub/SKILL.md · 42 lines

What it actually says

talkthrough for OpenClaw

This skill wires the talkthrough MCP server into OpenClaw and teaches the workflow. Everything runs locally: recordings never leave the machine.

Setup (once)

Add the MCP server:

openclaw mcp add talkthrough --command uvx --arg --python --arg ">=3.11,<3.14" --arg "talkthrough-mcp[diarization,url]"

Requires uv (https://astral.sh/uv). First processing downloads a whisper model once (~460 MB for the default small).

Workflow

  1. process_media(path) — idempotent by content hash; returns a compact summary with job_id (re-calls on the same file are instant). For one public video/audio URL use process_url(url): the source is downloaded once (the only network step), then everything below is local.
  2. get_transcript(job_id) / search(job_id, "<word>") — orient; search covers speech AND on-screen OCR text.
  3. get_moment(job_id, t0-2000, t1+2000) — evidence bundle per remark: transcript slice + up to 3 frames + OCR + wall-clock range.
  4. extract_frame(job_id, at_ms, crop=...) — exact instant, native resolution, when keyframes miss the moment.
  5. list_jobs() — recordings processed earlier remain queryable.

Timestamps: t_ms is video-relative; t_wall is real wall-clock time when the recording start is known — use it to correlate remarks with logs (±30 s window). Audio-only files (.m4a/.mp3/…) have transcripts but no frames; frame tools erroring on them is expected.

Full docs: https://github.com/korovin-aa97/talkthrough-mcp

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 Changed · +2 lines 90a64035a553
  2. 8d ago Changed 1fc14f6abb55
  3. 12d ago First seen · 40 lines · 60 tokens per session scan A 0d92a9473ac4

Subscribe to this mod's changes

talkthrough is a skill published in the GitHub repository korovin-aa97/talkthrough-mcp (29 stars, last pushed 6d ago), licensed MIT. It adds 60 tokens to every session and 471 once invoked, about $0.0003 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

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…

comet-ml/opik-mcp · 187 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

delegacion-local

Regla y catálogo para delegar pasos mecánicos (resumir, clasificar, extraer, boilerplate, mensaje de commit desde un diff, traducir texto o archivo, resumir salida de lint/tests/CI, explicar código, describir una imagen, verificar si el backend local está disponible) a modelos locales vía las tools local del MCP…

ZahiriNatZuke/local-delegate · 137 tokens

chainstack

Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…

chainstacklabs/mcp-server · 66 tokens