PLS Office Docs
v1.0.0Create, read, edit, and extract content from PDF, DOCX, XLSX, and PPTX documents for professional reports, presentations, and data exports.
⭐ 1· 1.2k·5 current·5 all-time
byMatt Valenta@mattvalenta
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description say document generation/manipulation and the SKILL.md contains Python examples and package suggestions (pdfplumber, python-docx, openpyxl, python-pptx, etc.) that directly support those operations. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Runtime instructions are narrowly scoped to creating, reading, editing, and exporting PDF/DOCX/XLSX/PPTX files. Examples reference only local files (e.g., document.pdf, photo.jpg) and standard library usage; there are no instructions to exfiltrate data, access unrelated system files, or contact unexpected external endpoints.
Install Mechanism
This is an instruction-only skill with no formal install spec, but the SKILL.md instructs users to run pip install for several packages. That is expected for a Python-based document manipulation skill; users should be aware that following those pip commands will download and install third-party packages from PyPI.
Credentials
The skill declares no required environment variables, credentials, or config paths. The examples do not reference secrets or unrelated environment variables, so the level of access requested is proportionate to the stated functionality.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or elevated privileges. It does not modify other skills or system-wide settings in the provided instructions.
Assessment
This skill appears coherent for document creation and manipulation. Before installing or running the example pip commands: (1) consider running them in an isolated environment (virtualenv) to avoid contaminating your system Python, (2) review the third-party packages (pdfplumber, pypdf, python-docx, openpyxl, python-pptx, etc.) on PyPI if you need to verify trust, and (3) avoid processing sensitive files unless you trust the runtime environment, since the examples read and write local files. Because the skill is instruction-only and requests no credentials, the main risk is the usual one of installing third-party Python packages — manage those installs according to your security policies.Like a lobster shell, security has layers — review code before you run it.
latestvk9764r4af3prj5se7cc8vm5b9981mxgb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
