Skip to main content
Discover community or built-in recipes and run them with your own inputs.
The user lists recipes, passes --var flags, and collects outputs from each task.

How It Works


How to Run an Existing Recipe

1

List Available Recipes

2

Get Recipe Info

3

Run Recipe with Variables

4

View Output

Check the generated output in your working directory or specified output path.

How to Run Recipes from GitHub

1

Run Directly from GitHub

2

Run with Custom Branch

3

Run with Variables

How to Run Recipes with Python

1

Import and Run

Common Recipe Variables

CLI Options

Best Practices

praisonai recipe info <name> lists the variables a recipe expects, so you pass the right --var flags on the first try.
Append @main (or a tag) to a github: recipe reference so runs stay reproducible even as the upstream repo changes.
Verbose mode shows each task and tool call, making it clear where an unexpected result came from.

Manage Recipes

Update and remove installed recipes

Debug Recipes

Troubleshoot a failing run