{
  "schemaVersion": "1.0",
  "item": {
    "slug": "paprika",
    "name": "Paprika",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/mjrussell/paprika",
    "canonicalUrl": "https://clawhub.ai/mjrussell/paprika",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/paprika",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=paprika",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/paprika"
    },
    "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/paprika",
    "agentPageUrl": "https://openagent3.xyz/skills/paprika/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paprika/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paprika/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Paprika Recipe CLI",
        "body": "CLI for Paprika Recipe Manager. Access recipes, meal plans, and grocery lists."
      },
      {
        "title": "Installation",
        "body": "npm install -g paprika-recipe-cli"
      },
      {
        "title": "Setup",
        "body": "# Authenticate interactively\npaprika auth\n\n# Or set environment variables\nexport PAPRIKA_EMAIL=\"your@email.com\"\nexport PAPRIKA_PASSWORD=\"your-password\""
      },
      {
        "title": "Recipes",
        "body": "paprika recipes                       # List all recipes\npaprika recipes --category \"Dinner\"   # Filter by category\npaprika recipes --json\n\npaprika recipe \"Pasta Carbonara\"      # View by name\npaprika recipe <uid>                  # View by UID\npaprika recipe \"Pasta\" --ingredients-only\npaprika recipe \"Pasta\" --json\n\npaprika search \"chicken\"              # Search recipes"
      },
      {
        "title": "Meal Planning",
        "body": "paprika meals                         # Show all planned meals\npaprika meals --date 2026-01-08       # Filter by date\npaprika meals --json"
      },
      {
        "title": "Groceries",
        "body": "paprika groceries                     # Show unpurchased items\npaprika groceries --all               # Include purchased\npaprika groceries --json"
      },
      {
        "title": "Categories",
        "body": "paprika categories                    # List all categories"
      },
      {
        "title": "Usage Examples",
        "body": "User: \"What recipes do I have for dinner?\"\n\npaprika recipes --category \"Dinner\"\n\nUser: \"Show me the pasta carbonara recipe\"\n\npaprika recipe \"Pasta Carbonara\"\n\nUser: \"What ingredients do I need for lasagna?\"\n\npaprika recipe \"Lasagna\" --ingredients-only\n\nUser: \"What's on the meal plan?\"\n\npaprika meals\n\nUser: \"What's on my grocery list?\"\n\npaprika groceries\n\nUser: \"Find chicken recipes\"\n\npaprika search \"chicken\""
      },
      {
        "title": "Notes",
        "body": "Recipe names support partial matching\nUse --json for programmatic access\nRequires Paprika cloud sync to be enabled"
      }
    ],
    "body": "Paprika Recipe CLI\n\nCLI for Paprika Recipe Manager. Access recipes, meal plans, and grocery lists.\n\nInstallation\nnpm install -g paprika-recipe-cli\n\nSetup\n# Authenticate interactively\npaprika auth\n\n# Or set environment variables\nexport PAPRIKA_EMAIL=\"your@email.com\"\nexport PAPRIKA_PASSWORD=\"your-password\"\n\nCommands\nRecipes\npaprika recipes                       # List all recipes\npaprika recipes --category \"Dinner\"   # Filter by category\npaprika recipes --json\n\npaprika recipe \"Pasta Carbonara\"      # View by name\npaprika recipe <uid>                  # View by UID\npaprika recipe \"Pasta\" --ingredients-only\npaprika recipe \"Pasta\" --json\n\npaprika search \"chicken\"              # Search recipes\n\nMeal Planning\npaprika meals                         # Show all planned meals\npaprika meals --date 2026-01-08       # Filter by date\npaprika meals --json\n\nGroceries\npaprika groceries                     # Show unpurchased items\npaprika groceries --all               # Include purchased\npaprika groceries --json\n\nCategories\npaprika categories                    # List all categories\n\nUsage Examples\n\nUser: \"What recipes do I have for dinner?\"\n\npaprika recipes --category \"Dinner\"\n\n\nUser: \"Show me the pasta carbonara recipe\"\n\npaprika recipe \"Pasta Carbonara\"\n\n\nUser: \"What ingredients do I need for lasagna?\"\n\npaprika recipe \"Lasagna\" --ingredients-only\n\n\nUser: \"What's on the meal plan?\"\n\npaprika meals\n\n\nUser: \"What's on my grocery list?\"\n\npaprika groceries\n\n\nUser: \"Find chicken recipes\"\n\npaprika search \"chicken\"\n\nNotes\nRecipe names support partial matching\nUse --json for programmatic access\nRequires Paprika cloud sync to be enabled"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mjrussell/paprika",
    "publisherUrl": "https://clawhub.ai/mjrussell/paprika",
    "owner": "mjrussell",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/paprika",
    "downloadUrl": "https://openagent3.xyz/downloads/paprika",
    "agentUrl": "https://openagent3.xyz/skills/paprika/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paprika/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paprika/agent.md"
  }
}