← 返回 Skills 市场
ricanwarfare

Slickdeals

作者 ricanwarfare · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install slickdeals
功能描述
Search Slickdeals.net for deals, coupons, and promo codes. Use when the user asks for deals, discounts, price comparisons, or to find cheap games, electronic...
安全使用建议
This skill's documentation demands careful per-deal verification and extraction of specific fields, but the bundled code does not implement those checks and returns unstructured strings instead. Before installing or relying on it: (1) ask the publisher to reconcile SKILL.md and code — specifically implement per-deal page fetches, expiration checks, and extraction of title/price/discount/store/score/coupons; (2) test results on representative queries to confirm it excludes expired deals and extracts coupon codes correctly; (3) if you plan to run the included Python code, review network endpoints it calls and run it in a sandboxed environment; and (4) prefer a skill where the implementation matches the verification guarantees claimed in the documentation.
功能分析
Type: OpenClaw Skill Name: slickdeals Version: 1.1.0 The slickdeals skill is designed to search Slickdeals.net for product discounts and coupons. The Python script (slickdeals.py) uses standard libraries to fetch search results and extract deal information via regular expressions, while the instructions (SKILL.md) provide clear guidance for the AI agent to verify deal activity and format the output. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill claims to search Slickdeals and verify/parse active deals (title, price, discount, store, score, comments, coupon codes). The included Python file contains a parser and a Deal dataclass but the search_deals() implementation actually returns unstructured strings extracted with very simple regex/line scanning and does not perform per-deal page verification or extraction of the structured fields described in SKILL.md. This mismatch means the implementation does not meet the stated purpose.
Instruction Scope
SKILL.md instructs the agent to fetch search results and then fetch each individual deal page to confirm active status, read comments for coupon codes, and avoid expired deals. Those instructions are within the skill's stated purpose and do not request unrelated system files or secrets. However, the text mandates using an external runtime function (ollama_web_fetch) and strict verification steps; the shipped code does not implement these verification steps, so the runtime behavior may not follow the documented safety/accuracy rules.
Install Mechanism
No install spec is present and the skill is instruction-only with one included Python file. Nothing is downloaded from external URLs or installed automatically, which is low-risk from an install mechanism perspective.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access any system secrets or environment variables. Requested privileges are proportional to the stated purpose.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows autonomous invocation by default (platform normal). There is no evidence it modifies other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slickdeals
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slickdeals 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added mandatory active-deal verification: expire checks, retailer stock checks, 30-day staleness filter. No more showing expired deals.
v1.0.0
Initial release of the Slickdeals skill: - Search Slickdeals.net for deals, coupons, and promo codes by product, category, or keyword. - Retrieve and filter frontpage (top trending) deals. - Extract and display deal details: title, price, discount, store, score, comments, and expiration. - Browse deals by major categories, including electronics, games, home, travel, and more. - Support filtering by store, category, or price range. - Present search results in a clean, tabular format for easy comparison.
元数据
Slug slickdeals
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Slickdeals 是什么?

Search Slickdeals.net for deals, coupons, and promo codes. Use when the user asks for deals, discounts, price comparisons, or to find cheap games, electronic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Slickdeals?

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

Slickdeals 是免费的吗?

是的,Slickdeals 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Slickdeals 支持哪些平台?

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

谁开发了 Slickdeals?

由 ricanwarfare(@ricanwarfare)开发并维护,当前版本 v1.1.0。

💬 留言讨论