/install infinity-poke-recipe-generator
Infinity Recipe Generator (MVP)
Create one tiny, useful, not-yet-listed Poke recipe quickly and safely.
MVP scope
- One narrow domain only (do not broaden scope in v1).
- Produce Kitchen-ready fields:
- name
- description
- onboarding.inputContext
- onboarding.prefilledFirstText
- integrations (template-ready)
- optional automations
- sandbox test prompts
- Produce a simple iteration loop document (Ralph loop v1).
Workflow
-
Pick a micro-domain idea
- Must be specific and useful in daily life.
- Reject broad categories ("fitness", "productivity", "travel planner").
-
Run lightweight listing check
- Fetch
https://poke.com/recipes. - Compare idea keywords against visible categories/listings.
- If likely duplicate, pivot to next micro-domain.
- Fetch
-
Generate recipe draft
- Use
references/recipe-template.json. - Keep onboarding concise and action-oriented.
- Keep first message immediately useful.
- Use
-
Generate integration draft
- Use
references/integration-template.json. - If endpoint unknown, set placeholder and explicit TODO.
- Use
-
Create sandbox pack
- Add 5 prompts: happy path, edge case, ambiguous input, failure mode, concise summary.
-
Add Ralph loop v1
- Add weekly review steps:
- collect failures
- classify
- patch
- regression test
- release note
- Add weekly review steps:
Output format
When asked to generate an MVP, produce files under:
recipes/poke/\x3Cslug>/
Required files:
recipe.jsonintegration.jsonsandbox-prompts.mdralph-loop.mdverdict.mdREADME.md
Upload-assist mode (Phase 2)
When the user already has recipe specs in docs/repo files and wants help uploading in Kitchen:
- Read the source-of-truth spec file(s) first.
- Produce a strict Kitchen field mapping (Basics, Onboarding, Integrations, Automations, Sandbox checks, Publish gate).
- Use exact copy text for
prefilledFirstTextand automationactionText. - Include CLI integration bootstrap commands (
npx poke@latest login,npx poke@latest mcp add ...). - If an MCP endpoint can be
/mcpor/sse, provide primary + fallback clearly.
Scripted helpers
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install infinity-poke-recipe-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/infinity-poke-recipe-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Infinity Poke Recipe Generator 是什么?
Generate a small, specific, daily-life Poke recipe MVP from idea to Kitchen-ready draft (name, onboarding, integrations, automations, sandbox tests), with a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Infinity Poke Recipe Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install infinity-poke-recipe-generator」即可一键安装,无需额外配置。
Infinity Poke Recipe Generator 是免费的吗?
是的,Infinity Poke Recipe Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Infinity Poke Recipe Generator 支持哪些平台?
Infinity Poke Recipe Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Infinity Poke Recipe Generator?
由 Gerald He(@skylinehk)开发并维护,当前版本 v0.1.2。