How to Run an Existing Template
1
List Available Templates
2
Get Template Info
3
Run Template with Variables
4
View Output
Check the generated output in your working directory or specified output path.
How to Run Templates from GitHub
1
Run Directly from GitHub
2
Run with Custom Branch
3
Run with Variables
How to Run Templates with Python
1
Import Template Loader
2
Load Template
3
Run with Variables
Common Template Variables
| Template | Variables | Example |
|---|---|---|
ai-video-editor | --input, --output, --preset | --input video.mp4 --preset podcast |
research-agent | --topic, --depth | --topic "AI trends" --depth deep |
code-reviewer | --repo, --branch | --repo ./myproject --branch main |

