ClawRecipes ships with bundled recipes in:
recipes/default/
Looking for bundled workflow examples (not team recipes)? See
WORKFLOW_EXAMPLES_BUNDLED.mdand theexamples/workflows/directory for four ready-to-run workflow definitions with matching cron-install scripts.
You can browse them with:
openclaw recipes list
openclaw recipes show development-teamThis doc is the human-friendly guide to what each bundled recipe is for.
If you just want a recommendation:
- want a coding team? →
development-team - want a marketing org? →
marketing-team - want a social distribution team? →
social-team - want a research pipeline? →
research-team - want a writing pipeline? →
writing-team - want a single coding agent? →
developer - want a single planning agent? →
project-manager
Use when you want a lightweight planning/coordination agent.
openclaw recipes scaffold project-manager --agent-id pm --apply-configUse when you want a single research-focused agent.
openclaw recipes scaffold researcher --agent-id researcher --apply-configUse when you want a single editing agent.
openclaw recipes scaffold editor --agent-id editor --apply-configUse when you want a single developer agent with runtime tooling.
openclaw recipes scaffold developer --agent-id dev --apply-configUse when you want a small engineering team with file-first tickets and clear role separation.
Typical scaffold:
openclaw recipes scaffold-team development-team --team-id development-team --apply-configTypical roles:
- lead
- dev
- devops
- test n
Use when you want a broad marketing org.
Typical roles include:
- lead
- seo
- copywriter
- ads
- social
- designer
- analyst
- video
- compliance
Scaffold:
openclaw recipes scaffold-team marketing-team --team-id marketing-team --apply-configUse when you want social execution and platform-specific distribution.
Scaffold:
openclaw recipes scaffold-team social-team --team-id social-team --apply-configUse when you want a citations-first research workflow.
openclaw recipes scaffold-team research-team --team-id research-team --apply-configUse when you want a writing pipeline from brief to edited draft.
openclaw recipes scaffold-team writing-team --team-id writing-team --apply-configUse when you want triage → resolution → KB workflow.
openclaw recipes scaffold-team customer-support-team --team-id customer-support-team --apply-configUse when you want a product planning and delivery loop.
openclaw recipes scaffold-team product-team --team-id product-team --apply-configClawRecipes also ships specialty teams for specific business domains.
Examples may include:
- clinic / healthcare-oriented teams
- law-firm teams
- construction teams
- financial-planner teams
- trader teams
To browse what is currently bundled:
openclaw recipes listThen inspect the exact one you want:
openclaw recipes show clinic-team
openclaw recipes show law-firm-teamUse when you already have a team and want to add workflow-runner capability into it.
Example:
openclaw recipes add-role \
--team-id development-team \
--role workflow-runner \
--recipe workflow-runner-addon \
--apply-configUse when you want an orchestrator-style team helper / coordination workspace.
Inspect it first:
openclaw recipes show swarm-orchestratorMore:
- list recipes
- inspect the one you think you want
- scaffold into a test team id
- look at the generated files before going wider
Example:
openclaw recipes list
openclaw recipes show development-team
openclaw recipes scaffold-team development-team --team-id dev-sandbox-team --apply-config