Yoprint
v1.0.0YoPrint integration. Manage data, records, and automate workflows. Use when the user wants to interact with YoPrint data.
⭐ 0· 55·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (YoPrint integration) matches the instructions: discovery, connecting, running actions, and proxying requests to YoPrint via Membrane. The commands and workflows described are appropriate for a connector-style skill.
Instruction Scope
SKILL.md only instructs using the Membrane CLI to authenticate, list/connect to connectors, run actions, and proxy API calls. It does not ask the agent to read unrelated files or exfiltrate local secrets. It does require network access and browser-based authentication to Membrane.
Install Mechanism
The skill recommends installing @membranehq/cli via npm (or using npx). This is a standard registry install and expected for a CLI-based integration, but the package install step is not encoded in the registry install spec (the skill is instruction-only). Also the registry metadata did not list required binaries (node/npm), which is a minor inconsistency.
Credentials
No environment variables, config paths, or credentials are requested by the skill. Authentication is handled via Membrane's browser flow and server-side token management, which is proportionate for this connector use case.
Persistence & Privilege
The skill is not forced-always, does not request system-level persistent privileges, and is user-invocable. It does not instruct modifying other skills or system-wide configurations.
Assessment
This skill appears to be what it says: a YoPrint integration that uses the Membrane CLI as a proxy. Before installing or using it, consider: (1) you'll need Node/npm (the SKILL.md asks you to npm install -g @membranehq/cli or use npx) — the registry metadata didn't list this binary requirement, so ensure your environment meets it; (2) authentication opens a browser to log into Membrane and grants Membrane access to your YoPrint account, so only proceed if you trust Membrane (check their docs and permissions); (3) global npm installs modify your system — prefer npx or review the package on npm/github before install; (4) the skill is instruction-only (no packaged code in the registry), so the actual runtime behavior depends on the Membrane CLI and your Membrane connection; (5) the skill explicitly warns not to ask users for API keys, which is good practice. If you need stronger guarantees, inspect @membranehq/cli source and Membrane's privacy/security docs before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97ec6qcnzdeqkcfarnjzacn0x84abmz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
