← 返回 Skills 市场
236
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-operated-delivery-strategy-excel-group-export
功能描述
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-operated-delivery-strategy-excel-group-export - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-operated-delivery-strategy-excel-group-export触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 是什么?
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-operated-delivery-strategy-excel-group-export」即可一键安装,无需额外配置。
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 是免费的吗?
是的,自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 支持哪些平台?
自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 自营发货策略+分区方案配置拆分导出. 读取Excel文件,按照指定的列进行分组,将相同组的数据导出到新文件,文件命名用分组字段组合命名。?
由 guoming(@guoming)开发并维护,当前版本 v1.0.0。
推荐 Skills