← Back to Skills Marketplace
导购结构分析
by
Xtechmerge.AI
· GitHub ↗
· v1.0.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install retail-clerk-structure-analysis
Description
导购结构分析工具。分析门店导购的表现结构,识别导购波动对门店业绩波动的贡献度。 核心能力: 1. 导购表现结构分析(人效分布、帕累托分析) 2. TOP/腰部/尾部导购识别 3. 业绩集中度评估 4. 导购波动归因(各导购对门店业绩变化的贡献度) 5. 增长型vs下滑型导购分类 6. 基于累计贡献度的关键人识别...
Usage Guidance
This skill's purpose (analyzing store clerk performance) is reasonable, but the implementation has a hidden dependency: analyze.py inserts a hard-coded absolute path and imports get_copilot_data from an external/local module (api_client) that is not bundled or documented. That module may call internal APIs or read credentials/config files on your system. Before installing or running this skill: 1) Ask the author to provide or document api_client and get_copilot_data (show the code and where it contacts). 2) Require the skill to be self-contained or to declare any environment variables, hosts, or credentials it needs. 3) If you must run it, inspect the api_client code for network calls and credential access, and run the skill in an isolated environment (sandbox/container) with no sensitive credentials mounted. 4) Prefer a version that packages its dependencies (or uses standard pip/requirements) rather than referencing a user-specific path. If the author cannot explain or remove the hard-coded path and disclose the external endpoints/credential usage, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: retail-clerk-structure-analysis
Version: 1.0.0
The skill bundle is a legitimate tool for retail performance analysis, focusing on clerk productivity, Pareto distributions, and sales attribution. The code in `analyze.py` performs standard statistical calculations (such as variation coefficients and contribution percentages) and fetches data through an internal API client. While it contains hardcoded local file paths for environment setup, these appear to be development artifacts rather than malicious indicators or security vulnerabilities, and the instructions in `SKILL.md` are strictly functional.
Capability Assessment
Purpose & Capability
The skill claims to analyze clerk performance and requires no external credentials or binaries, but analyze.py inserts a hard-coded path '/Users/yangguangwei/.openclaw/workspace-front-door' and imports get_copilot_data from api_client. That local dependency is not declared in SKILL.md or manifest and suggests the skill expects access to a private project or internal API rather than being self-contained.
Instruction Scope
SKILL.md presents a clean API (analyze(...)) and no mention of reading local modules or contacting internal services, yet the runtime code calls fetch_clerk_data which delegates to get_copilot_data(endpoint). The instructions do not document what get_copilot_data does, what endpoints/hosts it calls, or what credentials/config it requires — granting the skill broad, undocumented discretion to access local modules and remote data.
Install Mechanism
There is no install spec (instruction-only) which is low risk in general. However, the shipped analyze.py expects a non-packaged local dependency via modification of sys.path. That is an unusual packaging choice: instead of bundling or documenting the dependency, the code reaches into a specific user's home directory. This could fail or cause unexpected imports if that path exists on the host.
Credentials
The manifest declares no required environment variables or credentials, but the code relies on api_client.get_copilot_data — a function likely to access remote APIs and possibly use credentials or local config files. Because those credentials/configs are not declared, the skill may end up accessing secrets or internal endpoints without the user being warned.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and has no install script. It only adjusts sys.path at runtime to import a module; it does not persistently install or enable itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install retail-clerk-structure-analysis - After installation, invoke the skill by name or use
/retail-clerk-structure-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 支持导购表现结构、波动归因、关键人识别
Metadata
Frequently Asked Questions
What is 导购结构分析?
导购结构分析工具。分析门店导购的表现结构,识别导购波动对门店业绩波动的贡献度。 核心能力: 1. 导购表现结构分析(人效分布、帕累托分析) 2. TOP/腰部/尾部导购识别 3. 业绩集中度评估 4. 导购波动归因(各导购对门店业绩变化的贡献度) 5. 增长型vs下滑型导购分类 6. 基于累计贡献度的关键人识别... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install 导购结构分析?
Run "/install retail-clerk-structure-analysis" 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 Xtechmerge.AI (@gwyang7); the current version is v1.0.0.
More Skills