remix-script

Generate and remix ad scripts from brand details and creative prompts.

6|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/gooseworks-ai/gooseworks-ads-skills --skill remix-script
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: remix-script
Source: https://github.com/gooseworks-ai/gooseworks-ads-skills/tree/main/skills/templates/remix-script
Command: npx skills add https://github.com/gooseworks-ai/gooseworks-ads-skills --skill remix-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating and remixing ad scripts, streamlining the development of video advertisements by leveraging brand context and user-provided creative prompts.

Core Features & Use Cases

  • Script Creation: From scratch or based on existing source material, generate ad scripts in specified formats.
  • Script Remixing: Take existing ad scripts and modify them for a new brand or context.
  • Use Case: You have a video ad you want to remix for a different brand. Use this Skill to generate a script that inherits the format and beat arc of the source ad while incorporating new brand details and creative prompts.

Quick Start

To create a new script for a brand, run:

python scripts/new_script.py --template podcast-script --scenes 22 --title "<brand> — <hook>" --set "<themed set>" --out ./<brand>/working/script.json

Frequently Asked Questions about remix-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate ad scripts for video production from brand details?▼

Yes, script remixing takes an existing ad script and modifies it for a new brand context. The process inherits the original format and beat arc of the source ad while incorporating your new brand details and creative prompts to produce a modified script.

What is the best way to structure creative writing for ad creation?▼

The best way to structure ad creation is using template-driven formats that validate script content against specific formatting rules. This approach parses your brand context and creative prompts to dynamically generate scripts with a defined beat arc and scene structure.

Do I need source material to create a new ad script?▼

You do not need source material to create a new ad script. You can generate scripts from scratch by specifying a template, scene count, and brand details, or you can remix existing source material to modify it for a different brand.

Can I use specific templates for podcast script generation?▼

Yes, you can use specific templates like a podcast-script format for script generation. The system uses template-driven approaches to structure your ad creation, allowing you to specify scene counts and output formats like JSON for your video production scripts.

Why does my generated script need formatting validation?▼

Generated scripts need formatting validation to ensure the dynamically generated content meets structural rules for video production. The system validates the parsed script content against formatting profiles to ensure the beat arc and scene structure output is correct.