Excel Studio

v1.0.0

Professional Excel spreadsheet generator. Use when user needs to create data tables, reports, charts, financial models, or any structured data in Excel forma...

2· 341·0 current·0 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
Name/description (Excel generation) matches the content: a Python-based template using openpyxl/xlwt to create .xlsx/.xls/.csv with charts, formatting, sheets and formulas. Requiring python3 and mentioning pip install of openpyxl/xlwt is proportional to this purpose.
Instruction Scope
SKILL.md provides prompts for required user inputs and an embedded Python script that writes Excel files locally. The instructions do not reference external endpoints, unrelated system config, or additional environment variables. The script imports os/datetime and uses openpyxl for file creation — expected for spreadsheet generation. (Note: the SKILL.md executes code locally via a heredoc; review before running.)
Install Mechanism
There is no install spec and no remote downloads. The document suggests 'pip install openpyxl xlwt' which is a typical, low-risk dependency installation from PyPI. No obscure URLs or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate for a local Excel generation utility.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does not indicate modifying other skills or global agent settings.
Assessment
This skill is instruction-only and coherent with its purpose, but it runs a Python script locally and suggests installing pip packages. Before using: (1) review the embedded Python code (it will execute on your system) to ensure it doesn't do anything unexpected; (2) be aware 'pip install' will download packages from the internet; (3) expect output files to be written to the agent's working directory; and (4) avoid feeding sensitive secrets into generated spreadsheets unless you trust the environment.

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

latestvk972rms8057nfqck441z1nb1g983hyq2

License

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

Runtime requirements

📊 Clawdis
Binspython3

Comments