Ocr Web Service

v1.0.2

OCR Web Service integration. Manage Documents. Use when the user wants to interact with OCR Web Service data.

0· 108·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the instructions: the SKILL.md explains how to use the Membrane CLI to connect to an OCR Web Service and run actions. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
Instructions are focused on installing/using the Membrane CLI, creating a connector/connection, listing/ running actions, and proxying API requests. They do not request reading local files, unrelated env vars, or other system credentials. They explicitly advise against asking users for API keys.
Install Mechanism
This is an instruction-only skill with no bundled code, but it directs the user to install the Membrane CLI via `npm install -g @membranehq/cli` (and uses npx in examples). Global npm installs and executing a CLI are expected for this integration but do require trusting the @membranehq/cli package and network access.
Credentials
The skill requests no environment variables or credentials in the registry metadata. Runtime auth is handled by Membrane's login/connection flow as described, which is proportionate to the stated purpose.
Persistence & Privilege
The skill is not always-on (always:false) and uses normal model invocation. It does not request to modify other skills or system-wide configs in the instructions.
Assessment
This skill appears to be what it says: a Membrane-based connector to an OCR service. Before installing or using it, consider the following: (1) The SKILL.md asks you to install and run the @membranehq/cli package globally—verify the npm package and its source (review the repository and package on npm) before installing. (2) Using the skill routes document data through Membrane (they handle auth and proxy requests). Do not upload sensitive or regulated documents until you are comfortable with Membrane's privacy/security practices and policies. (3) Prefer using npx or a scoped install if you want to avoid global npm installs. (4) The skill explicitly discourages asking for API keys; follow the connector login flow rather than sharing credentials manually. If you need greater assurance, test with non-sensitive data or a limited-access account and review the Membrane CLI code or its repository first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97erwx11bkyrj2nv3k3rw3qgx842pw8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments