Conversionomics

v1.0.2

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

0· 47·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
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill claims to integrate with Conversionomics via the Membrane platform and all runtime instructions use the Membrane CLI and proxy; this matches the stated purpose. However, the package metadata lists no required binaries even though the SKILL.md requires installing/running the Membrane CLI (npm/npx), which is an omission.
Instruction Scope
SKILL.md confines runtime actions to using the Membrane CLI (login, connect, action list/run, and proxy requests to Conversionomics). It does not instruct reading unrelated local files, environment variables, or exfiltrating data outside the Membrane/Conversionomics flow.
Install Mechanism
This is an instruction-only skill (no install spec). The README tells users to run `npm install -g @membranehq/cli` or use `npx`. Asking users to install a global npm package is reasonable for a CLI but raises install-surface considerations (global npm installs modify user environment). The registry should have declared required binaries or provided an official install spec to reduce ambiguity.
Credentials
No environment variables or credentials are declared; SKILL.md explicitly says Membrane handles credentials and that users should not provide API keys. Requesting a Membrane account and network access is proportionate to the stated functionality.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide config changes. Autonomous invocation is allowed (platform default) but not combined with other high-risk factors here.
Assessment
This skill appears to be what it says: a Membrane-based adapter for Conversionomics. Before installing, verify you trust the Membrane CLI package and the membranedev repository (review the npm package, GitHub repo, and homepage). Consider using npx instead of a global `npm -g` install to avoid modifying your system PATH. Be aware you'll need a Membrane account and will authenticate via your browser, and once connected Membrane will be able to access your Conversionomics data—only proceed if you trust that account and service. If you want tighter control, run CLI commands in a sandbox or VM and limit autonomous agent invocation if you do not want the agent to call the skill without prompt.

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

latestvk974dbxbsfcgaw1et4bn26fd51843ht6

License

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

Comments