🦞 ClawRecipes

Get Started

Install the ClawRecipes plugin into OpenClaw, scaffold a team or agent, and learn how to upgrade safely.

1) Install the plugin

Install the plugin package, then restart the OpenClaw gateway so it loads the new extension.

openclaw plugins install @jiggai/recipes
openclaw gateway restart

2) Verify it loaded

Confirm the Recipes plugin is loaded.

openclaw plugins list

3) List recipes

List available recipes (builtin + workspace).

openclaw recipes list

4) Scaffold a team (shared workspace)

Scaffold a team from a built-in team recipe. This creates workspace-<teamId>/ plus role agents.

openclaw recipes scaffold-team development-team -t my-dev-team --apply-config

5) Scaffold a single agent

Scaffold a single agent from a recipe.

openclaw recipes scaffold researcher --agent-id my-researcher --apply-config

Commands (examples)

Common commands you’ll use:

# Help
openclaw recipes --help

# Re-run scaffold on an existing team (update files)
openclaw recipes scaffold-team development-team -t my-dev-team --overwrite --apply-config

# Remove a team safely
openclaw recipes remove-team --team-id my-dev-team --yes

Upgrade from older versions

If you previously installed older packages (e.g. @clawcipes/recipes), upgrade by installing the new package and restarting.

openclaw plugins install @jiggai/recipes
openclaw gateway restart
openclaw plugins list