stream-transcript

stream-transcript is a skill for Claude Code, Codex from markmhendrickson/ateles. It costs 109 tokens per session (5,812 once invoked), scanned A, original, MIT.

A live transcript stream for an ongoing recording, sending provisional speech-to-text chunks into the current agent session. It uses only the system audio track and does not permanently store the transcript.

In plain words
What is it for?
Use it during a meeting to give the agent current spoken context and specify what it should watch for and how it may respond.
Why use it?
It lets the agent follow a meeting while it happens instead of waiting for the recording to finish, while making clear that the live text may contain mistakes.

Skill for Claude CodeCodex

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/markmhendrickson/ateles/stream-transcript
Any agent
npx skills add markmhendrickson/ateles --skill stream-transcript
Clone the repo
git clone --depth 1 https://github.com/markmhendrickson/ateles

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/markmhendrickson/ateles/stream-transcript.svg)](https://agentmods.dev/skills/markmhendrickson/ateles/stream-transcript)
Your own site
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/stream-transcript"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/stream-transcript.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,812 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 $0.00109 $0.05812
Opus 5 $0.00055 $0.02906
Sonnet 5 $0.00022 $0.01162
Haiku 4.5 $0.00011 $0.00581

Measured yesterday against content hash 1d595fa0313e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

stream-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 yesterday.

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.

.claude/skills/stream-transcript/SKILL.md · 490 lines

How it starts

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

Stream transcript

Feed a live meeting transcript into the current session while the meeting is still happening, so the agent holds the conversation as context rather than reading it afterwards.

This is the live, advisory half of meeting capture. The authoritative half is unchanged and still owned by Tyto + analyze-meeting: full-file, diarized, stored in Neotoma, reconciled against the graph.

Relationship to the rest of the pipeline

Live stream (this skill) Post-hoc (Tyto → analyze-meeting)
When While recording After the file settles
Engine Whisper only, no diarization Best available, diarized
Boundaries Arbitrary N-second cuts Whole file
Speakers System track only — not the operator's mic Both tracks, merged
Neotoma Nothing durable Authoritative entities
Purpose Orient the agent mid-meeting Metabolize the meeting

Live chunks are provisional by construction. They are cut mid-sentence, they garble non-speech, and they never see the operator's own voice. Treat every live claim as something the authoritative pass will restate better.

Recorder control: detect only

This skill does not start or stop Audio Hijack. Audio Hijack 4 exposes scripted control via App Intents (AH4RunScriptIntent), and this machine already has a Tyto session plus start_tyto_* / stop_tyto_test scripts and Shortcuts — but as of 2026-08-28 all three Shortcuts fail with "An unknown error occurred" and change no recording state, likely because scripted control requires confirmation (confirmAH4RunScript:completion:). Until that is resolved, the operator starts and stops the recorder; this skill detects what is running.

Note: shortcuts run exits 0 even when the shortcut fails. Never trust its exit code — parse its output.


/stream-transcript start

1. Detect a growing recording

cd "$ATELES_REPO" && execution/venv/bin/python - <<'PY'
import sys; sys.path.insert(0, "execution/scripts")
import live_transcript_tail as lt
rec = lt.find_growing_recording(lt.DEFAULT_DIR)
print(rec if rec else "NONE")
PY

Read the full file on GitHub · 490 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. yesterday First seen · 490 lines · 109 tokens per session scan A 1d595fa0313e

Subscribe to this mod's changes

stream-transcript is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed 2d ago), licensed MIT. It adds 109 tokens to every session and 5,812 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-09-03.

Related

Other skills, from other repositories

matryca-logseq-io

Choose safe direct-file versus Local HTTP API access for Logseq. Use when changing graph reads, writes, background indexing, live Logseq integration, authentication, or JSON-RPC communication.

MarcoPorcellato/matryca-plumber · 45 tokens

simplicio-loop

Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host…

wesleysimplicio/simplicio-loop · 120 tokens

leader-explore-plan-implement

Orchestrate the full lifecycle of delegated technical work: explore the problem space, author an implementation plan, then coordinate implementation across team members. This pipeline composes leaf skills (systematic-exploration, implementation-plan-authoring) into a leader workflow with explicit phase gates…

Vrooli/Vrooli · 0 tokens

life-automation-audit

Use this as an on-demand long prompt. Do not paste it into SOUL.md / PRINCIPLES.md / AGENTS.md. When the user asks to audit their life for automation opportunities, load and follow this prompt.

0xNyk/oneclaw · 0 tokens

visited-tracker-tools

Use visited-tracker to record file coverage, avoid duplicate work, and leave handoff notes that persist across conversations.

Vrooli/Vrooli · 0 tokens

discord

Control Discord via the discord tool: manage messages, reactions, polls, channels, and bot presence.

kaivyy/kabot · 0 tokens