← Back to Skills Marketplace
236
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-operated-delivery-strategy-excel-group-export
Description
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。
Usage Guidance
This skill appears to do exactly what it says: split an .xlsx by specified columns and write per-group files. Before using: 1) Ensure your environment has Python and the pandas library installed (the script uses pandas but the skill metadata doesn't declare it). 2) Verify your Excel contains the grouping columns AND a '邮编' column (the script drops/uses '邮编' but only validates grouping columns). 3) Run in a directory you control (output files are written to the given --output-dir and may overwrite files with the same names). 4) For large Excel files, expect memory usage because pandas loads the sheet into memory. There is no network access or credential use in the code, so there is no hidden exfiltration in the provided files.
Capability Analysis
Type: OpenClaw Skill
Name: self-operated-delivery-strategy-excel-group-export
Version: 1.0.0
The skill is a utility for processing and splitting Excel files based on specific grouping columns. The Python script (scripts/excel_export.py) uses standard libraries like pandas to read, manipulate, and export data, and it contains no network activity, credential access, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description describe grouping and exporting Excel rows; the included script implements exactly that behavior. Nothing in the files requests unrelated capabilities (no cloud, no credentials).
Instruction Scope
SKILL.md and the script keep scope to reading the provided Excel and writing grouped output files. Note: the script assumes an input column named '邮编' (postcode) in addition to the declared grouping columns; SKILL.md documents this but the code only validates the grouping columns, so missing '邮编' will raise a runtime error.
Install Mechanism
No install spec; this is an instruction-only skill with a local Python script. No network downloads or archives are performed. However, the script requires the pandas library which is not declared in metadata.
Credentials
The skill requests no environment variables, credentials, or config paths. It only reads the user-supplied Excel file and writes output files to the specified output directory.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent config. It has no elevated persistence or privileged system access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-operated-delivery-strategy-excel-group-export - After installation, invoke the skill by name or use
/self-operated-delivery-strategy-excel-group-export - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of self-operated-delivery-strategy-excel-group-export.
- Supports reading Excel (.xlsx) files and grouping data by specified columns.
- Exports each group to a new file, named using the grouped field values.
- Adds columns: 分区名称 (default 1), 国家二字码 (default US), 城市 (empty), 开始邮编 & 结束邮编 (from original 邮编).
- Output files only include these new columns; original columns are removed.
Metadata
Frequently Asked Questions
What is 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。?
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。?
Run "/install self-operated-delivery-strategy-excel-group-export" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 free?
Yes, 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 support?
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。?
It is built and maintained by guoming (@guoming); the current version is v1.0.0.
More Skills