katareayush/video-captions

8 stars · Last commit 2026-07-29

Claude Code plugin: transcribe a video's speech locally and burn in accurately-timed captions. Offline, cross-platform, describe the style in plain words.

README preview

# katareayush — agent skills

Two skills — **video-captions** and **seedgen** — that run in **every major AI coding agent**,
not just one.

They're built on [Agent Skills](https://agentskills.dev), the open standard Anthropic
published in December 2025 and that Claude Code, Codex CLI, Gemini CLI, GitHub Copilot,
Cursor, Windsurf and OpenCode have all adopted. One `SKILL.md`, every host. For agents that
only speak MCP, there's a server too.

## Install

**Everywhere at once** — detects the agents you have and installs into each:

```
git clone https://github.com/katareayush/video-captions
cd video-captions
python3 install.py
```

View full repository on GitHub →