← 返回 Skills 市场
117
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install online-price-comparison
功能描述
AI-powered shopping assistant. Search for products by text or image, and find the best prices across Amazon, Google Shopping, and brand stores.
安全使用建议
This skill will upload your search text and any local image file you pass to a remote API (default: nestor-api.beyondstyle.us) and it will create a small persistent ID file at ~/.config/nestor/skill_id that is sent with requests. Only install/use it if you trust that remote service and its privacy practices. Before installing: (1) verify the service operator and domain (beyondstyle.us) and their privacy policy; (2) avoid passing sensitive local files as --image; (3) consider overriding --api-url to a trusted endpoint or running the skill in a network-isolated environment; (4) if you need full assurance, open and review scripts/shopgeni.py yourself and remove or sandbox the skill if you are uncomfortable with outbound uploads or the persistent ID file.
功能分析
Type: OpenClaw Skill
Name: online-price-comparison
Version: 1.0.0
The ShopGeni skill is a legitimate shopping assistant that provides product recommendations and price comparisons. The Python script (scripts/shopgeni.py) communicates with a backend API (nestor-api.beyondstyle.us) using standard libraries and implements a persistent client identifier in ~/.config/nestor/skill_id for rate limiting purposes. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The script implements the advertised features (text and image search, price comparison) by POSTing queries and images to a remote unified-shopping SSE endpoint. That capability aligns with the skill description. However the default API host (https://nestor-api.beyondstyle.us) is not documented in SKILL.md as an explicit trust boundary and the skill creates a persistent client identifier under ~/.config/nestor/skill_id, which is additional footprint beyond a pure query helper.
Instruction Scope
SKILL.md instructs invoking the included Python script with local image paths or image URLs and discusses the 'backend' doing searches; that matches the script. The instructions do not call for reading unrelated local files, but the script will read any path passed via --image and upload its bytes to the remote API, so users (or an agent acting on their behalf) could accidentally transmit sensitive files if given improper input.
Install Mechanism
This is an instruction-only skill with a small helper script and no install spec. Nothing is downloaded at install time and no archive extraction occurs.
Credentials
No environment credentials are requested, which is proportional. However the script generates and stores a persistent per-installation identifier (~/.config/nestor/skill_id) and sends it in the X-Nst-Sig header with every request; this is a fingerprint that is not documented in SKILL.md. The default API URL is a third-party domain; sending user queries, images, and a persistent ID to that host is a privacy/credentiality concern if you don't trust the operator.
Persistence & Privilege
always:false and no special system privileges are requested. The script does write one small config file in the user's home directory (~/.config/nestor/skill_id) to persist a client id (used for rate-limiting/fingerprinting). This is limited persistence scoped to the user's account, but it is persistent and present on disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install online-price-comparison - 安装完成后,直接呼叫该 Skill 的名称或使用
/online-price-comparison触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ShopGeni, an AI-powered shopping assistant.
- Provides price comparison across Amazon, Google Shopping, and 100+ department stores (e.g Macy’s) and online retailers via natural language, product url or image input.
- Enables product search and recommendations via natural language or image input.
- Supports conversational follow-up with built-in thread IDs.
- Standardized JSON output for integrations.
元数据
常见问题
ShopGeni 是什么?
AI-powered shopping assistant. Search for products by text or image, and find the best prices across Amazon, Google Shopping, and brand stores. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 ShopGeni?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install online-price-comparison」即可一键安装,无需额外配置。
ShopGeni 是免费的吗?
是的,ShopGeni 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ShopGeni 支持哪些平台?
ShopGeni 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 ShopGeni?
由 Jun Liu(@archroad)开发并维护,当前版本 v1.0.0。
推荐 Skills