🦞 ClawRecipes

Get Started

Install ClawRecipes and scaffold your first team

Follow this quick setup flow to install the plugin, verify it loaded, and scaffold teams or individual agents.

πŸ“¦
STEP 01

Install the plugins

Install ClawRecipes + ClawKitchen, then restart OpenClaw gateway so both extensions load.

Terminal
$openclaw plugins install @jiggai/recipes
$openclaw plugins install @jiggai/kitchen
$openclaw gateway restart
βœ…
STEP 02

Verify and list available recipes

Confirm the plugin loaded and inspect available builtin/workspace recipes.

Terminal
$openclaw plugins list
$openclaw recipes list
πŸ§‘β€πŸ€β€πŸ§‘
STEP 03

Scaffold a full team

Create a team workspace with role agents and default process conventions.

Terminal
$openclaw recipes scaffold-team development-team -t my-dev-team --apply-config
πŸ€–
STEP 04

Scaffold a single agent

Generate one focused agent if you don’t need a full team yet.

Terminal
$openclaw recipes scaffold researcher --agent-id my-researcher --apply-config
βš™οΈ
STEP 05

Configure ClawKitchen in openclaw.json

Update your OpenClaw config so Kitchen is enabled with explicit host, auth token, and runtime settings.

Terminal
"kitchen": {
  "enabled": true,
  "config": {
    "dev": false,
    "host": "<ipAddress>",
    "port": 7777,
    "authToken": "<your_password>",
    "qaToken": "<randomHash_if_using_qa>"
  }
},
πŸ› οΈ
STEP 06

Common maintenance commands

Useful commands for help, updating existing teams, and removing a team safely.

Terminal
$openclaw recipes --help
$openclaw recipes scaffold-team development-team -t my-dev-team --overwrite --apply-config
$openclaw recipes remove-team --team-id my-dev-team --yes
⬆️
STEP 07

Upgrade from older package names

If you previously used older package names, reinstall the current package and restart.

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

Newsletter

Get product updates

Monthly updates on new recipes, workflows, and agent operations best practices.