Printautopilot
v1.0.2PrintAutopilot integration. Manage Organizations. Use when the user wants to interact with PrintAutopilot data.
⭐ 0· 112·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
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the instructions: the SKILL.md documents using the Membrane CLI to connect to PrintAutopilot and run actions or proxy API requests. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions stay within the integration scope: installing/running the Membrane CLI, creating connections via browser-based auth, listing actions, running actions, and proxying requests. The instructions do not direct reading unrelated files, sweeping environment variables, or sending data to unexpected third-party endpoints. They do rely on a Membrane account and network access, which is documented.
Install Mechanism
The SKILL.md recommends installing @membranehq/cli globally via npm (npm install -g @membranehq/cli) or using npx. Installing a global npm package is a moderate-risk operation compared to instruction-only skills because it brings third-party code onto the host. This is expected for a CLI-based integration, but users should confirm the package comes from the official source or use npx/temporary install or an isolated environment if concerned.
Credentials
The skill declares no required environment variables or local secrets. It explicitly advises letting Membrane manage credentials and not asking users for API keys, which is proportionate for a connector-based integration.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent system privileges or modify other skills. It instructs interactive browser-based login and uses Membrane to hold credentials server-side.
Assessment
This skill appears to do what it states: it tells you to install and use the Membrane CLI to connect to PrintAutopilot and run actions or proxy API calls. Before installing, verify the @membranehq/cli package and the getmembrane.com / GitHub repository are the official sources. Consider using npx (runs without global install) or install inside an isolated environment/VM if you want to avoid installing third-party code system-wide. Remember Membrane will proxy requests and hold connection credentials server-side — review Membrane's privacy/permissions for any data you route through it. If you need stricter controls, avoid global installs and limit which connections/actions you create.Like a lobster shell, security has layers — review code before you run it.
latestvk97dn037evs22jyeeqpqfc79rx8425f8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
