← 返回
未分类 中文

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...
从创意到可执行草案,快速生成一个小而具体的日常生活Poke食谱MVP(包含名称、引导流程、集成方案、自动化配置及沙盒测试)
skylinehk skylinehk 来源
未分类 clawhub v0.1.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 402
下载
💾 0
安装
1
版本
#latest

概述

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

  1. Pick a micro-domain idea
    • Must be specific and useful in daily life.
    • Reject broad categories ("fitness", "productivity", "travel planner").
  1. Run lightweight listing check
    • Fetch https://poke.com/recipes.
    • Compare idea keywords against visible categories/listings.
    • If likely duplicate, pivot to next micro-domain.
  1. Generate recipe draft
    • Use references/recipe-template.json.
    • Keep onboarding concise and action-oriented.
    • Keep first message immediately useful.
  1. Generate integration draft
    • Use references/integration-template.json.
    • If endpoint unknown, set placeholder and explicit TODO.
  1. Create sandbox pack
    • Add 5 prompts: happy path, edge case, ambiguous input, failure mode, concise summary.
  1. Add Ralph loop v1
    • Add weekly review steps:
    • collect failures
    • classify
    • patch
    • regression test
    • release note

Output format

When asked to generate an MVP, produce files under:

recipes/poke//

Required files:

  • recipe.json
  • integration.json
  • sandbox-prompts.md
  • ralph-loop.md
  • verdict.md
  • README.md

Upload-assist mode (Phase 2)

When the user already has recipe specs in docs/repo files and wants help uploading in Kitchen:

  1. Read the source-of-truth spec file(s) first.
  2. Produce a strict Kitchen field mapping (Basics, Onboarding, Integrations, Automations, Sandbox checks, Publish gate).
  3. Use exact copy text for prefilledFirstText and automation actionText.
  4. Include CLI integration bootstrap commands (npx poke@latest login, npx poke@latest mcp add ...).
  5. If an MCP endpoint can be /mcp or /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.

版本历史

共 1 个版本

  • v0.1.2 当前
    2026-03-31 05:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 324,096
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,486 📥 550,088
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,121 📥 841,397