Document Generator (Word & Excel)

v1.0.1

Generates Word (.docx) reports and Excel (.xlsx) workbooks as real downloadable files. Use when the user wants a file output — not a text answer — for SMSF,...

0· 70·0 current·0 all-time
byRobbie Joseph@mysmsf
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 (Word & Excel document generation) match the included scripts, templates, and requirements. The included Python files implement the described features (basic Word elements, simple Excel templates and JSON-driven sheets).
Instruction Scope
SKILL.md instructs only to run the provided scripts with JSON/config or simple CLI args. It explicitly warns not to execute arbitrary code and to write files only with user approval. The instructions do not reference unrelated files, secrets, or external endpoints.
Install Mechanism
No registry install spec; the skill is instruction-only but includes a requirements.txt and a clear pip install line for python-docx and openpyxl (standard PyPI packages). No downloads from arbitrary URLs or extract steps; installation approach is standard and proportional.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code reads only user-specified JSON/config files and writes only the user-specified output path (with overwrite protection unless --force is used).
Persistence & Privilege
Skill flags are default (always:false, user-invocable:true). It does not request persistent presence, nor does it modify other skills or system-wide settings.
Assessment
This skill appears to do exactly what it claims: generate simple .docx and .xlsx files from JSON or CLI args using python-docx and openpyxl. Before installing or running: (1) install dependencies in a virtual environment (pip install -r requirements.txt); (2) run the example commands locally to verify output; (3) only supply JSON/config files you trust (the scripts parse JSON but do not execute code); (4) confirm output paths before running (the scripts resolve paths and create directories and will not overwrite unless you pass --force); and (5) review generated documents with a qualified professional for any compliance/legal use. If you need branding, macros, or advanced Excel features, this skill cannot produce them.

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

latestvk97006qcd5p7g8h1786pyevm2983v0j9

License

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

Comments