PrompTom
Усі скіли

OpenMontage: video from a description

openmontagePROvideoediting

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

Що робить

  • 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.

Навіщо він потрібен

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.

Куди покласти

  1. 1Створіть у проєкті теку .claude/skills/openmontage
  2. 2Покладіть у неї файл SKILL.md з текстом нижче
  3. 3Усе. Claude Code підключить скіл сам, коли задача підійде під опис

Щоб скіл працював в усіх проєктах, а не в одному, покладіть його в ~/.claude/skills замість теки проєкту.

Файл SKILL.md

# 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-ассистенте и опиши что хочешь:

```

Файл скіла входить у PRO-добірку

Відкрити доступ
OpenMontage: video from a description — PrompTom