← 返回 Skills 市场
Warehouse Network Analysis
作者
jinqianfei
· GitHub ↗
· v1.0.0
· MIT-0
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install warehouse-network-analysis
功能描述
基于客户门店数据,结合企业实际仓配网络,进行仓配网络规划分析。包括:门店分布统计、城市定位、配送距离测算、区域划分建议、报货周期规划、干线发运规划。为企业设仓方案、配送方案、调拨方案提供数据支撑。
安全使用建议
This skill is internally coherent and does what it says: it reads an Excel, runs a small pandas-based analysis, and prints results. Before installing/using it: 1) Review and run analyze.py in a safe/sandboxed environment because allowed-tools permits running arbitrary Python and file read/write; avoid giving it sensitive files. 2) Ensure pandas is available on the runtime (the code requires pandas but the skill declares no dependency/install instructions). 3) Expect the built-in city coordinate table to be incomplete (only a small set of cities included) and SKILL.md has inconsistent counts (17 vs 21 etc.) — verify the data/assumptions against your network. 4) If you need stricter safety, run the script on a copy of your data or inspect/modify the code to restrict file access or add logging to confirm no external connections. Overall: no signs of data exfiltration or hidden endpoints, but exercise normal caution when running code that can read/write files.
能力评估
Purpose & Capability
The skill's name/description align with its files and instructions: it reads an Excel of store locations, computes statistics and distances, and proposes RDC/FSL/TC mappings. Notes: SKILL.md contains inconsistent numeric counts for the number of bases (mentions 17, later examples reference 21, and table rows appear mismatched), and some logic statements (e.g., '每个FSL都是RDC') contradict the stated optimization goal — these are coherence/documentation issues but not security-critical.
Instruction Scope
SKILL.md instructs the agent to read an Excel and run Python code (pandas) to compute stats and distances; it does not instruct reading other system files, accessing environment secrets, or sending data externally. However, allowed-tools includes read/write and Bash(python3:*), which grants file system access at runtime — the instructions themselves stay within the stated purpose, but running the skill will give it the ability to read/write arbitrary files if misused.
Install Mechanism
No install spec (instruction-only plus a small analyze.py). Nothing is downloaded or installed by the skill itself. Low install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access any. This matches the stated offline/analysis purpose.
Persistence & Privilege
always:false and no modifications to other skills or system settings. The skill can be invoked by the agent (normal), but it does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install warehouse-network-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/warehouse-network-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of warehouse-network-analysis.
- Provides end-to-end warehouse and distribution network analysis based on client store data and existing company warehouse network.
- Analyzes and outputs: store distribution stats, city locations, delivery distance calculations, regional allocation, cycle planning, and trunk line shipping plans.
- Supports constraints on warehouse selection, coverage targets, time requirements, and specific warehouse usage/exclusion.
- Delivers Excel output with analytical charts, warehouse assignment, delivery cycles, truck shipping plans, and path planning.
- Designed for warehouse placement strategy, delivery optimization, cost analysis, and distribution cycle planning.
元数据
常见问题
Warehouse Network Analysis 是什么?
基于客户门店数据,结合企业实际仓配网络,进行仓配网络规划分析。包括:门店分布统计、城市定位、配送距离测算、区域划分建议、报货周期规划、干线发运规划。为企业设仓方案、配送方案、调拨方案提供数据支撑。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Warehouse Network Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install warehouse-network-analysis」即可一键安装,无需额外配置。
Warehouse Network Analysis 是免费的吗?
是的,Warehouse Network Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Warehouse Network Analysis 支持哪些平台?
Warehouse Network Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Warehouse Network Analysis?
由 jinqianfei(@jinqianfei)开发并维护,当前版本 v1.0.0。
推荐 Skills