PrompTom
Alle Skills

OpenMontage: video from a description

openmontagePROvideoediting

The agent researches the topic, writes the script, sources the footage, edits and renders the finished video.

Was er tut

  • Triggers on “make a video about…”, “create a clip”, “edit this”, “generate an animation” — and on requests for voice-over or subtitles.
  • Twelve ways of working: animated explainer, documentary montage from public archives, cinematic teaser, talking head, cutting a long video into clips, dubbing and subtitles.
  • Each goes through the same route: research, proposal, script, scene plan, assets, edit, compose. Not “generate and stitch”.
  • Runs with no paid keys at all: offline Piper voice-over, Archive.org, NASA and Wikimedia footage, FFmpeg for assembly. Keys add video, image, voice and music generation.
  • Costs are estimated before the run and capped, and the result is reviewed before you see it: if the promise was motion and the output is a slideshow of stills, the video is not delivered.
  • The skill itself is written in Russian.

Wozu er gut ist

You can wire the models together by hand without any skill — and you get an animated PowerPoint, because each tool owns its own piece and nothing owns the whole. Here the whole is one route from research to render, with two checks you rarely get otherwise: a cost estimate before the run and an inspection of the finished file after. This isn't a video generator; it's an order of work in which generators are only tools.

Wohin damit

  1. 1Legen Sie im Projekt den Ordner .claude/skills/openmontage an
  2. 2Legen Sie dort eine SKILL.md mit dem Text unten ab
  3. 3Fertig. Claude Code lädt den Skill selbst, sobald eine Aufgabe zur Beschreibung passt

Damit der Skill in allen Projekten statt nur in einem funktioniert, legen Sie ihn in ~/.claude/skills statt in den Projektordner.

SKILL.md-Datei

# OpenMontage

Первая открытая агентная система видеопроизводства.  
Репозиторий: [calesthio/OpenMontage](https://github.com/calesthio/OpenMontage)  
Лицензия: AGPL-3.0 | ⭐ 16.4k

> Превращает AI-ассистента в полноценную видеостудию. Опиши что хочешь — агент сам исследует тему, пишет сценарий, генерирует ассеты, монтирует и рендерит финальное видео.

---

## Быстрый старт

### Требования

- Python 3.10+
- FFmpeg (`brew install ffmpeg` / `sudo apt install ffmpeg`)
- Node.js 18+
- AI-ассистент (Claude Code, Cursor, Copilot, Windsurf, Codex)

### Установка

```bash
git clone https://github.com/calesthio/OpenMontage.git
cd OpenMontage
make setup
```

Если нет `make`:
```bash
pip install -r requirements.txt && cd remotion-composer && npm install && cd .. && pip install piper-tts && cp .env.example .env
```

### Запуск

Открой проект в AI-ассистенте и опиши что хочешь:

```

Die Datei dieses Skills gehört zur PRO-Auswahl

Zugang freischalten
OpenMontage: video from a description — PrompTom