Funnelcockpit
v1.0.2FunnelCockpit integration. Manage Organizations. Use when the user wants to interact with FunnelCockpit data.
⭐ 0· 116·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's stated purpose (FunnelCockpit integration) lines up with the instructions (use Membrane to connect and proxy requests). One minor incoherence: the registry metadata lists no required binaries, but SKILL.md requires the Membrane CLI (npm install -g @membranehq/cli). That binary is legitimately needed for the described functionality and should have been declared.
Instruction Scope
SKILL.md contains only instructions to install and use the Membrane CLI, create connections, list actions, run actions, and proxy API requests. It explicitly advises not to collect API keys locally. There are no instructions to read unrelated files, system paths, or hidden credentials.
Install Mechanism
There is no formal install spec in the registry (instruction-only). The runtime instructions recommend installing @membranehq/cli from the public npm registry (npm install -g). That is a reasonable, common install method but means code will be fetched from npm — verify the package ownership and contents before installing global binaries.
Credentials
The skill declares no required environment variables or credentials and the instructions rely on Membrane's server-side auth flow (browser-based login). This is proportionate: the skill does not ask for unrelated secrets and explicitly recommends letting Membrane manage credentials.
Persistence & Privilege
The skill is user-invocable and not marked always:true. It does not request persistent privileges or changes to other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
Assessment
This is an instruction-only integration that expects you to install and run the Membrane CLI and authenticate via a browser-based flow; before proceeding, verify the @membranehq/cli package on npm (publisher, download counts, repository), confirm you are comfortable granting Membrane access to your FunnelCockpit account, and ensure the CLI is installed from the official source. Note the registry metadata omitted the CLI as a required binary — that's likely an oversight but you should confirm the presence and trustworthiness of the Membrane CLI before installing. If you need higher assurance, check the referenced GitHub repository and Membrane's privacy/terms for how it stores and proxies your FunnelCockpit credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk97bqnbdrnkwg4c98x160fwdxh8439b5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
