# Send Discord Shopping Deals to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/discord-shopping",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-shopping",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "discord-shopping",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T14:32:59.622Z",
      "expiresAt": "2026-05-09T14:32:59.622Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-shopping",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-shopping",
        "contentDisposition": "attachment; filename=\"discord-shopping-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "discord-shopping"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Overview

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.

### Triggers & Context

Keywords: shop, deal, buy, price check, cheapest, best [product]
Discord-only: Use message channel=discord for replies. Respect group chat rules (value-add only).
Parse product from context/query.

### Workflow

Extract product: Core item (e.g., "AirPods Pro 2", "RTX 4070"). Refine ambiguous (ask if needed).


Deal searches (parallel web_search, count=10 each):
Query 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


Aggregate & Rank:

Top 3: Lowest price first, then reputable/vendor, new>refurb>used.
Extract: Price, condition, vendor, direct link, notes (shipping, ratings).
Use web_fetch on top links for confirmation if snippets unclear.



Discord Output:
🎯 Top 3 Deals for [product]:

1️⃣ [Vendor]: $[price] [new/used/refurb] 
   &lt;[link]&gt; [notes]

2️⃣ ...

💸 Coupons: [code1@site] saves $[amount]


Suppress embeds: Wrap links in <>
React 👍 if good deals.

### Edge Cases

No deals: "No strong matches; alternatives: [suggest]"
High-price items: Flag "Consider used/refurb"
Seasonal: Note dates/prices change.

### Tools Priority

web_search (core)
web_fetch (details)
Avoid browser unless login/dynamic essential.

No bundled resources required.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: treylc3
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T14:32:59.622Z
- Expires at: 2026-05-09T14:32:59.622Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/discord-shopping)
- [Send to Agent page](https://openagent3.xyz/skills/discord-shopping/agent)
- [JSON manifest](https://openagent3.xyz/skills/discord-shopping/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/discord-shopping/agent.md)
- [Download page](https://openagent3.xyz/downloads/discord-shopping)