Modulr

v1.0.2

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

0· 39·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Modulr integration) matches the instructions: all commands target the Membrane CLI to create a Modulr connection, list/run actions, or proxy requests. There are no requests for unrelated services or credentials.
Instruction Scope
SKILL.md confines runtime steps to installing/using the Membrane CLI, performing browser-based auth, creating connections, listing actions, running actions, and proxying Modulr API calls. It does not instruct reading arbitrary files, harvesting environment variables, or sending data to unknown endpoints.
Install Mechanism
Install is via npm install -g @membranehq/cli (public npm). This is a standard but moderately privileged install (global binaries). No direct downloads from untrusted URLs or archive extraction are used. The skill itself also suggests npx usage in places, which is a lower-friction alternative.
Credentials
The skill declares no required env vars or credentials and explicitly instructs not to ask users for API keys; instead it relies on Membrane-hosted auth. The requested access (a Membrane account and network) is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill is instruction-only (no files written by the skill itself). There is no request to modify other skills or system-wide configs. Agent autonomy is allowed but is platform-default.
Assessment
This skill appears coherent and does what it says: it uses the Membrane CLI to talk to Modulr. Before installing, verify the @membranehq/cli package and author on npm/GitHub, and consider using npx (or a non-global install) if you want to avoid a global npm install. Be aware that creating a connection will let Membrane handle OAuth/auth for Modulr — only proceed if you trust Membrane/getmembrane.com and review the connector's permissions/scopes in the browser consent screen. If you need stronger isolation, create a dedicated Modulr account with limited permissions for integrations.

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

latestvk971refjqrvgqv1sf1dzv6bgq1842xhj

License

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

Comments