← Back to Skills Marketplace
treylc3

Discord Shopping Deals

by Robert Caryl · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
430
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install discord-shopping
Description
Finds and lists the top 3 best new, used, or refurbished deals with prices, links, and coupons for products searched via Discord chat keywords.
README (SKILL.md)

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.

Usage Guidance
This skill appears to do what it says: run public web searches, visit vendor pages, and post a short Discord-formatted summary. Before enabling it, consider: (1) it will fetch arbitrary public web pages to extract prices/coupons — this can be noisy and may trigger rate limits or vendor anti-scraping measures; (2) it assumes the agent has permission to post/react in Discord channels — review which Discord token/connector the agent will use and restrict its scope to test channels first; (3) coupon accuracy and link safety depend on scraping third-party sites — treat results as informational, not authoritative; (4) there is no author/homepage provided, so if provenance matters ask the publisher for contact or source code. If you want stricter controls, test in a private channel, monitor activity, and consider disabling autonomous invocation or limiting the skill to user-invoked only.
Capability Analysis
Type: OpenClaw Skill Name: discord-shopping Version: 1.0.0 The OpenClaw AgentSkills bundle 'discord-shopping' is benign. Its `SKILL.md` provides clear instructions for an AI agent to perform shopping deal searches using `web_search` and `web_fetch` tools, which are appropriate for its stated purpose. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The instructions even include a good security practice by advising to 'Avoid browser unless login/dynamic essential'.
Capability Assessment
Purpose & Capability
Name/description (find shopping deals via Discord) match the instructions: perform web_search queries, aggregate results, use web_fetch for confirmation, and post Discord-formatted replies. It does not request unrelated creds, binaries, or installs.
Instruction Scope
SKILL.md confines actions to web_search and web_fetch and Discord replies. It instructs scraping/confirming vendor pages and coupon lookups, which is expected, but these actions will fetch arbitrary public web pages — a normal but broadly scoped network capability. The doc assumes the platform supplies Discord messaging capability (it does not declare Discord credentials), which is typical but worth noting.
Install Mechanism
Instruction-only skill with no install steps or downloads. Nothing is written to disk or fetched as code during install.
Credentials
No environment variables, credentials, or config paths are requested. The lack of declared Discord credentials is consistent with a platform-handled connector; no disproportionate secrets are asked for.
Persistence & Privilege
always:false and normal invocation semantics. The skill does not request persistent system-wide changes or other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discord-shopping
  3. After installation, invoke the skill by name or use /discord-shopping
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: top 3 deals across vendors (new/used/refurb) + coupons for Discord shopping.
Metadata
Slug discord-shopping
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Discord Shopping Deals?

Finds and lists the top 3 best new, used, or refurbished deals with prices, links, and coupons for products searched via Discord chat keywords. It is an AI Agent Skill for Claude Code / OpenClaw, with 430 downloads so far.

How do I install Discord Shopping Deals?

Run "/install discord-shopping" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Discord Shopping Deals free?

Yes, Discord Shopping Deals is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Discord Shopping Deals support?

Discord Shopping Deals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Discord Shopping Deals?

It is built and maintained by Robert Caryl (@treylc3); the current version is v1.0.0.

💬 Comments