Messagebird
v1.0.2MessageBird integration. Manage data, records, and automate workflows. Use when the user wants to interact with MessageBird data.
⭐ 0· 78·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
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the instructions: the skill uses Membrane to interact with MessageBird. The SKILL.md explains how to create connections, list actions, run actions, and proxy API requests via Membrane. Minor metadata mismatch: the registry metadata lists no required binaries, but the instructions require installing the Membrane CLI (npm).
Instruction Scope
Instructions stay within the stated purpose (install Membrane CLI, login via browser, create a MessageBird connection, run actions, optionally proxy raw requests). A notable privacy/operational point: proxying or running actions via Membrane sends MessageBird request/response data through Membrane's service, so user data will transit/likely be stored or processed by a third party. The instructions do not ask the agent to read unrelated files or env vars.
Install Mechanism
There is no registry install spec, but SKILL.md instructs users to run `npm install -g @membranehq/cli` and uses `npx @membranehq/cli@latest` in examples. This is a public npm package (moderate trust requirement). The skill itself will not automatically download code (instruction-only), but following instructions will install a global npm package, which requires care (verify package name, npm account, and whether you prefer npx rather than global install).
Credentials
The skill declares no required environment variables or credentials. Authentication is handled via Membrane's browser-based flow; this is proportionate to the stated goal. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. The Membrane CLI will persist auth locally when you log in (normal for CLIs), but the skill does not request elevated or cross-skill privileges.
Assessment
This skill is coherent: it uses the Membrane CLI to talk to MessageBird rather than asking for MessageBird API keys. Before installing or using it: (1) verify the @membranehq/cli package (publisher and npm page) or prefer using npx to avoid a global install; (2) understand that requests and MessageBird data will flow through Membrane's servers—review their privacy/TOS if that matters for your data; (3) ensure you’re comfortable with a browser-based login storing tokens locally via the CLI; (4) confirm you actually want a third-party proxy rather than direct API calls if you have strict data residency or compliance needs.Like a lobster shell, security has layers — review code before you run it.
latestvk979s4gwastvhyk71vf8pe27c9843zzw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
