← 返回 Skills 市场
ms-yun

Excel Report

作者 MS-YUN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
25
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install excel-report-msy-v1
功能描述
Create formatted Excel report workbooks from CSV files using openpyxl. Use when the user provides or references a .csv file and asks to convert it to .xlsx,...
使用说明 (SKILL.md)

Excel Report

Convert CSV files into polished Excel .xlsx reports with the bundled openpyxl script.

Workflow

  1. Locate the input CSV file and decide an output .xlsx path. Default to the same basename beside the CSV unless the user specifies otherwise.
  2. Use the bundled script:
python3 /home/ubuntu/.openclaw/workspace/skills/excel-report/scripts/csv_to_excel_report.py input.csv output.xlsx
  1. Verify the workbook was created. For important outputs, inspect the workbook with openpyxl or run a quick file check.
  2. Return the generated .xlsx file path, and attach it with MEDIA:\x3Cpath> when replying in a channel that supports file delivery.

What the script does

  • Reads CSV with UTF-8 BOM support and delimiter sniffing.
  • Creates an Excel workbook with a Report sheet.
  • Styles the header row with a dark blue fill and white bold text.
  • Converts numeric-looking cells to numbers and applies thousands separators.
  • Adds a bold total row with SUM formulas for numeric columns.
  • Adds a simple bar chart for the first numeric column using the first column as categories, limited to the first 10 data rows.
  • Adds an Excel table, filters, frozen header row, and autosized columns.

Options

  • Omit the output path to create input.xlsx beside the CSV.
  • Use --sheet-name "Name" to set the worksheet title.

Dependency

The script requires openpyxl. If it is missing, install it in the active Python environment before running:

python3 -m pip install openpyxl

Do not use pandas for the core conversion unless the user explicitly asks; this skill is designed around openpyxl.

安全使用建议
Install if you need simple CSV-to-Excel report generation. Use it with CSV files you intend to process, choose the output path carefully because it can create directories and overwrite an .xlsx file there, and note that installing openpyxl may contact the Python package registry and change the active environment.
能力评估
Purpose & Capability
The artifacts fit the stated purpose: SKILL.md tells the agent to run a bundled openpyxl script on a user-provided CSV, and the script reads that CSV and writes a formatted .xlsx workbook.
Instruction Scope
Instructions are narrow and user-directed: choose an input CSV and output path, run the converter, verify the workbook, and return the generated file path.
Install Mechanism
There is no custom installer, but the skill discloses an optional pip install of openpyxl if missing, which can modify the active Python environment.
Credentials
The script uses local file I/O for the specified input and output paths and does not show network calls, shell execution, credential access, broad indexing, or unrelated environment access.
Persistence & Privilege
No persistence, background worker, privilege escalation, scheduler changes, or session/profile store access were found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install excel-report-msy-v1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /excel-report-msy-v1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of excel-report skill. - Converts CSV files to polished Excel (.xlsx) reports using openpyxl. - Applies header styling, number formatting with thousands separators, and bold total rows. - Automatically adds a simple bar chart for the first numeric column, and includes table formatting, filters, frozen headers, and autosized columns. - Command-line usage with customizable worksheet name and output path. - Requires openpyxl (not pandas) for conversion.
元数据
Slug excel-report-msy-v1
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Excel Report 是什么?

Create formatted Excel report workbooks from CSV files using openpyxl. Use when the user provides or references a .csv file and asks to convert it to .xlsx,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 25 次。

如何安装 Excel Report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install excel-report-msy-v1」即可一键安装,无需额外配置。

Excel Report 是免费的吗?

是的,Excel Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Excel Report 支持哪些平台?

Excel Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Excel Report?

由 MS-YUN(@ms-yun)开发并维护,当前版本 v1.0.0。

💬 留言讨论