← 返回 Skills 市场
gwyang7

门店销售业绩分析

作者 Xtechmerge.AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
120
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install retail-sales-performance-analysis
功能描述
门店销售业绩环比分析工具。支持门店/导购业绩同比分析(本期 vs 上期),识别业绩波动原因,量化归因,输出诊断结论和改进建议。 使用场景: 1. 门店整体业绩分析(销售额、订单数、客单价、连带率) 2. 导购个人业绩分析(排名、业绩占比、能力雷达图) 3. 多门店/多导购对比分析 4. 业绩波动归因(订单贡献 v...
安全使用建议
Before installing or running this skill, do the following: 1) Inspect the api_client module referenced at ~/.openclaw/workspace-front-door (and the absolute path /Users/yangguangwei/...) to see what network calls it makes, which hosts it contacts, and what credentials or files it reads; 2) Confirm where get_copilot_data sends requests (base URL) and whether it will use any local tokens or system credentials—if it contacts internal BI endpoints, ensure that's intended; 3) Remove or fix the hardcoded absolute path in analyze.py (it reveals a username and may break on other systems); 4) Run the skill in a restricted/sandboxed environment first, and avoid running with elevated privileges; 5) If you cannot inspect the local api_client, do not grant this skill access to environments containing sensitive tokens or credentials. These steps will reduce the risk of accidental credential exposure or unexpected data exfiltration.
功能分析
Type: OpenClaw Skill Name: retail-sales-performance-analysis Version: 1.0.0 The skill contains a hardcoded absolute path to a specific local user directory (/Users/yangguangwei/.openclaw/workspace-front-door) in analyze.py to import the critical api_client dependency. While the retail sales analysis logic aligns with the documentation in SKILL.md, hardcoding local user paths is a significant security risk and packaging flaw that could lead to module shadowing or environment information leakage. No evidence of intentional malice, such as data exfiltration or unauthorized remote execution, was detected.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md and analyze.py all describe sales performance analysis and the code implements that logic. Requesting data via an API client (get_copilot_data) is consistent with the stated purpose. However, the implementation requires a local api_client module found under a user-specific path rather than declaring explicit credentials or a network host, which is an implementation detail that should have been documented as part of required configuration.
Instruction Scope
SKILL.md and the code both instruct the agent to fetch /api/v1/store/dashboard/bi data and then parse/attribute metrics — that stays within the stated analysis scope. The concern: analyze.py modifies sys.path to import a local module from an absolute home directory (/Users/yangguangwei/.openclaw/workspace-front-door) and the SKILL.md references ~/.openclaw/workspace-front-door/. This means the skill will load and execute local code (api_client) and rely on whatever auth/logic that module contains; the SKILL.md does not describe what that local module will do or what credentials it will use.
Install Mechanism
There is no install spec and the skill is instruction+code only (no external downloads). That minimizes install-time risk. The code is included in the bundle, so nothing will be fetched on install by the skill itself.
Credentials
The skill declares no required environment variables or primary credentials, yet it depends on a local api_client which likely performs authenticated requests. This makes credential usage implicit: the api_client may read local config, tokens or environment variables not declared in the skill. Also the code hardcodes an absolute home path (/Users/yangguangwei/...), exposing a developer username and creating a discrepancy with the SKILL.md's tilde-based path; that is disproportionate and could lead to access to other files under that workspace.
Persistence & Privilege
always is false and there is no indication the skill modifies system-wide agent settings or other skills. The skill does not request persistent installation privileges in the provided metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install retail-sales-performance-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /retail-sales-performance-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 支持门店/导购业绩环比分析、波动归因、异常识别
元数据
Slug retail-sales-performance-analysis
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

门店销售业绩分析 是什么?

门店销售业绩环比分析工具。支持门店/导购业绩同比分析(本期 vs 上期),识别业绩波动原因,量化归因,输出诊断结论和改进建议。 使用场景: 1. 门店整体业绩分析(销售额、订单数、客单价、连带率) 2. 导购个人业绩分析(排名、业绩占比、能力雷达图) 3. 多门店/多导购对比分析 4. 业绩波动归因(订单贡献 v... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 门店销售业绩分析?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install retail-sales-performance-analysis」即可一键安装,无需额外配置。

门店销售业绩分析 是免费的吗?

是的,门店销售业绩分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

门店销售业绩分析 支持哪些平台?

门店销售业绩分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 门店销售业绩分析?

由 Xtechmerge.AI(@gwyang7)开发并维护,当前版本 v1.0.0。

💬 留言讨论