Word Studio
v1.0.3Professional Word document generator. Use when user needs to create reports, papers, contracts, resumes, or any professional document. Supports docx/doc form...
⭐ 0· 88·0 current·0 all-time
by@tobewin
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Word document generator) match the contents: SKILL.md provides Python templates using python-docx and Pillow to create .docx/.doc files. Required binary (python3) and suggested pip packages (python-docx, pillow) are appropriate for the task.
Instruction Scope
Instructions run a local Python heredoc that creates documents, inserts images (from user-supplied local paths) and tables. There is no instruction to access unrelated system paths, credentials, or external endpoints. Caution: the script will execute arbitrary Python locally (including reading any file paths the user supplies for images); the SKILL.md also contains some sloppy/unreachable/truncated code (e.g., an early return followed by more code and a truncated section) which suggests the template was edited imperfectly.
Install Mechanism
No install spec and no remote downloads. The skill is instruction-only; it suggests 'pip install python-docx pillow' which is normal and installs widely-used packages from PyPI. No custom URLs, archives, or extract steps are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional for a local document-generation tool.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent installation or modify other skills or system settings.
Assessment
This skill appears coherent with its stated purpose and only needs python3 plus python-docx and Pillow. Before you run it: (1) review the full Python template in SKILL.md (it executes locally) and confirm you trust running it; (2) run pip installs inside a virtualenv to avoid polluting your system; (3) avoid supplying sensitive local file paths as image/document inputs (the script will read any paths you give it); (4) be aware the SKILL.md contains some unreachable/truncated code — test with sample inputs first; and (5) no credentials are requested, so there is no obvious secret-exfiltration instruction in the files provided.Like a lobster shell, security has layers — review code before you run it.
latestvk979c6w163jee3kyj8etb5qnf583h0aa
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📄 Clawdis
Binspython3
