Sales Simplify

v1.0.2

Sales Simplify integration. Manage Organizations, Users, Goals, Filters. Use when the user wants to interact with Sales Simplify 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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the SKILL.md: it uses Membrane to manage Sales Simplify connections, actions, and proxied API calls. There are no environment variables, unrelated binaries, or unexpected services requested that conflict with the CRM integration purpose.
Instruction Scope
The runtime instructions are focused on installing and using the Membrane CLI, logging in, creating a connection, listing/ running actions, and proxying API requests — all consistent with interacting with Sales Simplify. Minor note: the doc instructs installing a global npm package and running commands that open a browser for auth; it does not instruct reading unrelated files or secrets.
Install Mechanism
This is an instruction-only skill (no automated install spec). It tells the user to run `npm install -g @membranehq/cli` — a normal but non-trivial install step that will download code from the public npm registry and write to disk. The skill metadata did not declare required binaries (e.g., npm), which is an inconsistency but not a high risk by itself.
Credentials
No environment variables or secrets are requested. The skill explicitly advises to let Membrane manage credentials instead of asking for API keys, which is proportionate for a connector integration.
Persistence & Privilege
always is false and there are no install-time or persistent privileges requested. The skill does not ask to modify other skills or system-wide configuration.
Assessment
This skill appears coherent, but take these precautions before installing/using it: 1) Confirm you trust the Membrane project and the npm package name (@membranehq/cli) before running a global npm install — global installs modify your system and pull code from the public registry. 2) Verify the homepage/repository links (getmembrane.com and the GitHub repo) to ensure they match the vendor you expect. 3) Be prepared to authenticate via your browser (membrane login) — the CLI will manage credentials server-side, so you won't hand API keys to the skill itself. 4) Understand that using the ‘membrane request’ proxy lets the CLI send arbitrary requests to the Sales Simplify API on your behalf, so only create connections you trust and review the connector’s scopes/permissions. 5) If you’re concerned about autonomous agent actions, restrict or review agent permissions for running local CLI commands or network access before enabling the skill.

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

latestvk974w6ppjbgny7r08txpqk5wx184315h

License

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

Comments