Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

SKU对比分析

v1.0.0

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

0· 88·0 current·0 all-time
byXtechmerge.AI@gwyang7

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gwyang7/retail-sku-comparison-analysis.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "SKU对比分析" (gwyang7/retail-sku-comparison-analysis) from ClawHub.
Skill page: https://clawhub.ai/gwyang7/retail-sku-comparison-analysis
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install retail-sku-comparison-analysis

ClawHub CLI

Package manager switcher

npx clawhub@latest install retail-sku-comparison-analysis
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b4k9v4z825jbr237yxcfyzs83n010
88downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

SKU对比分析 Skill

支持SKU的时间维度、横向、导购等多维度对比分析。

使用方式

import sys
sys.path.insert(0, '~/.openclaw/skills/sku-comparison-analysis')
import compare as sku_compare

# 1. 时间维度对比
result = sku_compare.compare_sku_over_time(
    store_id="416759_1714379448487",
    goods_base_id="34311",
    period_a_from="2026-03-01",
    period_a_to="2026-03-15",
    period_b_from="2026-03-16",
    period_b_to="2026-03-26",
    comparison_label="3月上半月vs下半月"
)

# 2. 多SKU横向对比
result = sku_compare.compare_skus(
    store_id="416759_1714379448487",
    goods_base_ids=["34311", "34312", "34313"],
    from_date="2026-03-01",
    to_date="2026-03-26",
    comparison_focus="sales"
)

# 3. 导购对比分析
result = sku_compare.compare_sku_clerks(
    store_id="416759_1714379448487",
    goods_base_id="34311",
    from_date="2026-03-01",
    to_date="2026-03-26"
)

分析场景

1. 时间维度对比 (compare_sku_over_time)

适用场景:

  • 促销前后效果评估
  • 上市初期vs近期表现
  • 季节性波动分析
  • 不同月份对比

输出指标:

  • 销售额变化率
  • 销量变化率
  • 成交均价变化
  • 折扣率变化
  • 库存变化
  • 深度试用转化率变化

2. 横向对比 (compare_skus)

适用场景:

  • 同品类SKU对比(同款不同色/尺寸)
  • 同价格带竞争分析
  • TOP商品标杆学习
  • 新品vs老款对比

输出指标:

  • 销售额排名
  • 销量排名
  • 成交均价排名
  • 折扣率排名
  • 库存排名

洞察类型:

  • 销售集中度分析
  • 价格差异分析
  • 库存风险识别

3. 导购对比 (compare_sku_clerks)

适用场景:

  • 高销售vs低销售导购分析
  • 高转化vs低转化导购分析
  • 销售技巧标杆学习
  • 零销售导购识别

导购分层:

  • 高销售导购(TOP 30%)
  • 低销售导购(后 30%)
  • 高转化导购(转化率≥50%)
  • 低转化导购(转化率<20%)
  • 零销售导购

输出结构

时间对比输出

{
  "status": "ok",
  "goods_base_id": "34311",
  "comparison_label": "3月上半月vs下半月",
  "period_a": {...},
  "period_b": {...},
  "changes": {
    "sales": {"before": 3000, "after": 5714, "change": 2714, "change_pct": 90.5},
    "qty": {...},
    "avg_price": {...},
    "discount": {...},
    "inventory": {...},
    "deep_trial_trans_rate": {...}
  },
  "insights": [...]
}

横向对比输出

{
  "status": "ok",
  "total_skus": 3,
  "rankings": {
    "by_sales": [...],
    "by_qty": [...],
    "by_price": [...],
    "by_discount": [...],
    "by_inventory": [...]
  },
  "insights": [...]
}

导购对比输出

{
  "status": "ok",
  "goods_base_id": "34311",
  "clerk_analysis": {
    "total_clerks": 6,
    "active_clerks": 4,
    "high_sales": [...],
    "low_sales": [...],
    "high_conversion": [...],
    "low_conversion": [...],
    "zero_sales": [...],
    "top_performer": {...},
    "bottom_performer": {...}
  },
  "insights": [...]
}

洞察类型

类型说明
significant_change销售大幅变化(>20%)
price_strategy价格策略调整
inventory库存变化
conversion转化率变化
concentration销售集中度
price_variance价格差异
inventory_risk库存风险
zero_sales零销售问题
best_practice标杆实践
improvement改进机会

Skill 路径

~/.openclaw/skills/sku-comparison-analysis/

依赖

  • sku-store-analysis Skill(用于基础数据解析)
  • API 客户端(workspace-front-door/api_client

Comments

Loading comments...