Easyly

v1.0.2

Easyly integration. Manage Organizations, Projects, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Easyly data.

0· 89·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
Name/description (Easyly integration) match the instructions: SKILL.md consistently describes using Membrane to manage Easyly resources. Nothing in the docs requests unrelated services or credentials.
Instruction Scope
SKILL.md instructs the agent/operator to install and run the Membrane CLI, perform membrane login, create a connection, run actions, or proxy requests. This is in-scope for an API integration, but the docs do rely on installing and invoking a CLI at runtime (the registry metadata did not list a required binary).
Install Mechanism
No install spec is included with the skill (instruction-only). The docs tell the user to run `npm install -g @membranehq/cli` — an expected approach for a CLI-based integration, but it means the actual code executed will come from that npm package rather than the skill bundle itself.
Credentials
The skill declares no required env vars or credentials and explicitly instructs not to ask users for API keys, delegating auth to Membrane. The ability to proxy arbitrary Easyly API paths is expected for this integration, but it does mean the connected account's permissions determine what can be accessed.
Persistence & Privilege
always is false, no config paths or persistent privileges are requested, and the skill does not modify other skills or system-wide settings.
Assessment
This skill appears coherent and uses the Membrane CLI to handle authentication and API calls. Before installing/using it: (1) confirm you trust the Membrane project and review the @membranehq/cli npm package/repo; (2) be prepared to run `membrane login` (browser-based auth) and grant whatever Easyly scopes you need; (3) prefer creating a least-privileged Easyly connection (not a full org admin) because once a connection exists the CLI can proxy arbitrary Easyly API calls; and (4) note that the skill is instruction-only (no packaged code to scan), so its runtime behavior depends entirely on the external Membrane CLI you install.

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

latestvk979q3fskkfxfc9pg64ncrn2j9843jem

License

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

Comments