Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

slickdealsslickdeals 搜索

Agent Skill

slickdeals 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,923

周安装

132

GitHub Stars

公开资料未说明

下载量

1,045
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:slickdeals(slickdeals 搜索)
来源仓库:https://github.com/ricanwarfare/slickdeals
安装命令:
openclaw skills install slickdeals
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install slickdeals

简介

在 Slickdeals.net 上搜索优惠、优惠券和促销代码。当用户询问优惠、折扣、价格比较或寻找便宜的游戏、电子产品时使用。

SKILL.md

name
slickdeals
description
Search Slickdeals.net for deals, coupons, and promo codes. Use when the user asks for deals, discounts, price comparisons, or to find cheap games, electronics, or other products.
license
Apache-2.0

Slickdeals Skill

Search Slickdeals.net for the best deals, coupons, promo codes, and discounts across electronics, games, home goods, and more.

Capabilities

  • Search for deals by product name, category, or keyword
  • Get frontpage deals (top trending deals)
  • Filter by store, category, or price range
  • Check deal expiration status
  • Find coupon codes and promo codes

Usage

Search for Deals

Use the skill to search Slickdeals for specific products or categories.

Examples:

  • "Find deals on PS5 games"
  • "Search for Nintendo Switch deals"
  • "Any deals on air fryers?"
  • "Find GTA Trilogy deals under $30"
  • "Show me frontpage deals"
  • "Find laptop deals on Slickdeals"

Search URL Format

The search URL pattern is:

https://slickdeals.net/newsearch.php?q={QUERY}&searcharea=deals&searchin=first

For category browsing:

https://slickdeals.net/computer-deals/
https://slickdeals.net/electronics-deals/
https://slickdeals.net/video-game-deals/
https://slickdeals.net/home-deals/

Implementation

Step 1: Search Slickdeals

Use ollama_web_fetch to retrieve search results:

https://slickdeals.net/newsearch.php?q=URL_ENCODED_QUERY&searcharea=deals&searchin=first

Step 2: Verify Each Deal is Active

CRITICAL: Before presenting any deal, you MUST verify it is currently active.

For each search result:

  1. Fetch the individual deal page using ollama_web_fetch
  2. Check for expiration indicators:

- "expired" or "deal has expired" text on the page - "currently unavailable" or "out of stock" on the retailer page - Deal posted date older than 30 days (likely expired)

  1. Only include deals confirmed as active in your output
  2. If no deals are active, say so explicitly — do NOT show expired deals

Step 3: Parse Active Deals

Extract from confirmed-active deals:

  • Deal title
  • Current price vs original price
  • Discount percentage
  • Store name
  • Deal score (thumbs up/down)
  • Direct link to deal
  • Any coupon codes required

Step 4: Format Output

Present only active deals in a clean table format:

DealPriceDiscountStoreScoreLink
Title$XX ($YY)50% offAmazon+15[URL]

If no active deals are found, respond:

No active deals found for [query]. The most recent deals have expired. I'll keep an eye out — want me to set up a deal alert?

Categories

  • video-game-deals - Video games, consoles, accessories
  • computer-deals - Laptops, desktops, components
  • electronics-deals - TVs, phones, audio
  • home-deals - Appliances, furniture
  • clothing-deals - Fashion, apparel
  • travel-deals - Hotels, flights, vacation packages

Rules

  1. ACTIVE DEALS ONLY: Never show expired deals. If the deal page says "expired" or the retailer shows "unavailable", exclude it entirely
  2. Verify before presenting: Fetch each deal page to confirm it's still live
  3. Be honest about availability: If nothing is active, say so — don't pad results with stale deals
  4. Deal score: Higher thumbs up = better verified deal
  5. Comments: Read comments for coupon codes or price match tips
  6. Store filter: Results often include Amazon, Best Buy, Walmart, Newegg, etc.
  7. Post date awareness: Deals older than ~30 days are very likely expired — prioritize recent deals

Limitations

  • Slickdeals is a community-driven site; deals may expire quickly
  • Some deals require store-specific coupons or subscriptions (Amazon Prime, etc.)
  • Regional availability may vary

Example Queries

User RequestSearch Query
"Find PS5 deals"PS5
"Cheap GTA Trilogy"GTA Trilogy
"Nintendo Switch games under $30"Nintendo Switch games
"Laptop deals"laptop
"Air fryer deals"air fryer
"Frontpage deals"Browse https://slickdeals.net/

Notes

  • MANDATORY: Verify every deal is active before showing it. Expired deals waste the user's time
  • If most/all results are expired, try a broader search or check current retailer prices via web search
  • Include the store name and any coupon codes required
  • Mention if the deal requires membership (Prime, etc.)
  • When Slickdeals search returns no active deals, supplement with current retail pricing from Amazon/Best Buy/etc.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.89%
按下载量换算1,002

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills