{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shopping-expert",
    "name": "Shopping Expert",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/udiedrichsen/shopping-expert",
    "canonicalUrl": "https://clawhub.ai/udiedrichsen/shopping-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/shopping-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shopping-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/shop.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. 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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/shopping-expert"
    },
    "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/shopping-expert",
    "agentPageUrl": "https://openagent3.xyz/skills/shopping-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shopping-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shopping-expert/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": "Shopping Expert",
        "body": "Find and compare products online and locally with smart recommendations."
      },
      {
        "title": "Quick Start",
        "body": "Find products online:\n\nuv run {baseDir}/scripts/shop.py \"coffee maker\" \\\n  --budget medium \\\n  --max-results 5\n\nSearch with budget constraint:\n\nuv run {baseDir}/scripts/shop.py \"running shoes\" \\\n  --budget \"$100\" \\\n  --preferences \"Nike, cushioned, waterproof\"\n\nFind local stores:\n\nuv run {baseDir}/scripts/shop.py \"Bio Gemüse\" \\\n  --mode local \\\n  --location \"Hamburg, Germany\"\n\nHybrid search (online + local):\n\nuv run {baseDir}/scripts/shop.py \"Spiegelreflexkamera\" \\\n  --mode hybrid \\\n  --location \"München, Germany\" \\\n  --budget high \\\n  --preferences \"Canon, 4K Video\"\n\nSearch US stores:\n\nuv run {baseDir}/scripts/shop.py \"running shoes\" \\\n  --country us \\\n  --budget \"$100\""
      },
      {
        "title": "Search Modes",
        "body": "online: E-commerce sites (Amazon, Walmart, etc.) via Google Shopping\nlocal: Nearby stores via Google Places API\nhybrid: Both online and local results merged and ranked\nauto: Intelligent mode selection based on query (default)"
      },
      {
        "title": "Parameters",
        "body": "query: Product search query (required)\n--mode: Search mode (online|local|hybrid|auto, default: auto)\n--budget: \"low/medium/high\" or \"€X\"/\"$X\" amount (default: medium)\n--location: Location for local/hybrid searches\n--preferences: Comma-separated (e.g., \"brand:Sony, wireless, black\")\n--max-results: Maximum products to return (default: 5, max: 20)\n--sort-by: Sort order (relevance|price-low|price-high|rating)\n--output: text|json (default: text)\n--country: Country code for search (default: de). Use \"us\" for US, \"uk\" for UK, etc."
      },
      {
        "title": "Budget Levels",
        "body": "low: Under €50\nmedium: €50-€150\nhigh: Over €150\nexact: \"€75\", \"€250\" (or \"$X\" for US searches)"
      },
      {
        "title": "Output Format",
        "body": "Default (text): Markdown table with product details, ratings, availability, and buy links\n\nJSON: Structured data with all product metadata, scores, and links"
      },
      {
        "title": "Scoring Algorithm",
        "body": "Products are ranked using weighted scoring:\n\nPrice match (30%): Within budget range gets full points\nRating (25%): Higher ratings score better\nAvailability (20%): In stock > limited > out of stock\nReview count (15%): More reviews = more trustworthy\nShipping/Distance (10%): Free shipping or nearby stores score higher\nPreference match (bonus): Keywords in product description"
      },
      {
        "title": "API Keys Required",
        "body": "SERPAPI_API_KEY: Required for online shopping (all modes except local-only)\nGOOGLE_PLACES_API_KEY: Only required for local and hybrid modes"
      },
      {
        "title": "Limitations",
        "body": "API limits: SerpAPI and Google Places have usage quotas\nReal-time data: Prices and availability may change\nStock accuracy: Online availability reflects last API update\nLocal inventory: Store stock not guaranteed via Places API"
      },
      {
        "title": "Error Handling",
        "body": "Invalid query → Returns error with suggestions\nNo results found → Relaxes filters and retries\nAPI failures → Retry with exponential backoff (3 attempts)\nMissing API keys → Clear error message with setup instructions"
      }
    ],
    "body": "Shopping Expert\n\nFind and compare products online and locally with smart recommendations.\n\nQuick Start\n\nFind products online:\n\nuv run {baseDir}/scripts/shop.py \"coffee maker\" \\\n  --budget medium \\\n  --max-results 5\n\n\nSearch with budget constraint:\n\nuv run {baseDir}/scripts/shop.py \"running shoes\" \\\n  --budget \"$100\" \\\n  --preferences \"Nike, cushioned, waterproof\"\n\n\nFind local stores:\n\nuv run {baseDir}/scripts/shop.py \"Bio Gemüse\" \\\n  --mode local \\\n  --location \"Hamburg, Germany\"\n\n\nHybrid search (online + local):\n\nuv run {baseDir}/scripts/shop.py \"Spiegelreflexkamera\" \\\n  --mode hybrid \\\n  --location \"München, Germany\" \\\n  --budget high \\\n  --preferences \"Canon, 4K Video\"\n\n\nSearch US stores:\n\nuv run {baseDir}/scripts/shop.py \"running shoes\" \\\n  --country us \\\n  --budget \"$100\"\n\nSearch Modes\nonline: E-commerce sites (Amazon, Walmart, etc.) via Google Shopping\nlocal: Nearby stores via Google Places API\nhybrid: Both online and local results merged and ranked\nauto: Intelligent mode selection based on query (default)\nParameters\nquery: Product search query (required)\n--mode: Search mode (online|local|hybrid|auto, default: auto)\n--budget: \"low/medium/high\" or \"€X\"/\"$X\" amount (default: medium)\n--location: Location for local/hybrid searches\n--preferences: Comma-separated (e.g., \"brand:Sony, wireless, black\")\n--max-results: Maximum products to return (default: 5, max: 20)\n--sort-by: Sort order (relevance|price-low|price-high|rating)\n--output: text|json (default: text)\n--country: Country code for search (default: de). Use \"us\" for US, \"uk\" for UK, etc.\nBudget Levels\nlow: Under €50\nmedium: €50-€150\nhigh: Over €150\nexact: \"€75\", \"€250\" (or \"$X\" for US searches)\nOutput Format\n\nDefault (text): Markdown table with product details, ratings, availability, and buy links\n\nJSON: Structured data with all product metadata, scores, and links\n\nScoring Algorithm\n\nProducts are ranked using weighted scoring:\n\nPrice match (30%): Within budget range gets full points\nRating (25%): Higher ratings score better\nAvailability (20%): In stock > limited > out of stock\nReview count (15%): More reviews = more trustworthy\nShipping/Distance (10%): Free shipping or nearby stores score higher\nPreference match (bonus): Keywords in product description\nAPI Keys Required\nSERPAPI_API_KEY: Required for online shopping (all modes except local-only)\nGOOGLE_PLACES_API_KEY: Only required for local and hybrid modes\nLimitations\nAPI limits: SerpAPI and Google Places have usage quotas\nReal-time data: Prices and availability may change\nStock accuracy: Online availability reflects last API update\nLocal inventory: Store stock not guaranteed via Places API\nError Handling\nInvalid query → Returns error with suggestions\nNo results found → Relaxes filters and retries\nAPI failures → Retry with exponential backoff (3 attempts)\nMissing API keys → Clear error message with setup instructions"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/udiedrichsen/shopping-expert",
    "publisherUrl": "https://clawhub.ai/udiedrichsen/shopping-expert",
    "owner": "udiedrichsen",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shopping-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/shopping-expert",
    "agentUrl": "https://openagent3.xyz/skills/shopping-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shopping-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shopping-expert/agent.md"
  }
}