ClawRecipes
Save 120+ Hours of Setup Pain (I did it for you) – Launch Your OpenClaw Agent Teams with 1 Command (15+ Recipes)
File Explorer
Download Latest Version (.zip)- ci.yml
- publish-canary.yml
- publish.yml
- release.yml
- CODEOWNERS
- pre-commit
- index.js
- AGENTS_AND_SKILLS.md
- ARCHITECTURE.md
- BUNDLED_RECIPES.md
- CLAWCIPES_KITCHEN.md
- COMMANDS.md
- INSTALLATION.md
- MEDIA_DRIVERS.md
- MEDIA_GENERATION.md
- MEMORY_MODEL.md
- MEMORY_SYSTEM.md
- OUTBOUND_POSTING.md
- RECIPE_FORMAT.md
- releasing.md
- shared-context.md
- SWARM_ORCHESTRATOR.md
- TEAM_WORKFLOW.md
- TEMPLATE_VARIABLES.md
- TUTORIAL_CREATE_RECIPE.md
- verify-built-in-team-recipes.md
- WORKFLOW_APPROVALS.md
- WORKFLOW_EXAMPLES.md
- WORKFLOW_EXAMPLES_BUNDLED.md
- WORKFLOW_FIXES_2026-03-13.md
- WORKFLOW_NODES.md
- WORKFLOW_RUNS_FILE_FIRST.md
- README.md
- server.mjs
- cron-jobs.example.json
- install-crons.sh
- marketing-cadence-v1.workflow.json
- README.md
- cron-jobs.example.json
- install-crons.sh
- marketing-image-generation-handoff.workflow.json
- README.md
- cron-jobs.example.json
- install-crons.sh
- marketing-video-generation-handoff.workflow.json
- README.md
- cron-jobs.example.json
- install-crons.sh
- README.md
- social-media-publish.workflow.json
- README.md
- shared-context-ticket-flow.json
- business-team.md
- customer-support-team.md
- developer.md
- development-team.md
- editor.md
- marketing-team.md
- product-team.md
- project-manager.md
- research-team.md
- researcher.md
- social-team.md
- swarm-orchestrator.md
- workflow-runner-addon.md
- writing-team.md
- add_shared_role_file_templates.py
- check-bundled-team-recipes.mjs
- check-openclaw-plugin-version.mjs
- check_team_recipe_templates.py
- scaffold-agent-recipefile-smoke.mjs
- scaffold-smoke.mjs
- scaffold-team-provenance-smoke.mjs
- smell-check.mjs
- standardize-bundled-team-templates.mjs
- sync-openclaw-plugin-version.mjs
- verify-runtime-package.mjs
- cron.ts
- install.ts
- media-drivers.ts
- recipes.ts
- scaffold.ts
- team-add-role.ts
- team.ts
- tickets.ts
- workflows.ts
- generic.driver.ts
- index.ts
- kling-video.driver.ts
- luma-video.driver.ts
- nano-banana-pro.driver.ts
- openai-image-gen.driver.ts
- registry.ts
- runway-video.driver.ts
- types.ts
- utils.ts
- kitchen-review-url.ts
- lock-liveness.ts
- outbound-client.ts
- outbound-sanitize.ts
- verifiers.ts
- workflow-approvals.ts
- workflow-error-classify.ts
- workflow-node-executor.ts
- workflow-node-output-readers.ts
- workflow-queue.ts
- workflow-runner-io.ts
- workflow-runner.ts
- workflow-tick.ts
- workflow-types.ts
- workflow-utils.ts
- workflow-worker.ts
- agent-config.ts
- bindings.ts
- cleanup-workspaces.ts
- config.ts
- constants.ts
- cron-utils.ts
- fs-utils.ts
- index.ts
- json-utils.ts
- kitchen-manifest.ts
- lanes.ts
- prompt.ts
- recipe-frontmatter.ts
- recipe-id.ts
- recipe-lint.ts
- recipes-config.ts
- recipes.ts
- remove-team.ts
- scaffold-templates.ts
- scaffold-utils.ts
- shared-context.ts
- skill-install.ts
- stable-stringify.ts
- template.ts
- ticket-finder.ts
- ticket-workflow.ts
- workspace.ts
- marketplaceFetch.ts
- toolsInvoke.ts
- agent-config.test.ts
- bindings.test.ts
- cleanup-workspaces-expanded.test.ts
- cleanup-workspaces.test.ts
- config.test.ts
- core.test.ts
- cov-10.test.ts
- cron-handler.test.ts
- cron-utils.test.ts
- default-team-recipes-files.test.ts
- default-team-recipes-templates.test.ts
- frontmatter.test.ts
- fs-utils.test.ts
- handoff.test.ts
- index-handlers.test.ts
- install-handler.test.ts
- json-utils.test.ts
- kitchen-manifest.test.ts
- kitchen-review-url.test.ts
- lanes.test.ts
- marketplaceFetch.test.ts
- no-child-process.test.ts
- no-install-warnings.test.ts
- outbound-client.test.ts
- outbound-sanitize.test.ts
- prompt.test.ts
- recipe-id.test.ts
- recipes-commands.test.ts
- recipes-internal.test.ts
- remove-team-expanded.test.ts
- remove-team.test.ts
- scaffold-commands.test.ts
- scaffold-swarm-orchestrator.test.ts
- scaffold-team-smoke.test.ts
- scaffold-templates.test.ts
- shared-context.test.ts
- skill-install.test.ts
- stable-stringify.test.ts
- take.test.ts
- template-file-inclusion.test.ts
- template.test.ts
- ticket-commands.test.ts
- ticket-finder.test.ts
- toolsInvoke.test.ts
- tweetclaw-outbound-adapter.test.ts
- verifiers.test.ts
- workflow-queue.test.ts
- workflow-runner-file-first.test.ts
- workspace.test.ts
- .gitignore
- CHANGELOG.md
- clawcipes_cook.jpg
- CONTRIBUTING.md
- eslint.config.mjs
- index.ts
- LICENSE
- NOTICE
- openclaw.plugin.json
- package-lock.json
- package.json
- README.md
- TRADEMARK.md
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/JIGGAI/ClawRecipes
Downloads the entire project code from GitHub to your computer.
cd ClawRecipes
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @jiggai/recipes --prefix ~/.openclaw/plugins
Downloads and installs the libraries listed in package.json.
npm test
Type this command into your terminal and run it.
npm run test:coverage
Type this command into your terminal and run it.
npm run smell-check
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
