Install
openclaw skills install @huahuaweiwei/generate-import-template-dataGenerate import-ready data from user-provided Excel or CSV import templates based on the customer's described business scenario. Use when Codex receives an uploaded template, workbook, or CSV and the user asks to generate, fill, mock, fabricate, prepare, or output corresponding template data, sample rows, initialization data, test data, or import content. This skill must be used whenever the user uploads a template and requests corresponding template data generation.
openclaw skills install @huahuaweiwei/generate-import-template-dataGenerate data that can be pasted into or saved as the user's import template while preserving the template's actual column names, order, sheet choice, and business meaning.
.xlsx, .xlsm, .csv, or .tsv, run scripts/inspect_template.py to identify candidate sheets, header rows, and sample structure.填表说明, 字段说明, 模板说明, 数据字典, or 示例.csv blocks for tabular data the user can copy directly.Run:
python scripts/inspect_template.py --input <template-file>
Optional flags:
--sheet <name> to inspect one Excel sheet--json to print compact machine-readable outputUse the script output to confirm:
scripts/inspect_template.py before generating data from a new template structure.