WPS macOS Helper
v0.1.0Assist macOS users in preparing, converting, exporting, and troubleshooting Word, PDF, Markdown, PowerPoint, and Excel files for reliable WPS Office workflow.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included references and the single helper script. There are no unrelated environment variables, binaries, or config paths requested; the provided script and markdown guidance are proportionate to preparing/converting documents for WPS on macOS.
Instruction Scope
SKILL.md confines actions to reading packaged references and optionally running scripts for conversion/preprocessing. The script may call an external converter ('uvx') if present and will write output files when an output path is supplied; this behavior is consistent with the stated conversion tasks but worth noting because it executes a local binary and creates files.
Install Mechanism
No install specification; instruction-only plus a small included shell script. Nothing is downloaded or extracted at install time, so no elevated install risk is present.
Credentials
No required environment variables, credentials, or config paths are declared or referenced. The script checks for a local 'uvx' binary but does not require secrets or remote credentials.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed by platform default but is not combined with broad privileges here.
Assessment
This skill looks coherent and low-risk: it provides local guidance files and a small helper script that can write an output .md and will invoke a local 'uvx' tool only if present. Before running, confirm you trust any local converter (uvx) the skill may call and provide an explicit output path to avoid accidental overwrites. If you want extra caution, review the included scripts/prepare_doc_workflow.sh content and run it manually rather than allowing an agent to invoke it autonomously.Like a lobster shell, security has layers — review code before you run it.
latest
WPS macOS Helper
Default goal: improve document workflow quality on macOS when WPS is part of the path.
Core workflow
- Identify the source format and final goal.
- Prefer content pre-processing before opening in WPS.
- Reduce compatibility risk before export or layout polishing.
- Keep original files untouched unless the user explicitly wants in-place edits.
Read references as needed
- Read
references/workflow.mdfor standard document workflows. - Read
references/case-studies.mdfor real task patterns and recommended routes. - Read
references/compatibility.mdfor WPS/Word compatibility issues. - Read
references/export-and-format.mdfor export, PDF, and formatting guidance. - Read
references/troubleshooting.mdwhen a document opens incorrectly or exports badly. - Read
references/release-checklist.mdbefore packaging or publishing the skill.
Use scripts as needed
- Use
scripts/prepare_doc_workflow.shfor low-risk preprocessing suggestions and Markdown conversion entry points.
Operating rules
- Prefer producing new output files over overwriting originals.
- Prefer Markdown/docx/PDF workflows over GUI automation.
- Treat GUI automation as a later-stage option, not the default path.
- When exact WPS behavior is uncertain, give the user the safest compatible route first.
Comments
Loading comments...
