Edapp

v1.0.2

EdApp integration. Manage Courses, Users, Groups, Announcements. Use when the user wants to interact with EdApp data.

0· 71·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
The name/description (EdApp integration) match the instructions: the skill tells the agent to use the Membrane CLI to connect to EdApp, discover actions, run actions, and proxy API requests. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions direct the agent to install and run the Membrane CLI, perform interactive browser-based login, create connections, list and run Membrane actions, and optionally proxy raw requests to EdApp. All of these are within the stated purpose. Note: the proxy feature can send arbitrary requests to EdApp via the connector (expected for a proxy), so the agent could perform wide-ranging API operations if given permission.
Install Mechanism
No install spec baked into the skill bundle; SKILL.md recommends installing @membranehq/cli via npm (public registry). This is a standard approach but requires global npm install privileges and will write a CLI to disk — expected but worth considering for system policy/privilege hygiene.
Credentials
The skill declares no required environment variables or secrets and relies on Membrane for auth. That is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. The default ability for the model to invoke the skill autonomously is unchanged; combined with the skill's legitimate action surface this is expected.
Assessment
This skill appears coherent: it delegates auth and API work to the Membrane CLI, which is why it doesn't ask for API keys. Before installing, verify you trust Membrane (@membranehq/cli) and the Membrane operator: installing a global npm CLI modifies your system and gives the CLI the ability to perform API calls on your behalf. Review the connector permissions created during login, enforce least privilege for the EdApp connection, and consider installing the CLI in an isolated environment (container or VM) if you prefer to limit system-wide changes. If you need higher assurance, inspect the @membranehq/cli package source (repository) and the Membrane privacy/security docs before granting access.

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

latestvk97a7p355fg6eqr5y559wfhzg184219m

License

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

Comments