← Back to Skills Marketplace
long1973m

商品比价技能

by 马龙 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
273
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install price-comparison-analyzer
Description
对多平台商品价格进行聚合分析与风险评估,输出可行动的购买建议,避免伪低价与条件陷阱误导
Usage Guidance
总体上这是一个自洽的比价/风险评估技能,但在安装与使用前请注意: - 运行前确认运行环境已安装所需 Python 库(numpy,若需要 scipy 再安装),否则脚本会失败。 - SKILL.md 要求代理进行网络采集:确保采集遵守目标网站的 robots/使用条款、不要上传或存储不必要的用户隐私信息(例如通过采集带有卖家私人信息的数据)。 - 文档要求将 L3(包含分位数、原始数据、评分拆解)仅作为内部数据,不展示给用户;在集成时务必强制该策略,避免误泄露原始数据或计算细节给终端用户。 - 虽然未发现恶意外联或凭据请求,但实际部署时请在受控环境验证脚本输入/输出(使用示例数据测试),并审查任何由代理实现的网络抓取代码路径以确认不会将采集结果发往未明的外部端点。
Capability Analysis
Type: OpenClaw Skill Name: price-comparison-analyzer Version: 1.0.0 The bundle is a legitimate price comparison and risk assessment tool for e-commerce. The Python scripts (price_analyzer.py and data_validator.py) perform statistical analysis using numpy to identify price anomalies and calculate risk scores based on well-defined rules. There is no evidence of data exfiltration, network requests, or malicious execution; the code and instructions in SKILL.md are strictly aligned with the stated purpose of providing structured buying recommendations.
Capability Assessment
Purpose & Capability
名称/描述、文档与随包脚本(data_validator.py、price_analyzer.py)都围绕价格聚合、异常检测与显性规则风险评分展开,所需依赖(numpy)与实现匹配。
Instruction Scope
SKILL.md 指示智能体“通过网络搜索和公开渠道获取价格信息”(即需抓取/调用外部站点),并定义三层输出(L1 对用户,L3 仅内部)。脚本本身没有内置网络/外联代码,但使用该技能意味着代理将执行网络采集:请确认采集行为符合目标站点的使用规则和隐私/爬虫政策;也要确保代理不会错误地对用户暴露 L3 的内部数据。
Install Mechanism
技能是“instruction-only”且无安装规范,但 SKILL.md 列出 python 依赖(numpy/scipy),包内含 Python 脚本会依赖这些库。平台上未规定如何安装依赖,部署前需确保运行环境已安装合适的 Python 包(scipy 似非关键但合理)。
Credentials
不请求任何环境变量、凭据或配置路径;脚本仅在本地处理输入 JSON,不需要外部密钥,所需权限与功能相称。
Persistence & Privilege
技能未设置 always:true,也不修改其他技能或系统配置;默认的自主调用权限保持平台常态。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install price-comparison-analyzer
  3. After installation, invoke the skill by name or use /price-comparison-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
price-comparison-analyzer 1.0.0 — Initial release! - Aggregates and analyzes product prices across major e-commerce platforms. - Provides actionable, structured purchase recommendations that balance price, risk, and buying conditions. - Strictly separates output into three user-centric layers: quick recommendations (L1), risk explanations (L2), and detailed model evidence (L3 for internal use). - Flags abnormal/ultra-low prices as warnings, not purchase advice. - Default output is structured JSON, showing only platform, price, risk level, tag, and short reason. - Designed to avoid misleading pseudo-discounts and conditional traps.
Metadata
Slug price-comparison-analyzer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 商品比价技能?

对多平台商品价格进行聚合分析与风险评估,输出可行动的购买建议,避免伪低价与条件陷阱误导. It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.

How do I install 商品比价技能?

Run "/install price-comparison-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 商品比价技能 free?

Yes, 商品比价技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 商品比价技能 support?

商品比价技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 商品比价技能?

It is built and maintained by 马龙 (@long1973m); the current version is v1.0.0.

💬 Comments