← 返回 Skills 市场
treylc3

Discord Shopping Deals

作者 Robert Caryl · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
430
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install discord-shopping
功能描述
Finds and lists the top 3 best new, used, or refurbished deals with prices, links, and coupons for products searched via Discord chat keywords.
使用说明 (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.

安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install discord-shopping
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /discord-shopping 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: top 3 deals across vendors (new/used/refurb) + coupons for Discord shopping.
元数据
Slug discord-shopping
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 430 次。

如何安装 Discord Shopping Deals?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-shopping」即可一键安装,无需额外配置。

Discord Shopping Deals 是免费的吗?

是的,Discord Shopping Deals 完全免费(开源免费),可自由下载、安装和使用。

Discord Shopping Deals 支持哪些平台?

Discord Shopping Deals 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Discord Shopping Deals?

由 Robert Caryl(@treylc3)开发并维护,当前版本 v1.0.0。

💬 留言讨论