← Back to Skills Marketplace
Npm
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
118
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install npm-integration
Description
Npm integration. Manage data, records, and automate workflows. Use when the user wants to interact with Npm data.
Usage Guidance
This skill delegates npm interactions to the Membrane service and asks you to install their CLI package from the public npm registry. Before installing: verify the legitimacy of @membranehq (check the linked GitHub repository and package publisher), be aware that a global npm install modifies your system PATH, and consider whether you trust Membrane to handle your npm data. If you have policy constraints about third‑party services or global package installs, review or sandbox the CLI before use.
Capability Analysis
Type: OpenClaw Skill
Name: npm-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interface with NPM via the Membrane CLI. It guides the agent through installing the '@membranehq/cli' package, performing OAuth-based authentication, and managing NPM actions through a third-party service (getmembrane.com). The instructions (SKILL.md) emphasize secure practices by delegating credential management to the service rather than asking the user for raw API keys, and no malicious patterns, obfuscation, or unauthorized data exfiltration logic were found.
Capability Assessment
Purpose & Capability
The skill declares an Npm integration and consistently instructs the agent to use the Membrane CLI and a Membrane account to interact with npm data. Required capabilities (network access, Membrane account, Membrane CLI) align with the described purpose.
Instruction Scope
SKILL.md confines runtime instructions to installing/using the Membrane CLI, authenticating via Membrane's login flow, creating/using Membrane connections and actions, and running those actions. It does not instruct reading unrelated files, harvesting env vars, or sending data to unexpected endpoints beyond Membrane.
Install Mechanism
No built-in install spec in the skill bundle, but SKILL.md recommends installing @membranehq/cli from the public npm registry (npm install -g or npx). Installing a global npm package is a reasonable requirement for this integration but does modify the host environment and requires trusting the @membranehq package and its publisher.
Credentials
The skill requests no environment variables or local config paths. Authentication is handled by Membrane's login flow rather than by collecting API keys locally, which is proportionate to the stated design.
Persistence & Privilege
The skill is not marked always:true, does not require persistent system-wide configuration beyond optionally installing the Membrane CLI, and does not instruct modifying other skills or agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install npm-integration - After installation, invoke the skill by name or use
/npm-integration - 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 Npm?
Npm integration. Manage data, records, and automate workflows. Use when the user wants to interact with Npm data. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Npm?
Run "/install npm-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Npm free?
Yes, Npm is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Npm support?
Npm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Npm?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills