← 返回 Skills 市场
Retail Agent Setup
作者
fangwei-frank
· GitHub ↗
· v1.0.0
· MIT-0
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install retail-agent-setup
功能描述
Onboarding wizard for retail digital employee agents — guides businesses through a 12-step setup to configure a fully operational AI store assistant. Use whe...
安全使用建议
This skill is consistent with a retail onboarding wizard, but take these precautions before installing or running it:
- Review the included Python scripts (scripts/parse_*.py, gen_test_cases.py, score_knowledge.py) before execution to ensure they do not transmit data externally or perform unexpected network activity.
- The bundle includes scripts/requirements.txt but no install spec — you or your operator must provision a Python runtime and install dependencies (e.g., pandas, pdfplumber) before using the parsing features. Prefer running in a sandboxed environment first.
- Do not upload raw customer PII to the knowledge base. The SKILL.md warns about this; follow it: use API connections for PII or anonymize data prior to import.
- Expect to provide channel credentials (WeCom, WeChat MP, WhatsApp/BSP, inventory API keys) during setup if you enable those connectors. The skill references env var names and webhook URLs; validate where those credentials will be stored and who can access them.
- Verify where agent memory and any temporary files (parsed JSON, OCR outputs) are stored and how long they persist. If your organization has data residency or retention policies, confirm compatibility.
- If you plan to enable autonomous model invocation or allow the agent to run tests/configuration unattended, consider a staged rollout: test with non-sensitive sample data, confirm the test report and guardrails behave as expected, and only then run against production data.
Overall: the skill is plausibly benign in intent, but the missing install/dependency instructions and the presence of executable parsing scripts mean you should inspect and test the code and runtime environment before trusting it with production data or credentials.
功能分析
Type: OpenClaw Skill
Name: retail-agent-setup
Version: 1.0.0
The retail-agent-setup skill bundle is a comprehensive onboarding wizard designed to configure retail digital employees. It utilizes several Python scripts (scripts/parse_products.py, scripts/parse_policy.py, scripts/score_knowledge.py) to process product catalogs and policy documents into structured JSON for the agent's knowledge base. While the setup process involves collecting sensitive API credentials for channel integrations (e.g., WeChat, WeCom), the instructions explicitly mandate using environment variables for storage and lack any evidence of data exfiltration or malicious intent. The scripts and markdown instructions are well-documented, follow platform best practices, and align strictly with the stated goal of retail agent configuration.
能力评估
Purpose & Capability
Name, description, and runtime instructions align with a retail onboarding wizard. Included parsing and test-generation scripts (product/policy parsing, scoring, test-case generation) fit the stated purpose. Minor inconsistency: SKILL.md shows use of environment variables (example: INVENTORY_API_KEY, channel credential names) and external webhook endpoints as part of channel setup, but the registry metadata lists no required env vars — this is reasonable for optional/conditional connectors but should be explicit in the manifest.
Instruction Scope
Instructions are detailed and scoped to onboarding tasks: collecting system inventory, importing files (CSV/XLSX/PDF/DOC/images), running parse scripts, configuring channels and escalation, and saving artifacts to agent memory. The skill explicitly warns not to import customer PII into the knowledge base and recommends using API queries for PII — that is good. Still, the agent is instructed to accept file uploads and run parsing scripts on those files; users should confirm where uploaded files and parsed outputs are stored and who/what can access them.
Install Mechanism
No install spec is provided even though the package includes Python scripts and a scripts/requirements.txt. The developer notes require libraries like pandas and pdfplumber in _dev/decisions.md and requirements.txt, but there is no automated install step (pip, brew, or similar). That means runtime failures or manual dependency installation will be required. The absence of an install mechanism is an operational risk and also increases the chance someone will run scripts in an environment without inspecting them first.
Credentials
The registry shows no required environment variables, and the skill does not demand unrelated credentials. However SKILL.md and references use example env var names for connectors (e.g., INVENTORY_API_KEY, WECOM_* , WECHAT_*), and channel setup instructs users to provide API credentials and webhook URLs. This is proportionate to purpose but the manifest should declare optional env vars or clearly document which variables are needed when certain channels/skills are enabled.
Persistence & Privilege
The skill stores onboarding artifacts in the agent's memory under a named key (retail_setup_state) and references saving config objects (role_config, skills_config, etc.). always:false (not force-included) and there is no indication it modifies other skills or system-wide agent settings. Persisting state to agent memory is coherent with resumable onboarding.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install retail-agent-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/retail-agent-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first release
元数据
常见问题
Retail Agent Setup 是什么?
Onboarding wizard for retail digital employee agents — guides businesses through a 12-step setup to configure a fully operational AI store assistant. Use whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Retail Agent Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install retail-agent-setup」即可一键安装,无需额外配置。
Retail Agent Setup 是免费的吗?
是的,Retail Agent Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Retail Agent Setup 支持哪些平台?
Retail Agent Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Retail Agent Setup?
由 fangwei-frank(@fangwei-frank)开发并维护,当前版本 v1.0.0。
推荐 Skills