Easy Projects
v1.0.2Easy Projects integration. Manage Projects. Use when the user wants to interact with Easy Projects data.
⭐ 0· 125·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 skill is described as an Easy Projects integration and all runtime instructions use the Membrane CLI to manage connections and proxy requests to Easy Projects — this aligns with the stated purpose. Minor inconsistency: the SKILL.md requires the 'membrane' CLI (via npm install -g @membranehq/cli) but the registry metadata lists no required binaries.
Instruction Scope
SKILL.md stays on purpose: it instructs how to authenticate with Membrane, create connections to Easy Projects, list and run actions, and proxy API requests. It does not ask the agent to read unrelated files, harvest environment variables, or send data to unexpected endpoints. It explicitly advises against asking the user for API keys and delegates auth to Membrane.
Install Mechanism
There is no platform install spec in the registry (the skill is instruction-only), but SKILL.md directs the user to run 'npm install -g @membranehq/cli'. Global npm installs require network access and will add a CLI to the system PATH; this is common for CLI-based integrations but should be done only if you trust the @membranehq package and its source (npm registry / package homepage).
Credentials
The skill does not request environment variables, secrets, or config paths. Authentication is handled by Membrane's hosted service (browser-based login), so no local API keys are required — this is proportionate to the stated function.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not require writing to other skills' configs or system-wide settings. Autonomous invocation is allowed (platform default) but not forced.
Assessment
This skill appears to be what it says: an Easy Projects integration that uses the Membrane CLI. Before installing or using it, verify you trust Membrane/@membranehq (the SKILL.md asks you to install their global npm CLI), ensure you are comfortable authenticating via the browser-based login, and be aware that the registry metadata omitted the 'membrane' binary even though the README requires it. If you have strict install policies, review the @membranehq/cli package on npm and the Membrane homepage/terms before proceeding.Like a lobster shell, security has layers — review code before you run it.
latestvk97ankj96ypyq00gdd1dn7ypfs8424tj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
