Install
openclaw skills install infinity-poke-recipe-generatorGenerate a small, specific, daily-life Poke recipe MVP from idea to Kitchen-ready draft (name, onboarding, integrations, automations, sandbox tests), with a lightweight uniqueness check against poke.com/recipes, publish-readiness verdict, and a repeatable improvement loop.
openclaw skills install infinity-poke-recipe-generatorCreate one tiny, useful, not-yet-listed Poke recipe quickly and safely.
Pick a micro-domain idea
Run lightweight listing check
https://poke.com/recipes.Generate recipe draft
references/recipe-template.json.Generate integration draft
references/integration-template.json.Create sandbox pack
Add Ralph loop v1
When asked to generate an MVP, produce files under:
recipes/poke/<slug>/
Required files:
recipe.jsonintegration.jsonsandbox-prompts.mdralph-loop.mdverdict.mdREADME.mdWhen the user already has recipe specs in docs/repo files and wants help uploading in Kitchen:
prefilledFirstText and automation actionText.npx poke@latest login, npx poke@latest mcp add ...)./mcp or /sse, provide primary + fallback clearly.Use scripts/generate_mvp.py to scaffold the folder quickly.
Example:
python3 skills/infinity-poke-recipe-generator/scripts/generate_mvp.py \
--idea "Expiry Ping" \
--slug expiry-ping \
--out recipes/poke/expiry-ping
Then run a publish-readiness verdict and refine the generated files.