generate-script
Installation
SKILL.md
Video Script Generation Skill
This skill provides instructions on how to transform a user's storytelling prompt into a valid input-scripts.json entry for the video generator.
1. JSON Structure
Every script must be an object within the main array in input/input-scripts.json.
{
"id": "unique-id",
"title": "Display Title",
"orientation": "landscape" | "portrait",
"voice": "en-US-JennyNeural" | "en-US-GuyNeural",
"script": "The actual narrative content..."
}