{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cookidoo",
    "name": "Clawdbot Skill Cookidoo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/thekie/cookidoo",
    "canonicalUrl": "https://clawhub.ai/thekie/cookidoo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cookidoo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cookidoo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/cookidoo_cli.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cookidoo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/cookidoo",
    "agentPageUrl": "https://openagent3.xyz/skills/cookidoo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cookidoo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cookidoo/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Cookidoo",
        "body": "Access Cookidoo (Thermomix) recipes, shopping lists, and meal planning."
      },
      {
        "title": "Required Credentials",
        "body": "VariableRequiredDescriptionCOOKIDOO_EMAIL✅ YesYour Cookidoo account emailCOOKIDOO_PASSWORD✅ YesYour Cookidoo account passwordCOOKIDOO_COUNTRYOptionalCountry code (default: DE)COOKIDOO_LANGUAGEOptionalLanguage code (default: de-DE)\n\nSet in environment or ~/.config/atlas/cookidoo.env:\n\nCOOKIDOO_EMAIL=your@email.com\nCOOKIDOO_PASSWORD=yourpassword"
      },
      {
        "title": "Dependencies",
        "body": "pip install cookidoo-api"
      },
      {
        "title": "List saved recipes",
        "body": "python scripts/cookidoo_cli.py recipes"
      },
      {
        "title": "Get weekly plan",
        "body": "python scripts/cookidoo_cli.py plan"
      },
      {
        "title": "Get shopping list from Cookidoo",
        "body": "python scripts/cookidoo_cli.py shopping"
      },
      {
        "title": "Search recipes",
        "body": "python scripts/cookidoo_cli.py search \"Pasta\""
      },
      {
        "title": "Get recipe details",
        "body": "python scripts/cookidoo_cli.py recipe <recipe_id>"
      },
      {
        "title": "Get account info",
        "body": "python scripts/cookidoo_cli.py info"
      },
      {
        "title": "Options",
        "body": "--json — Output as JSON\n--limit N — Limit results (default: 10)"
      },
      {
        "title": "Integration Ideas",
        "body": "Sync Cookidoo shopping list → Bring! app\nSuggest recipes based on what's in season\nWeekly meal planning assistance\nExport ingredients for selected recipes"
      },
      {
        "title": "Notes",
        "body": "Requires active Cookidoo subscription\nAPI is unofficial — may break with Cookidoo updates\nStore credentials securely (not in skill folder)"
      }
    ],
    "body": "Cookidoo\n\nAccess Cookidoo (Thermomix) recipes, shopping lists, and meal planning.\n\nRequired Credentials\nVariable\tRequired\tDescription\nCOOKIDOO_EMAIL\t✅ Yes\tYour Cookidoo account email\nCOOKIDOO_PASSWORD\t✅ Yes\tYour Cookidoo account password\nCOOKIDOO_COUNTRY\tOptional\tCountry code (default: DE)\nCOOKIDOO_LANGUAGE\tOptional\tLanguage code (default: de-DE)\n\nSet in environment or ~/.config/atlas/cookidoo.env:\n\nCOOKIDOO_EMAIL=your@email.com\nCOOKIDOO_PASSWORD=yourpassword\n\nDependencies\npip install cookidoo-api\n\nTasks\nList saved recipes\npython scripts/cookidoo_cli.py recipes\n\nGet weekly plan\npython scripts/cookidoo_cli.py plan\n\nGet shopping list from Cookidoo\npython scripts/cookidoo_cli.py shopping\n\nSearch recipes\npython scripts/cookidoo_cli.py search \"Pasta\"\n\nGet recipe details\npython scripts/cookidoo_cli.py recipe <recipe_id>\n\nGet account info\npython scripts/cookidoo_cli.py info\n\nOptions\n--json — Output as JSON\n--limit N — Limit results (default: 10)\nIntegration Ideas\nSync Cookidoo shopping list → Bring! app\nSuggest recipes based on what's in season\nWeekly meal planning assistance\nExport ingredients for selected recipes\nNotes\nRequires active Cookidoo subscription\nAPI is unofficial — may break with Cookidoo updates\nStore credentials securely (not in skill folder)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/thekie/cookidoo",
    "publisherUrl": "https://clawhub.ai/thekie/cookidoo",
    "owner": "thekie",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cookidoo",
    "downloadUrl": "https://openagent3.xyz/downloads/cookidoo",
    "agentUrl": "https://openagent3.xyz/skills/cookidoo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cookidoo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cookidoo/agent.md"
  }
}