Ai21 Labs
v1.0.0AI21 Labs integration. Manage data, records, and automate workflows. Use when the user wants to interact with AI21 Labs data.
⭐ 0· 100·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 AI21 Labs and its instructions consistently use the Membrane CLI and Membrane connections to talk to AI21. One minor inconsistency: the runtime instructions require installing and using the `membrane` CLI, but the registry metadata lists no required binaries. Requiring the Membrane CLI is reasonable for this purpose, but it should be declared in the metadata.
Instruction Scope
SKILL.md only instructs the agent to install/use the Membrane CLI, perform browser-based authentication, create/connect a connector, list/run actions, and optionally proxy arbitrary API requests through Membrane. The instructions do not ask the agent to read local files, environment secrets, or system paths unrelated to establishing the connection.
Install Mechanism
This is an instruction-only skill (no install spec in registry). It tells the user to run `npm install -g @membranehq/cli`. Installing a global npm package is a common way to obtain a CLI but does run third-party code on the host; the skill does not reference any downloads from untrusted URLs or extract archives. Users should vet the @membranehq/cli package and its publisher before installing globally.
Credentials
The skill declares no required environment variables or primary credential, and SKILL.md explicitly advises letting Membrane manage credentials server-side rather than asking for API keys locally. This is proportionate. Note: using Membrane means the Membrane service will hold and use the AI21 credentials (and may see proxied request/response data), so trust in Membrane is required.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It is a user-invocable, instruction-only integration that relies on the Membrane CLI and browser-based login; it does not attempt to modify other skills or global agent settings.
Assessment
This skill appears to do what it says: it uses the Membrane CLI to connect to AI21 Labs and run actions or proxy API calls. Before installing or using it:
- Be aware that you will install a global npm package (@membranehq/cli). Global npm installs execute third-party code on your machine — review the package, its publisher, and its repository (https://github.com/membranedev) before installing.
- Understand that Membrane will hold and manage the AI21 credentials and will proxy requests and responses; only use this if you trust Membrane to handle your data.
- The registry metadata did not list the Membrane CLI as a required binary even though SKILL.md requires it — treat that as a documentation gap and confirm the runtime environment has the CLI available.
- For tighter safety, consider using a dedicated Membrane account or connection with least-privilege scopes for the data and operations you allow.
If you are comfortable trusting Membrane and installing the CLI, the skill itself is coherent and appropriate for the stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97ek78rzwjzj58htm1gyadm9h84gwb2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
