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 restart2) Verify it loaded
Confirm the Recipes plugin is loaded.
openclaw plugins list3) List recipes
List available recipes (builtin + workspace).
openclaw recipes list4) 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-config5) Scaffold a single agent
Scaffold a single agent from a recipe.
openclaw recipes scaffold researcher --agent-id my-researcher --apply-configCommands (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 --yesUpgrade 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