"Dedicated shopping deal finder optimized for Discord: wide search
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill discord-shopping --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Discord Shopping?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-discord-shopping)More formats (shields.io, HTML) on the badges page.
---
name: discord-shopping
description: "Dedicated shopping deal finder optimized for Discord: wide search
across new/used/refurbished vendors (Amazon, eBay, Best Buy, Walmart, Swappa,
Back Market), top 3 results with prices/links, coupon code checks. Trigger
exclusively on Discord keywords/phrases like "shop", "find me a
deal", "best price for [product]", "cheap [product]",
"where to buy [product]". Use in Discord group/direct chats to
quickly inform buying decisions."
---
# Discord Shopping Deals
## 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
1. **Extract product**: Core item (e.g., "AirPods Pro 2", "RTX 4070"). Refine ambiguous (ask if needed).
2. **Deal searches** (parallel web_search, count=10 each):
| Query Template | Purpose |
|----------------|---------|
| "[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 |
3. **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.
4. **Discord Output**:
```
🎯 Top 3 Deals for [product]:
1️⃣ [Vendor]: $[price] [new/used/refurb]
<[link]> [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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!