← 返回 Skills 市场
elevo11

Smart Shopper

作者 elevo11 · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
307
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install smart-shopper
功能描述
Find and compare products across Amazon, Temu, SHEIN and local stores. Use when a user wants to: (1) Shop for products or find best deals, (2) Compare prices...
安全使用建议
Before installing: (1) Confirm the SKILLPAY_API_KEY requirement — the registry metadata currently omits it; if you don't provide an API key billing calls will fail or prompt. (2) Review the bundled Python files locally — they will be executed and write files to ~/.openclaw/workspace/smart-shopper/data/. (3) Understand that billing.py will call https://skillpay.me/api/v1 with SKILL_ID bfff659e-f2e0-4429-8b1f-42f44bdec35e; verify SkillPay.me is legitimate and you trust giving a key. (4) The search script generates links rather than scraping remote pages (lower privacy impact), but the skill will still create persistent files. (5) If unsure, run the code in a sandboxed environment, inspect or remove billing calls, or ask the publisher to correct the registry metadata and explicitly disclose persistence and external endpoints.
功能分析
Type: OpenClaw Skill Name: smart-shopper Version: 1.1.0 The skill bundle provides a shopping assistant that generates search URLs for platforms like Amazon, Temu, and SHEIN, and manages local price tracking and shopping lists. It includes a transparent monetization mechanism via `scripts/billing.py` that connects to the SkillPay.me API (0.001 USDT/call), which is clearly documented in `SKILL.md`. The code uses standard libraries for file I/O and network requests, lacks any obfuscation or suspicious execution patterns, and its behavior aligns strictly with the stated purpose of product comparison and price tracking.
能力评估
Purpose & Capability
Name/description (compare/search across Amazon/Temu/SHEIN and local stores) aligns with the included scripts (search, compare, local_search, price_tracker, shopping_list). However the registry metadata claims no required env vars or credentials while SKILL.md and scripts require a SKILLPAY_API_KEY for billing integration — this is an internal inconsistency in metadata vs runtime requirements. No unrelated cloud credentials are requested.
Instruction Scope
SKILL.md commands map directly to the included scripts and remain within the shopping domain. Two noteworthy mismatches: (1) SKILL.md describes 'web scraping' for searches but search.py only generates search URLs (it does not fetch or parse remote pages), and (2) SKILL.md omits disclosure that scripts persist data to the user's home directory (~/.openclaw/workspace/smart-shopper/data/...). Billing instructions call https://skillpay.me/api/v1. These behaviors are within purpose but should be explicitly documented in metadata/instructions.
Install Mechanism
No install spec or remote downloads are present (scripts are bundled). That minimizes supply-chain risk from external installers. The code will be executed as-is (Python scripts included), but nothing in the repository pulls arbitrary archives or runs remote installers.
Credentials
Only external credential used is SKILLPAY_API_KEY (for SkillPay.me billing), which is proportionate to a paid skill. The problem is the registry metadata incorrectly lists no required env vars while SKILL.md marks SKILLPAY_API_KEY as required — this mismatch could lead to runtime errors or hidden billing behavior. No other SECRET/TOKEN/PASSWORD env vars are requested.
Persistence & Privilege
The skill persists user data to ~/.openclaw/workspace/smart-shopper/data/price_tracker.json and shopping_list.json. It does not request always:true or modify other skills. Persisting shopping lists and price history in the user's home directory is expected for this functionality but should be disclosed up-front.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-shopper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-shopper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: Added price tracker with alerts
v1.0.1
v1.0.1: Updated SkillPay skill_id
v1.0.0
v1.0.0: Multi-platform product search, price compare, local stores, shopping lists, SkillPay billing
元数据
Slug smart-shopper
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Smart Shopper 是什么?

Find and compare products across Amazon, Temu, SHEIN and local stores. Use when a user wants to: (1) Shop for products or find best deals, (2) Compare prices... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 307 次。

如何安装 Smart Shopper?

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

Smart Shopper 是免费的吗?

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

Smart Shopper 支持哪些平台?

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

谁开发了 Smart Shopper?

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

💬 留言讨论