🎞️
DataPython

Talkthrough

by korovin-aa97

Talkthrough is a Data skill for Claude Code, published by korovin-aa97 in talkthrough-mcp.

12 stars0 forkson korovin-aa97/talkthrough-mcpAdded 2026/07/16Repository updated 2026/07/17
agent-skillsai-agentsclaudedeveloper-toolsfeedbackffmpeglocal-firstmcpmcp-servermodel-context-protocolocrpythonscreen-recordingspeech-to-texttranscriptionvideo-analysiswhisper
Install in seconds
Install Talkthrough
Copy Talkthrough into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/korovin-aa97/talkthrough-mcp/tree/main/integrations/openclaw/clawhub ~/.claude/skills/clawhub

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/korovin-aa97/talkthrough-mcp.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
integrations/openclaw/clawhub/SKILL.md in korovin-aa97/talkthrough-mcp
Installs to
~/.claude/skills/clawhub
Collection
One of 2 skills cataloged from this repository
Category
Data812 skills

What Talkthrough does

Analyzes narrated screen recordings and audio files, providing timestamped transcripts, scene keyframes, OCR text, and wall-clock anchoring via a local MCP server. Use it to triage feedback, extract meeting actions, or correlate recordings with logs.

Talkthrough is cataloged under Data on DirSkills. Talkthrough comes from a repository tagged agent-skills, ai-agents, claude, developer-tools and feedback.

Documentation

README

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 talkthrough-mcp[diarization]

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

Workflow

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Talkthrough

  • What else does korovin-aa97 publish alongside Talkthrough?

    Talkthrough is one of 2 skills that DirSkills catalogs from korovin-aa97/talkthrough-mcp, the repository it ships in. Its siblings there include Talkthrough. Each one is a separate skill with its own page in this directory, installs the same way Talkthrough does, and is maintained by korovin-aa97 in that same repository. The rest of the collection is listed on the korovin-aa97/talkthrough-mcp page.

  • How does Talkthrough compare to other Data skills?

    Talkthrough ranks #810 by stars among the 812 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Talkthrough against them. Open each page to compare what they document and how they install.