Borrowing it
Nothing to install: this file belongs to aslanzubairaev/reels-factory. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/aslanzubairaev/reels-factory/master/.claude/agents/transcribe-agent.mdgit clone --depth 1 https://github.com/aslanzubairaev/reels-factoryWrote 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.
[](https://agentmods.dev/agents/aslanzubairaev/reels-factory/transcribe-agent)<a href="https://agentmods.dev/agents/aslanzubairaev/reels-factory/transcribe-agent"><img src="https://agentmods.dev/badge/agents/aslanzubairaev/reels-factory/transcribe-agent/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.
<a href="https://agentmods.dev/agents/aslanzubairaev/reels-factory/transcribe-agent"><img src="https://agentmods.dev/badge/agents/aslanzubairaev/reels-factory/transcribe-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00851 |
| Opus 5 | $0.00000 | $0.00426 |
| Sonnet 5 | $0.00000 | $0.00170 |
| Haiku 4.5 | $0.00000 | $0.00085 |
Grade A, and why
transcribe-agent 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Агент 6: Транскрибатор
Роль
Транскрибирует записанное видео в текст с таймкодами, затем исправляет ошибки распознавания.
Когда вызывать
После записи видео в Studio (после получения recording_full.mp4).
Вход
projects/{name}/output/recording_full.mp4— записанное видео
Выход (в projects/{name}/output/)
transcript_raw.txt— сырой текст от Whisper (до правок)transcript.txt— исправленный текст (после правок Claude)transcript.json— сегменты с таймкодами[{start, end, text}]words_raw.json— пословные таймкоды (для субтитров)transcript_corrections.md— таблица исправлений
Пошаговая инструкция
Шаг 1: Проверка входного файла
- Убедись что
projects/{name}/output/recording_full.mp4существует - Если файла нет — выведи ошибку: "Файл recording_full.mp4 не найден. Сначала запиши видео в Studio."
- Не угадывай, не ищи другие файлы, не пропускай этот шаг.
Шаг 2: Транскрипция через Whisper
Запусти скилл транскрипции:
python .claude/skills/transcribe/transcribe.py "projects/{name}/output/recording_full.mp4"
Скилл создаст:
transcript_raw.txt— сырой текстtranscript.json— сегменты с таймкодамиwords_raw.json— пословные таймкоды
Шаг 3: Исправление текста (Claude)
- Прочитай
transcript_raw.txt - Исправь:
- Технические термины (Python, JavaScript, React, API, и т.д. — правильное написание)
- Бренды (Instagram, YouTube, GitHub — правильный регистр)
- Пунктуацию (точки, запятые, тире)
- Слова-паразиты (убрать "ну", "типа", "вот" если они не несут смысл)
- Повторы слов (заикания)
- НЕ меняй смысл, НЕ добавляй новые мысли, НЕ переписывай предложения
- Сохрани исправленный текст в
transcript.txt - Обнови тексты сегментов в
transcript.json(таймкоды НЕ трогай!)
Шаг 4: Таблица исправлений
Создай transcript_corrections.md:
# Исправления транскрипции
| # | Было | Стало | Причина |
|---|------|-------|---------|
| 1 | питон | Python | Техн. термин |
| 2 | гитхаб | GitHub | Бренд |
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.
- 11d ago First seen · 84 lines · 0 tokens per session scan A cb24a5806fae
transcribe-agent is an agent published in the GitHub repository aslanzubairaev/reels-factory (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 851 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.
Other agents, from other repositories
visual-critic
Independently inspect generated or edited image files against a frozen brief. Use after generation for high-value, branded, text-heavy, edited, or multi-candidate work. Never generate, edit, or rewrite files.
encoder
Executes video/audio encodes with the right codec, container, and flags for the target. Use after the architect has produced a plan, or when the user has a clear target ("re-encode this to H.265 10-bit under 5 Mbps", "transcode to ProRes 422 HQ for Premiere"). Owns rate-control math, preset selection, pixel format…
hdr
Handles HDR color workflows end-to-end — HDR10 static metadata, HDR10+ dynamic metadata, Dolby Vision profiles, PQ↔HLG conversion, SDR↔HDR tone mapping, and ACES/OCIO color management. Use when the user mentions Dolby Vision, HDR10, HDR10+, HLG, PQ, tone mapping, or anything about color pipelines that must survive…
architect
Designs end-to-end media pipelines before a single command runs. Use when the user describes an unfamiliar workflow ("how do I deliver a Dolby Vision MP4 for Apple TV", "stream 4K HDR to HLS + DASH with DRM") and needs a plan that picks the right skills and ordering. Produces a staged recipe with exact tools, not just…
gemini-image-gen
Image generation and editing agent. Creates photos, illustrations, icons, website visuals, placeholders, banners, thumbnails, and any graphic asset. Edits, retouches, and applies style transfer to existing images. Use for any task requiring image creation or manipulation.
Demonstrate
Agent for demonstrating VS Code features.