Really Simple Systems Crm
v1.0.0Really Simple Systems CRM integration. Manage data, records, and automate workflows. Use when the user wants to interact with Really Simple Systems CRM data.
⭐ 0· 62·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 name/description claim CRM integration and all runtime instructions exclusively use the Membrane CLI and Membrane proxy to access Really Simple Systems CRM. There are no unrelated credentials, binaries, or paths requested that would contradict the stated purpose. (Minor metadata mismatch: the skill notes installing the Membrane CLI but the registry 'required binaries' section is empty.)
Instruction Scope
SKILL.md confines runtime activity to installing and running the Membrane CLI, creating connections, listing actions, running actions, and proxying HTTP requests via Membrane. It does not instruct reading local files, environment variables, or other system state beyond what the Membrane CLI requires, nor does it instruct sending data to unexpected endpoints.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md tells users to run `npm install -g @membranehq/cli`. Installing a global npm package is common and coherent here, but npm packages can run install scripts and execute code as the installing user — verify the package (publisher, version, and repo) before installing globally.
Credentials
The skill declares no required environment variables or secrets. It explicitly instructs not to ask users for API keys and to let Membrane handle authentication, which is proportionate for a connector-based CRM integration.
Persistence & Privilege
The skill does not request always:true or other special persistence. Autonomous invocation (disable-model-invocation:false) is allowed by default — reasonable for an integration skill. The skill does not instruct modifying other skills or global agent config.
Assessment
This skill is coherent: it relies on the Membrane CLI/proxy to access Really Simple Systems CRM and does not request unrelated secrets. Before installing/using it, verify that you trust the @membranehq/cli npm package (check the npm page, maintainers, and GitHub repo), and prefer installing it in a controlled environment (non-root user, container, or VM) if you have any doubt. Be aware that once you connect Membrane to your CRM account, Membrane (and any actions you run) will be able to access CRM data — review connector scopes and Membrane's privacy/security documentation. Also note the small metadata inconsistency: the README asks you to install a CLI but the registry metadata does not list that binary as required; consider confirming that the agent environment has the CLI available before relying on the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk9766eaetta2vfjc8a0bc26scx84bj0w
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
