Eci Software Solutions

v1.0.2

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

0· 84·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
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description claim an ECi Software Solutions integration and all runtime instructions are about discovering connectors and running actions through the Membrane platform — this matches the stated purpose. It explicitly requires a Membrane account, which is appropriate for a proxy/connector-based integration.
Instruction Scope
SKILL.md only instructs the agent/user to install and use the Membrane CLI, create connections via browser-based auth, list actions, run actions, and proxy API requests through Membrane. It does not instruct reading unrelated files, accessing unrelated environment variables, or sending data to third-party endpoints outside Membrane/ECi.
Install Mechanism
There is no built-in install spec, but the instructions tell users to run `npm install -g @membranehq/cli` (and also suggest `npx ...` elsewhere). Installing a global npm package executes code from the npm registry, which is a moderate risk; this is expected for a CLI-based integration but users should verify the package publisher and consider using npx or a pinned version.
Credentials
The skill declares no required environment variables or credentials and explicitly advises against asking for API keys, relying on Membrane to manage auth. The authentication steps are browser-based connection flows handled by Membrane — proportional to the integration task.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills' configs or require system-wide changes; autonomous invocation is allowed but is the platform default.
Assessment
This skill appears coherent and does what it says: it guides you to use the Membrane CLI to connect to ECi. Before installing, verify the Membrane CLI package (@membranehq/cli) on the npm registry and the getmembrane.com project to ensure you trust the publisher. Prefer using `npx @membranehq/cli@<version>` or pin a specific version instead of a global `-g` install if you want to limit scope. Be aware that connecting to ECi will require browser-based authentication and may grant Membrane access to the ECi account you connect — review permissions during the connection flow and avoid exposing unrelated secrets.

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

latestvk979xyhs7t0wnpqceh2jkg5vgx842zfh

License

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

Comments