Office-Editor

v1.0.1

Create or modify Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files. Use when the user mentions Office, Word, Excel, PowerPoint, docx, xlsx, pptx, spr...

0· 725·6 current·6 all-time
byNoah@noah-wu66
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 match the included scripts and references. The code and SKILL.md only reference python-docx, openpyxl, python-pptx (and optional pandas/pillow) which are exactly the libraries needed for Word, Excel, and PowerPoint manipulation.
Instruction Scope
SKILL.md explicitly restricts behavior: it only checks imports (read-only), refuses automatic pip installs, preserves originals by default, only loads reference files as needed, and instructs saving to disk. Included scripts only read/write local files and accept CLI args; they do not make network calls, access unrelated system config, or read arbitrary environment variables.
Install Mechanism
There is no install spec (instruction-only). That is proportionate: the skill relies on standard Python libraries but does not attempt to download/extract code or run installers automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The optional dependency guidance (pandas/pillow) is appropriate and limited to specific features (DataFrames, images).
Persistence & Privilege
always is false, the skill is user-invocable and may be invoked autonomously (platform default). It does not request permanent system presence or modify other skills or system-wide configs.
Assessment
This skill appears to do what it says: generate and edit Office files using standard Python libraries. Before installing/using it: (1) ensure the required Python packages (python-docx, openpyxl, python-pptx) are installed in the environment you run the agent in — the skill will report missing packages rather than install them; (2) run the skill in an environment where writing files is acceptable (it writes saved files to disk and will read any input file path you give it); (3) be cautious when editing files from untrusted sources — these libraries don't execute VBA macros but may preserve them or include potentially malicious content in documents; (4) if you need an additional safety layer, run the skill in a sandboxed container or VM. Overall the skill is internally consistent and has no unexplained requests for credentials or network access.

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

latestvk978rm3mnvx9ej3qhzvw30shrx82rx07

License

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

Runtime requirements

📄 Clawdis

Comments