PaddleOCR Text Recognition
v1.0.21Use this skill whenever the user wants text extracted from images, photos, scans, screenshots, or scanned PDFs. Returns exact machine-readable strings with l...
⭐ 11· 1.8k·16 current·17 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included Python CLI wrapper and library. The required binary (uv) and environment variables (PADDLEOCR_OCR_API_URL, PADDLEOCR_ACCESS_TOKEN) are appropriate for a remote OCR client that posts images/base64 to an OCR endpoint.
Instruction Scope
SKILL.md stays within OCR scope and documents running the included scripts, file/URL inputs, and how to parse saved JSON. Note: the default behavior is to save raw JSON results to a system temp directory and print the saved path; this persists recognized text (and potentially raw images or metadata) to disk unless --stdout is used.
Install Mechanism
Instruction-only skill with no install spec; scripts declare Python dependencies to be resolved by uv. No external download URL or archive extraction is used.
Credentials
Only two env vars are required and they directly map to the remote OCR API (API URL and access token). This is proportionate. User should be aware that providing these credentials gives the skill the ability to call the remote OCR service and send user files (including base64-encoded local files) to that endpoint.
Persistence & Privilege
always is false and the skill does not request elevated or permanent system privileges. It only writes result files under the system temp directory (by default) or to a user-specified path.
Assessment
This skill appears to do what it says: a small Python CLI wrapper that calls a remote PaddleOCR endpoint. Before installing, confirm the PADDLEOCR_OCR_API_URL points to a trusted service and only provide a token you intend to use for OCR. Be aware that by default the tool saves raw JSON results (recognized text and provider response) to the system temp directory — do not run on sensitive images unless you are comfortable that the remote OCR service and the local temp file storage are acceptable. Use --stdout to avoid persisting results to disk. If you need offline/local-only OCR, this remote-API approach is not suitable.Like a lobster shell, security has layers — review code before you run it.
latestvk97d0ebvhjtnddt18b33f5chf9844v0d
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔤 Clawdis
Binsuv
EnvPADDLEOCR_OCR_API_URL, PADDLEOCR_ACCESS_TOKEN
Primary envPADDLEOCR_ACCESS_TOKEN
