Beeple

v1.0.0

Beeple integration. Manage data, records, and automate workflows. Use when the user wants to interact with Beeple data.

0· 64·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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Beeple integration) matches the runtime instructions: all actions are performed through the Membrane CLI to manage Beeple data and connections. Nothing in the SKILL.md asks for unrelated cloud credentials, system access, or capabilities outside the stated purpose.
Instruction Scope
Instructions are limited to installing/using the Membrane CLI, logging in via browser, creating a connector/connection, running prebuilt actions, and optionally proxying API requests to the Beeple API through Membrane. This stays within the integration's scope, but the 'membrane request' command allows arbitrary proxied requests to Beeple via Membrane — meaning data sent through those proxied calls will flow through Membrane's infrastructure, which is expected but worth noting.
Install Mechanism
This is an instruction-only skill (no registry install spec), so nothing is automatically written to disk by the skill. The SKILL.md tells users to run 'npm install -g @membranehq/cli' (and uses npx in examples). Installing a global npm package is a normal step for a CLI but carries usual supply-chain/privilege considerations (global installs write to system PATH and may require elevated permissions).
Credentials
The skill declares no required environment variables or credentials. The instructions explicitly direct users to create a Membrane connection rather than entering API keys locally, which is consistent and minimizes local secret handling.
Persistence & Privilege
The skill does not request always:true or system-wide configuration changes and is user-invocable only. It does not require persistent elevated privileges or access to other skills' configs.
Assessment
This skill looks coherent, but consider these practical points before installing: 1) You will be asked to install the @membranehq CLI globally (npm install -g) — verify the package and be aware global installs can modify your system PATH and may require elevated permissions. 2) Using the skill requires a Membrane account and browser-based login; Membrane will handle Beeple credentials server-side, so review Membrane's privacy/security docs and the connector's permissions to understand what data will be accessible. 3) The 'membrane request' command can proxy arbitrary API calls through Membrane; only send data you are comfortable having routed through their service. 4) Prefer installing/testing on a non-production machine first and confirm the official Membrane package and repository before granting access.

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

latestvk977e33r168t8pwqpgc9nwbrhx8481fa

License

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

Comments