WPS macOS Helper

v0.1.0

Assist macOS users in preparing, converting, exporting, and troubleshooting Word, PDF, Markdown, PowerPoint, and Excel files for reliable WPS Office workflow.

0· 511·3 current·3 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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.

latestvk97323scs663zjjh6q8xz5jken82ng4e
511downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

WPS macOS Helper

Default goal: improve document workflow quality on macOS when WPS is part of the path.

Core workflow

  1. Identify the source format and final goal.
  2. Prefer content pre-processing before opening in WPS.
  3. Reduce compatibility risk before export or layout polishing.
  4. Keep original files untouched unless the user explicitly wants in-place edits.

Read references as needed

  • Read references/workflow.md for standard document workflows.
  • Read references/case-studies.md for real task patterns and recommended routes.
  • Read references/compatibility.md for WPS/Word compatibility issues.
  • Read references/export-and-format.md for export, PDF, and formatting guidance.
  • Read references/troubleshooting.md when a document opens incorrectly or exports badly.
  • Read references/release-checklist.md before packaging or publishing the skill.

Use scripts as needed

  • Use scripts/prepare_doc_workflow.sh for 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...