← Back to Skills Marketplace
169
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zhoupu-order-import
Description
舟谱系统订单导入模板生成(自提订单+调拨订单分开,每表只有1个sheet)。当下单表数据需要转化为舟谱系统可导入的Excel格式时使用。
Usage Guidance
This skill appears to be what it says: a local Excel-to-Excel template generator for the Zhoupu system. Before installing or running it: 1) Verify you have Python and the required packages (pandas, openpyxl); the skill metadata did not list these. 2) Inspect the two included Python scripts locally (they are plain text) and run them in a safe environment; they do not make network requests. 3) Only pass in the intended order/price Excel files (do not point the tool at sensitive unrelated files). 4) Follow the SKILL.md manual approval step (send generated file to the named reviewer) if your process requires human verification — otherwise an agent with autonomous invocation could generate files without that human check. 5) If you need stricter controls, disable autonomous invocation for this skill or run the scripts manually in a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill
Name: zhoupu-order-import
Version: 1.2.0
The skill bundle is designed for a specific business workflow involving the transformation of Excel order data into import templates for the Zhoupu system. The Python scripts (generate_order_import.py and generate_transfer_order.py) use standard data processing libraries like pandas and openpyxl to perform mapping, validation, and file generation. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the hardcoded paths in SKILL.md appear to be environment-specific configuration rather than an attack vector.
Capability Assessment
Purpose & Capability
Name/description (生成舟谱导入模板) align with the provided scripts and SKILL.md: both scripts read local Excel price/order files and produce Excel import templates. Minor mismatch: registry metadata declared 'required binaries: none', but the runtime requires Python and libraries (pandas, openpyxl). This is likely an omission rather than malicious, but the skill will not run without those dependencies.
Instruction Scope
SKILL.md instructs the agent (or user) to run the two Python scripts on local Excel files, use specific arguments, and follow a manual approval step. Instructions reference only local file paths and the Zhoupu portal URL for human upload — no instructions to read unrelated system files, access network services, or transmit data to unknown endpoints. The strict verification/approval steps are explicitly stated.
Install Mechanism
No install spec (instruction-only with bundled scripts). That is low-risk: nothing is downloaded at install time. The included scripts will be executed locally if invoked; they are plain Python and not obfuscated. There are no external download URLs or installers.
Credentials
The skill requests no environment variables or credentials, and the scripts do not perform network calls. Proportionality is good. Note: the scripts will read arbitrary Excel files you provide and example local paths under C:\Users\... or workspace — you should only point them at intended spreadsheet files. Also the skill metadata omits required runtime dependencies (Python + pandas + openpyxl).
Persistence & Privilege
always is false and the skill is user-invocable. It does not modify other skills or request permanent presence. The default ability for the agent to invoke the skill autonomously remains enabled (disable-model-invocation=false), which is standard — combine this with the human approval note in SKILL.md if you require manual review before generation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhoupu-order-import - After installation, invoke the skill by name or use
/zhoupu-order-import - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
新增合计行自动核对_生成后自动对比下单表合计行与生成结果_数量不一致时报警_自提调拨脚本均已更新
v1.1.0
- 增加详细SKILL.md文档,全面说明舟谱系统订单导入模板生成规则和操作流程
- 明确分销商与门店的客户分类及名称转换规则
- 补充了源单据号生成规则及客户-单号一对一要求,防止导入失败
- 细化自提订单和调拨订单模板字段及业务规则
- 添加常见问题与文件路径、数据校验经验,便于实际操作和问题排查
- 指定生成文件的上传目录,方便统一管理
Metadata
Frequently Asked Questions
What is 舟谱订单导入?
舟谱系统订单导入模板生成(自提订单+调拨订单分开,每表只有1个sheet)。当下单表数据需要转化为舟谱系统可导入的Excel格式时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.
How do I install 舟谱订单导入?
Run "/install zhoupu-order-import" 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 xyzhangjf (@xyzhangjf); the current version is v1.2.0.
More Skills