csv to excel

v1.0.0

Convert CSV files to professionally formatted Excel workbooks with Chinese character support, automatic formatting, and multi-sheet capabilities. Use when us...

0· 1.5k·13 current·15 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (CSV→Excel with Chinese support and formatting) aligns with the provided script and README. Required capabilities (encoding detection, formatting, multi-sheet output) are implemented in the script; no unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md instructs running the provided Python script with CSV paths and an output path. The script only reads the specified CSV files and writes the specified Excel file. It does not read other system files, environment variables, or send data externally.
Install Mechanism
There is no install spec; installation is manual via pip for the single declared dependency (openpyxl). That is proportional and expected for a Python script that writes Excel files.
Credentials
No environment variables, credentials, or config paths are required. The script only operates on files passed on the command line, which is appropriate for the stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system configuration. It has no persistent or privileged behavior beyond creating the requested Excel output file.
Assessment
This skill appears coherent and implements only CSV-to-Excel conversion. Before using: (1) install openpyxl from a trusted source (pip install openpyxl) in a virtual environment; (2) only point the script at CSV files you trust (the script will read files you pass it); (3) be cautious about where you write the output file—avoid system directories that require elevated permissions; (4) if you need higher assurance, review the included csv_to_excel.py yourself or run it in an isolated environment. No network or secret-exfiltration behavior was found.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e2tnnkkq5kbs317xx9526xs81785w

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments