{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shopping-price-drop-coupon-scout",
    "name": "Shopping Price Drop Coupon Scout",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/codedao12/shopping-price-drop-coupon-scout",
    "canonicalUrl": "https://clawhub.ai/codedao12/shopping-price-drop-coupon-scout",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/shopping-price-drop-coupon-scout",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shopping-price-drop-coupon-scout",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/overview.md",
      "references/troubleshooting.md",
      "references/ux.md",
      "references/endpoints.md",
      "references/safety.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-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/shopping-price-drop-coupon-scout"
    },
    "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-price-drop-coupon-scout",
    "agentPageUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout/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": "Goal",
        "body": "Provide a safe, read-only price watch and coupon summary for user-selected products."
      },
      {
        "title": "Best fit",
        "body": "Use when the user provides product URLs or SKUs.\nUse when the user wants a target price and alert plan.\nUse when the user wants official coupon links or promo codes."
      },
      {
        "title": "Not fit",
        "body": "Avoid when the user asks to auto purchase or auto add to cart.\nAvoid when the only data source is prohibited scraping.\nAvoid when payment or login credentials are requested."
      },
      {
        "title": "Quick orientation",
        "body": "references/overview.md for workflow and quality bar.\nreferences/auth.md for access and token handling.\nreferences/endpoints.md for optional integrations and templates.\nreferences/webhooks.md for async event handling.\nreferences/ux.md for intake questions and output formats.\nreferences/troubleshooting.md for common issues.\nreferences/safety.md for safety and privacy guardrails."
      },
      {
        "title": "Required inputs",
        "body": "Product list with URLs, SKUs, or names.\nTarget price thresholds and currency.\nPreferred retailers or regions.\nReminder cadence and timezone."
      },
      {
        "title": "Expected output",
        "body": "Price watchlist with target thresholds.\nPrice history summary if provided by the user.\nCoupon or promo list from official sources.\nDraft alert messages."
      },
      {
        "title": "Operational notes",
        "body": "Use official retailer APIs or user-provided data exports.\nDo not scrape sites that prohibit automated access.\nKeep outputs as suggestions only."
      },
      {
        "title": "Security notes",
        "body": "Never handle payment details.\nDo not log in to user accounts or store cookies."
      },
      {
        "title": "Safe mode",
        "body": "Track and summarize only.\nProvide coupon lists and alerts without purchases."
      },
      {
        "title": "Sensitive ops",
        "body": "Purchasing, checkout, or cart changes are out of scope."
      }
    ],
    "body": "Shopping Price Drop and Coupon Scout\nGoal\n\nProvide a safe, read-only price watch and coupon summary for user-selected products.\n\nBest fit\nUse when the user provides product URLs or SKUs.\nUse when the user wants a target price and alert plan.\nUse when the user wants official coupon links or promo codes.\nNot fit\nAvoid when the user asks to auto purchase or auto add to cart.\nAvoid when the only data source is prohibited scraping.\nAvoid when payment or login credentials are requested.\nQuick orientation\nreferences/overview.md for workflow and quality bar.\nreferences/auth.md for access and token handling.\nreferences/endpoints.md for optional integrations and templates.\nreferences/webhooks.md for async event handling.\nreferences/ux.md for intake questions and output formats.\nreferences/troubleshooting.md for common issues.\nreferences/safety.md for safety and privacy guardrails.\nRequired inputs\nProduct list with URLs, SKUs, or names.\nTarget price thresholds and currency.\nPreferred retailers or regions.\nReminder cadence and timezone.\nExpected output\nPrice watchlist with target thresholds.\nPrice history summary if provided by the user.\nCoupon or promo list from official sources.\nDraft alert messages.\nOperational notes\nUse official retailer APIs or user-provided data exports.\nDo not scrape sites that prohibit automated access.\nKeep outputs as suggestions only.\nSecurity notes\nNever handle payment details.\nDo not log in to user accounts or store cookies.\nSafe mode\nTrack and summarize only.\nProvide coupon lists and alerts without purchases.\nSensitive ops\nPurchasing, checkout, or cart changes are out of scope."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/codedao12/shopping-price-drop-coupon-scout",
    "publisherUrl": "https://clawhub.ai/codedao12/shopping-price-drop-coupon-scout",
    "owner": "codedao12",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout",
    "downloadUrl": "https://openagent3.xyz/downloads/shopping-price-drop-coupon-scout",
    "agentUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shopping-price-drop-coupon-scout/agent.md"
  }
}