← Back to Skills Marketplace
Nulab
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
118
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nulab
Description
Nulab integration. Manage data, records, and automate workflows. Use when the user wants to interact with Nulab data.
Usage Guidance
This skill appears to do what it says: it relies on the Membrane CLI to connect your agent to Nulab. Before installing, verify the Membrane project (homepage and GitHub repo) and the npm package name to ensure you're installing the official CLI. Be aware you will need npm/node and network access even though the registry metadata doesn't list them. The login flow will delegate auth to Membrane (server-side), so you must trust Membrane with access to your Nulab account. If you prefer less exposure, consider using npx (which the docs already show) or running the CLI in an isolated environment/container rather than installing it globally.
Capability Analysis
Type: OpenClaw Skill
Name: nulab
Version: 1.0.1
The nulab skill bundle provides instructions for integrating Nulab project management via the Membrane CLI. The instructions in SKILL.md guide the agent through standard authentication and action discovery processes using the '@membranehq/cli' package. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection; the documentation actually promotes security best practices by advising the agent to use Membrane's managed authentication rather than requesting raw API keys from the user.
Capability Assessment
Purpose & Capability
The skill claims to integrate with Nulab and all runtime instructions use the Membrane CLI to create connections, discover and run actions — this matches the stated purpose. Minor mismatch: the registry metadata lists no required binaries, but the instructions require npm/npx (and network access) to install/use the Membrane CLI.
Instruction Scope
SKILL.md confines runtime activity to installing/using @membranehq/cli, logging in, creating connections, discovering and running actions. It does not instruct reading unrelated system files, accessing other services, or asking users for API keys; it explicitly advises letting Membrane handle credentials.
Install Mechanism
No install spec is present in the registry (instruction-only), but SKILL.md directs a global npm install (npm install -g @membranehq/cli@latest) and uses npx in examples. That means code will be fetched from the npm registry at install time — a common but higher-scope operation than an instruction-only skill. The registry should have declared required binaries (npm/node) or provided an install spec.
Credentials
The skill requests no environment variables or credentials in metadata and the instructions avoid asking for API keys, relying instead on Membrane's hosted auth. This is proportionate, although it implies trusting Membrane with the user's Nulab credentials/permissions.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill does not request system-wide config changes or elevated privileges in its instructions. Running the CLI will create local auth state managed by Membrane, which is expected for a CLI-based integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nulab - After installation, invoke the skill by name or use
/nulab - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Nulab?
Nulab integration. Manage data, records, and automate workflows. Use when the user wants to interact with Nulab data. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Nulab?
Run "/install nulab" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nulab free?
Yes, Nulab is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nulab support?
Nulab is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nulab?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills