{
  "schemaVersion": "1.0",
  "item": {
    "slug": "discord-shopping",
    "name": "Discord Shopping Deals",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/treylc3/discord-shopping",
    "canonicalUrl": "https://clawhub.ai/treylc3/discord-shopping",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/discord-shopping",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-shopping",
    "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-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/discord-shopping"
    },
    "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/discord-shopping",
    "agentPageUrl": "https://openagent3.xyz/skills/discord-shopping/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-shopping/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-shopping/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": "Overview",
        "body": "Rapid deal scouting across major vendors. Deliver top 3 current best deals (price, condition, link) + coupons. Discord-optimized output: bullets, suppressed link embeds, emojis for scannability."
      },
      {
        "title": "Triggers & Context",
        "body": "Keywords: shop, deal, buy, price check, cheapest, best [product]\nDiscord-only: Use message channel=discord for replies. Respect group chat rules (value-add only).\nParse product from context/query."
      },
      {
        "title": "Workflow",
        "body": "Extract product: Core item (e.g., \"AirPods Pro 2\", \"RTX 4070\"). Refine ambiguous (ask if needed).\n\n\nDeal searches (parallel web_search, count=10 each):\nQuery TemplatePurpose\"[product] best deal\"General deals\"cheapest [product] amazon ebay bestbuy walmart\"Major retailers\"[product] used refurbished swappa backmarket\"Used/refurb\"[product] slickdeals\"Deal aggregators\"[product] coupon codes 2026\"Promos\n\n\nAggregate & Rank:\n\nTop 3: Lowest price first, then reputable/vendor, new>refurb>used.\nExtract: Price, condition, vendor, direct link, notes (shipping, ratings).\nUse web_fetch on top links for confirmation if snippets unclear.\n\n\n\nDiscord Output:\n🎯 Top 3 Deals for [product]:\n\n1️⃣ [Vendor]: $[price] [new/used/refurb] \n   &lt;[link]&gt; [notes]\n\n2️⃣ ...\n\n💸 Coupons: [code1@site] saves $[amount]\n\n\nSuppress embeds: Wrap links in <>\nReact 👍 if good deals."
      },
      {
        "title": "Edge Cases",
        "body": "No deals: \"No strong matches; alternatives: [suggest]\"\nHigh-price items: Flag \"Consider used/refurb\"\nSeasonal: Note dates/prices change."
      },
      {
        "title": "Tools Priority",
        "body": "web_search (core)\nweb_fetch (details)\nAvoid browser unless login/dynamic essential.\n\nNo bundled resources required."
      }
    ],
    "body": "Discord Shopping Deals\nOverview\n\nRapid deal scouting across major vendors. Deliver top 3 current best deals (price, condition, link) + coupons. Discord-optimized output: bullets, suppressed link embeds, emojis for scannability.\n\nTriggers & Context\nKeywords: shop, deal, buy, price check, cheapest, best [product]\nDiscord-only: Use message channel=discord for replies. Respect group chat rules (value-add only).\nParse product from context/query.\nWorkflow\n\nExtract product: Core item (e.g., \"AirPods Pro 2\", \"RTX 4070\"). Refine ambiguous (ask if needed).\n\nDeal searches (parallel web_search, count=10 each):\n\nQuery Template\tPurpose\n\"[product] best deal\"\tGeneral deals\n\"cheapest [product] amazon ebay bestbuy walmart\"\tMajor retailers\n\"[product] used refurbished swappa backmarket\"\tUsed/refurb\n\"[product] slickdeals\"\tDeal aggregators\n\"[product] coupon codes 2026\"\tPromos\n\nAggregate & Rank:\n\nTop 3: Lowest price first, then reputable/vendor, new>refurb>used.\nExtract: Price, condition, vendor, direct link, notes (shipping, ratings).\nUse web_fetch on top links for confirmation if snippets unclear.\n\nDiscord Output:\n\n🎯 Top 3 Deals for [product]:\n\n1️⃣ [Vendor]: $[price] [new/used/refurb] \n   &lt;[link]&gt; [notes]\n\n2️⃣ ...\n\n💸 Coupons: [code1@site] saves $[amount]\n\nSuppress embeds: Wrap links in <>\nReact 👍 if good deals.\nEdge Cases\nNo deals: \"No strong matches; alternatives: [suggest]\"\nHigh-price items: Flag \"Consider used/refurb\"\nSeasonal: Note dates/prices change.\nTools Priority\nweb_search (core)\nweb_fetch (details)\nAvoid browser unless login/dynamic essential.\n\nNo bundled resources required."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/treylc3/discord-shopping",
    "publisherUrl": "https://clawhub.ai/treylc3/discord-shopping",
    "owner": "treylc3",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/discord-shopping",
    "downloadUrl": "https://openagent3.xyz/downloads/discord-shopping",
    "agentUrl": "https://openagent3.xyz/skills/discord-shopping/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-shopping/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-shopping/agent.md"
  }
}