← 返回 Skills 市场
SKU对比分析
作者
Xtechmerge.AI
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install retail-sku-comparison-analysis
功能描述
SKU对比分析工具。支持SKU的时间维度、横向、导购等多维度对比分析。 核心能力: 1. 时间维度对比(本期vs上期、活动前后、月度环比) 2. 横向对比(多个SKU排名、标杆学习) 3. 导购维度对比(不同导购对同一SKU的销售差异) 4. 销售表现对比(销售额、销量、转化率) 5. AIoT数据对比(试用次数...
安全使用建议
This skill appears to implement SKU comparison logic, but it imports a local API client and other skills using hardcoded absolute paths (e.g. /Users/yangguangwei/.openclaw/...), and it calls internal endpoints through get_copilot_data without declaring any required credentials. Before installing or running: 1) inspect or confirm the implementation of the imported api_client.get_copilot_data to see what network calls and auth it performs and where it sends data; 2) verify whether any credentials or tokens are required and why they were not declared; 3) note the hardcoded paths — they may fail on your machine or point to another user's workspace and could access unintended local files; 4) run the skill in a sandbox or with limited network access until you confirm it calls only intended internal APIs; 5) if you cannot review api_client and sku-store-analysis code, treat this skill as potentially exfiltrative and avoid granting it access to sensitive environments.
功能分析
Type: OpenClaw Skill
Name: retail-sku-comparison-analysis
Version: 1.0.0
The skill contains hardcoded absolute file paths to a specific user's home directory (/Users/yangguangwei/) in compare.py for importing the api_client and sku-store-analysis modules. This is a security and portability flaw (vulnerability) that exposes the developer's environment details and makes the skill dependent on a specific local file structure, which could be exploited or lead to unexpected behavior in different environments. No clear evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description (SKU comparison across time, cross-SKU, clerks) aligns with the code: compare.py implements time, cross-SKU, and clerk comparisons and references a sku-store-analysis helper. Declared dependency on 'sku-store-analysis' and an API client in SKILL.md is coherent with needing data from a backend service.
Instruction Scope
SKILL.md shows how to import and call compare.py, which is fine, but compare.py itself inserts absolute user-specific paths (/Users/yangguangwei/.openclaw/...) and imports get_copilot_data from a local 'workspace-front-door' API client. The manifest declares no required env vars or credentials, yet the runtime will call backend endpoints (e.g. '/api/v1/store/dashboard/bi/...') via get_copilot_data. The instructions and manifest do not document required network access, auth, or what data is sent/returned, giving the agent broad implicit access to internal APIs and data.
Install Mechanism
No install spec (instruction-only) so nothing is written or downloaded during install. Code is included in the bundle, so runtime behavior is limited to what's in compare.py and imported modules; no installers or external archives are fetched by the skill package itself.
Credentials
The skill declares no required environment variables or credentials, but compare.py depends on an API client (get_copilot_data) that likely requires network access and authorization (not declared). It also hardcodes local absolute paths to other skills and the workspace client, which may allow access to another user's files or expect credentials/configs in those locations. Required secrets or endpoints are implicit rather than declared, which is disproportionate.
Persistence & Privilege
Skill is not marked always:true and does not request to modify other skills or system-wide agent settings. It appears to run only when invoked and does not request elevated persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install retail-sku-comparison-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/retail-sku-comparison-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 支持SKU时间维度对比、横向对比、导购维度对比
元数据
常见问题
SKU对比分析 是什么?
SKU对比分析工具。支持SKU的时间维度、横向、导购等多维度对比分析。 核心能力: 1. 时间维度对比(本期vs上期、活动前后、月度环比) 2. 横向对比(多个SKU排名、标杆学习) 3. 导购维度对比(不同导购对同一SKU的销售差异) 4. 销售表现对比(销售额、销量、转化率) 5. AIoT数据对比(试用次数... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 SKU对比分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install retail-sku-comparison-analysis」即可一键安装,无需额外配置。
SKU对比分析 是免费的吗?
是的,SKU对比分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SKU对比分析 支持哪些平台?
SKU对比分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SKU对比分析?
由 Xtechmerge.AI(@gwyang7)开发并维护,当前版本 v1.0.0。
推荐 Skills