{
  "schemaVersion": "1.0",
  "item": {
    "slug": "plan2meal",
    "name": "Plan2meal",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okikeSolutions/plan2meal",
    "canonicalUrl": "https://clawhub.ai/okikeSolutions/plan2meal",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/plan2meal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plan2meal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "eslint.config.mjs",
      "package.json",
      "references/output-templates.md",
      "src/commands.ts"
    ],
    "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/plan2meal"
    },
    "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/plan2meal",
    "agentPageUrl": "https://openagent3.xyz/skills/plan2meal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plan2meal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plan2meal/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": "Plan2Meal Skill",
        "body": "A ClawdHub skill for managing recipes and grocery lists via Plan2Meal."
      },
      {
        "title": "Data routing + security disclosure (mandatory)",
        "body": "Shared backend/API target: https://gallant-bass-875.convex.cloud\nAuth and recipe/grocery API traffic goes to configured CONVEX_URL.\nShared backend usage is blocked unless ALLOW_DEFAULT_BACKEND=true.\nNever claim local-only processing when backend calls are involved."
      },
      {
        "title": "Use when / don't use when (routing guardrails)",
        "body": "Use when:\n\nUser asks to add/list/search/show/delete Plan2Meal recipes.\nUser asks to create/view/update Plan2Meal grocery lists.\nUser asks to authenticate for Plan2Meal commands.\n\nDo NOT use when:\n\nUser asks for general meal ideas (no Plan2Meal action requested).\nUser asks for health/nutrition analysis outside stored Plan2Meal data.\nUser asks to manage Apple Reminders/Notes/other systems."
      },
      {
        "title": "Setup",
        "body": "Install:\nclawdhub install plan2meal\n\n\n\nConfigure environment:\ncp .env.example .env\n\n\n\nEnvironment variables:\n\nCONVEX_URL (required, recommended self-hosted backend)\nALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)\nOAuth provider creds:\n\nGitHub (required): AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URL\nGoogle (optional): AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URL\nApple (optional): AUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URL\n\n\nCLAWDBOT_URL (required, bot callback host)"
      },
      {
        "title": "Commands",
        "body": "plan2meal login\nplan2meal logout\nplan2meal add <url>\nplan2meal list\nplan2meal search <term>\nplan2meal show <id>\nplan2meal delete <id>\nplan2meal lists\nplan2meal list-show <id>\nplan2meal list-create <name>\nplan2meal list-add <listId> <recipeId>\nplan2meal help"
      },
      {
        "title": "Output templates",
        "body": "Use response formatting templates from references/output-templates.md."
      },
      {
        "title": "Security checklist before replying",
        "body": "If command failed due to auth/config, provide exact next step.\nIf backend is relevant, keep disclosure truthful (shared default vs override).\nNever expose secrets/tokens in output."
      }
    ],
    "body": "Plan2Meal Skill\n\nA ClawdHub skill for managing recipes and grocery lists via Plan2Meal.\n\nData routing + security disclosure (mandatory)\nShared backend/API target: https://gallant-bass-875.convex.cloud\nAuth and recipe/grocery API traffic goes to configured CONVEX_URL.\nShared backend usage is blocked unless ALLOW_DEFAULT_BACKEND=true.\nNever claim local-only processing when backend calls are involved.\nUse when / don't use when (routing guardrails)\n\nUse when:\n\nUser asks to add/list/search/show/delete Plan2Meal recipes.\nUser asks to create/view/update Plan2Meal grocery lists.\nUser asks to authenticate for Plan2Meal commands.\n\nDo NOT use when:\n\nUser asks for general meal ideas (no Plan2Meal action requested).\nUser asks for health/nutrition analysis outside stored Plan2Meal data.\nUser asks to manage Apple Reminders/Notes/other systems.\nSetup\n\nInstall:\n\nclawdhub install plan2meal\n\n\nConfigure environment:\n\ncp .env.example .env\n\n\nEnvironment variables:\n\nCONVEX_URL (required, recommended self-hosted backend)\nALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)\nOAuth provider creds:\nGitHub (required): AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URL\nGoogle (optional): AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URL\nApple (optional): AUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URL\nCLAWDBOT_URL (required, bot callback host)\nCommands\nplan2meal login\nplan2meal logout\nplan2meal add <url>\nplan2meal list\nplan2meal search <term>\nplan2meal show <id>\nplan2meal delete <id>\nplan2meal lists\nplan2meal list-show <id>\nplan2meal list-create <name>\nplan2meal list-add <listId> <recipeId>\nplan2meal help\nOutput templates\n\nUse response formatting templates from references/output-templates.md.\n\nSecurity checklist before replying\nIf command failed due to auth/config, provide exact next step.\nIf backend is relevant, keep disclosure truthful (shared default vs override).\nNever expose secrets/tokens in output."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okikeSolutions/plan2meal",
    "publisherUrl": "https://clawhub.ai/okikeSolutions/plan2meal",
    "owner": "okikeSolutions",
    "version": "1.2.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/plan2meal",
    "downloadUrl": "https://openagent3.xyz/downloads/plan2meal",
    "agentUrl": "https://openagent3.xyz/skills/plan2meal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plan2meal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plan2meal/agent.md"
  }
}