video-script-writer

Solid

Создание структурированного сценария видео из темы: Hook (захват внимания в первые секунды), Body (сцены с тайм-слотами: проблема, основы, разбор, ошибки, совет), CTA (призыв к действию). Скрипт video_script_writer.py генерирует markdown-сценарий с таймкодами, хронометражем (секунды), языком (ru/en), кастомным CTA, выбором полного сценария или outline. Триггеры: 'сценарий видео', 'video script', 'напиши сценарий', 'план видео', 'структура ролика', 'video outline', 'сценарий для youtube', 'план ролика'.

AI & Automation 5 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Video Script Writer > Генерация markdown-сценария видео из одной темы: хук, сцены с таймками, > призыв к действию — структура, которую можно сразу отдать монтажёру. Загружай этот скилл когда нужно **быстро получить структуру видео-ролика**: чтение скринкаста, обучалки на YouTube, промо, тик-тока или клипа без рукописной раскладки по секциям и таймкодам. ## 🎯 When to use Use this skill when: - Есть тема/идея и нужно сразу видеть структуру ролика (хук, тело, CTA) - Нужен хронометраж по секциям (сколько секунд на хук, сцена, призыв) - Просят «напиши сценарий видео», «сделай план ролика», «video script» - Нужен как первый драфт перед проработкой реплик вручную Do NOT use when: - Нужен готовый озвученный текст от А до Я — скилл даёт структуру и зацепки, реплики/детали пишет автор по сценам - Нужна презентация (не видео) — это `presentation-maker` ## 📦 Files - `SKILL.md` — этот файл - `scripts/video_script_writer.py` — генератор сценария (Python 3 stdlib) ## 🧰 Usage ```bash # Полный сценарий (по умолч) python3 skills/video-script-writer/scripts/video_script_writer.py --topic "Как собрать презентацию за 20 минут" # Хронометраж 90 секунд, английский язык, свой CTA: python3 video_script_writer.py --topic "MCP for agents" --duration 90 --lang en --cta "Try it now" # Только план (outline) — заголовки секций с таймкодами: python3 video_script_writer.py --topic "Отчёт в PDF" --format outline # В файл: python3 video_script_writer.py --topic "Тема" -o script.md ``` ## 🧩...

Details

Author
bestdeejay-design
Repository
bestdeejay-design/agent-skills
Created
1 weeks ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

video-script

Use when the user wants to write a video script for a product demo, feature walkthrough, launch video, or social media video about a feature or product change

39 Updated today
AlemTuzlak
AI & Automation Listed

super-claudiovideo-script-and-slides

Creates a spoken video script (roteiro) plus a local HTML slide presentation for a self-recorded talking-head video — the creator records themselves; AI prepares the material. Researches REAL data and verified sources on the internet for the topic. Trigger on: "cria um roteiro sobre", "roteiro para vídeo sobre", "roteiro e apresentação", "roteiro e slides", "me ajuda a preparar um vídeo sobre", "apresentação para meu vídeo", "slides para o vídeo de", "vou gravar um vídeo sobre", "preparar conteúdo sobre", "create a video script about", "script and slides for my video", "help me prepare a video about". Also trigger when: the user gives a content topic/theme (career tips, free courses, certifications, tech questions like "vale a pena X em 2026?") and wants material to record a video about it. Do NOT trigger for: fully AI-generated videos with narration and rendering (use media-content-creation), webpages from existing slide decks (use productivity), blog posts without a video (use writing).

4 Updated today
toolbox-playground
Code & Development Solid

writing-video-scripts

Writes what is said in a video — the words a person speaks on camera, or a voiceover heard over the picture. Fits the writing to the time available, so lines are never rushed to fit or padded to fill. A video longer than a single clip gets its script split into one piece per clip, each sized to that clip's seconds. Outputs the words as text only — nothing is recorded or voiced here. Use when the user wants a script, dialogue, or a voiceover written for a video.

413 Updated today
aiskillstore