wps-ocr

ReviewAudited by ClawScan on May 1, 2026.

Overview

This OCR skill clearly discloses that it sends user-provided files to WPS/Kingsoft cloud for recognition and uses an API key; no hidden, destructive, or purpose-mismatched behavior is evidenced.

Before installing, make sure you are comfortable sending OCR files to aiwrite.wps.cn, configure the WPS_OCR_ACCESS_KEY securely, and only run the local-file mode on files you explicitly intend to upload.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Documents, screenshots, invoices, or photos submitted for OCR may be visible to and processed by Kingsoft/WPS cloud services.

Why it was flagged

The skill explicitly discloses that user-provided files are sent to an external OCR provider, so the data flow is purpose-aligned but privacy-sensitive.

Skill content
This skill will send the file you provide to the official Kingsoft Office server (aiwrite.wps.cn) for recognition. ... Kingsoft Office services will access and process the content of your file.
Recommendation

Use it only for files you are comfortable sending to the WPS OCR service, and avoid submitting sensitive documents unless that is intended and acceptable.

What this means

Anyone with access to the configured environment file or process environment could potentially use the OCR API key.

Why it was flagged

The skill requires a WPS OCR access key and documents an optional persistent environment-file setup for that credential.

Skill content
export WPS_OCR_ACCESS_KEY="your_client_access_key" ... echo 'export WPS_OCR_ACCESS_KEY="your_client_access_key"' >> ~/.openclaw/env
Recommendation

Store the key only in trusted environments, protect ~/.openclaw/env permissions, and rotate the key if it may have been exposed.

What this means

If pointed at the wrong local image or PDF, the skill could upload unintended local file contents to the OCR provider.

Why it was flagged

The local-file mode is disclosed and central to OCR, but it means the agent should only use explicit user-provided paths and not infer or explore local paths.

Skill content
This skill supports local file uploads, and will only verify the file type without performing any verification on the path.
Recommendation

Confirm the exact file path before use, especially for private directories or sensitive PDFs/images.

What this means

Installation tooling may not automatically flag the dependency or credential requirement before use.

Why it was flagged

The registry-level contract under-declares setup requirements that SKILL.md documents, including the requests package and WPS_OCR_ACCESS_KEY.

Skill content
Required env vars: none ... Install specifications: No install spec — this is an instruction-only skill.
Recommendation

Review SKILL.md setup instructions before running and ensure only the documented dependency and credential are configured.