1) Browse recipes
List all recipes
Show one recipe
Check recipe status / missing skills
2) Install recipes and skills
Install a marketplace recipe into your workspace
--registry-base <url>--overwrite
Install a skill from ClawHub
--yes--global--agent-id <id>--team-id <id>
3) Scaffold agents and teams
Scaffold a single agent
--agent-id <id>--name <name>--recipe-id <recipeId>--auto-increment--overwrite-recipe--overwrite--apply-config
~/.openclaw/workspace-<agentId>/...- workspace recipe file under
~/.openclaw/workspace/recipes/
Scaffold a team
--team-id <teamId>--recipe-id <recipeId>--auto-increment--overwrite-recipe--overwrite--apply-config
~/.openclaw/workspace-<teamId>/...- role folders under
roles/ - ticket lanes under
work/ - workspace recipe file under
~/.openclaw/workspace/recipes/
Add a role to an existing team
--team-id <teamId>--role <role>--recipe <recipeId>--agent-id <agentId>--apply-config--overwrite--no-cron
4) Work the file-first ticket flow
The normal lane flow is:Turn a request into a ticket
--team-id <teamId>--request <text>--owner dev|devops|lead|test--yes
List tickets
Move a ticket between lanes
--team-id <teamId>--ticket <ticket>--to backlog|in-progress|testing|done--completed--yes
Assign a ticket
--team-id <teamId>--ticket <ticket>--owner dev|devops|lead|test--overwrite--yes
Take a ticket
Shortcut for assign + move to in-progress.Handoff to testing
Complete a ticket
Clean up stale assignment stubs for done work
5) Workflows
Use these when you are running file-first workflows fromshared-context/workflows/.
See workflow command help
Run one workflow manually
Runner commands
Worker commands
Approval commands
Important workflow note
After installing ClawRecipes, workflows may still need optional pieces turned on. Examples:- LLM workflows may require the built-in
llm-taskplugin to be enabled - publishing workflows may require
outbound.postconfig or a local posting patch to be reapplied
- WORKFLOW_RUNS_FILE_FIRST.md — node kinds, triggers, runs, edges, runner/worker model, approvals
- WORKFLOW_EXAMPLES.md — copy-paste workflow patterns
- OUTBOUND_POSTING.md — publishing/posting behavior and setup
