← Back to Skills Marketplace
gwyang7

SKU对比分析

by Xtechmerge.AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install retail-sku-comparison-analysis
Description
SKU对比分析工具。支持SKU的时间维度、横向、导购等多维度对比分析。 核心能力: 1. 时间维度对比(本期vs上期、活动前后、月度环比) 2. 横向对比(多个SKU排名、标杆学习) 3. 导购维度对比(不同导购对同一SKU的销售差异) 4. 销售表现对比(销售额、销量、转化率) 5. AIoT数据对比(试用次数...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install retail-sku-comparison-analysis
  3. After installation, invoke the skill by name or use /retail-sku-comparison-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 支持SKU时间维度对比、横向对比、导购维度对比
Metadata
Slug retail-sku-comparison-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SKU对比分析?

SKU对比分析工具。支持SKU的时间维度、横向、导购等多维度对比分析。 核心能力: 1. 时间维度对比(本期vs上期、活动前后、月度环比) 2. 横向对比(多个SKU排名、标杆学习) 3. 导购维度对比(不同导购对同一SKU的销售差异) 4. 销售表现对比(销售额、销量、转化率) 5. AIoT数据对比(试用次数... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install SKU对比分析?

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

Is SKU对比分析 free?

Yes, SKU对比分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SKU对比分析 support?

SKU对比分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SKU对比分析?

It is built and maintained by Xtechmerge.AI (@gwyang7); the current version is v1.0.0.

💬 Comments