Crowdbotics
v1.0.0Crowdbotics integration. Manage data, records, and automate workflows. Use when the user wants to interact with Crowdbotics data.
⭐ 0· 51·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 skill claims to integrate with Crowdbotics and instructs the agent to use the Membrane CLI as a proxy for Crowdbotics API calls. Requiring the Membrane CLI (installed by the user) is a reasonable and proportional choice for this integration.
Instruction Scope
SKILL.md confines runtime actions to installing and using the Membrane CLI, creating connections, listing actions, running actions, and proxying requests. It does not instruct reading unrelated local files, environment variables, or transmitting data to unexpected endpoints. Authentication flows are delegated to Membrane and the user's browser.
Install Mechanism
There is no automated install spec in the registry metadata (instruction-only), but SKILL.md instructs the user to run a global npm install (`npm install -g @membranehq/cli`). This is reasonable for a CLI-based integration, but global npm installs execute third-party package code on the machine — users should verify the package and its publisher before installing, or prefer npx/local installs if they want less persistence.
Credentials
The skill requests no environment variables or credentials in metadata and explicitly advises not to ask users for API keys. Credential management is delegated to Membrane, which is consistent with the described workflow.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false). It is instruction-only and does not modify other skills or system-wide agent settings.
Assessment
This skill is internally consistent with its purpose, but before installing the Membrane CLI you should: (1) verify the npm package name and publisher (@membranehq) and inspect the project repo if you can; (2) prefer running via npx or a local install instead of global -g if you want less system-wide change; (3) be aware that Membrane will proxy API requests to Crowdbotics and will manage credentials server-side — trust the Membrane service and review its privacy/security docs; (4) run the CLI in a controlled environment if you have strict security requirements.Like a lobster shell, security has layers — review code before you run it.
latestvk977tv2screhpb5w4j6f1qje9d84eqqn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
