← Back to Skills Marketplace
Ns1
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
143
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install ns1
Description
NS1 integration. Manage data, records, and automate workflows. Use when the user wants to interact with NS1 data.
Usage Guidance
This skill appears coherent: it uses Membrane as an intermediary to talk to NS1 and asks you to install the Membrane CLI. Before installing or using it, verify the Membrane project and the npm package publisher (do not blindly run 'npm install -g ...@latest'), consider using npx or pinning a specific version, and review Membrane's privacy/permissions (the service will hold NS1 credentials). Use a least-privilege NS1 account for connectors, avoid pasting raw API keys into the agent, and prefer testing in an isolated environment first. The SKILL.md is the only code to inspect here, so your main trust boundary is the external Membrane CLI/service.
Capability Analysis
Type: OpenClaw Skill
Name: ns1
Version: 1.0.3
The skill provides instructions for an AI agent to manage NS1 DNS data using the Membrane CLI. It includes standard procedures for installing the CLI via npm, authenticating, and executing actions. No malicious behavior, data exfiltration, or harmful prompt injections were identified; the instructions focus on using a third-party service (getmembrane.com) for credential management and API interaction.
Capability Assessment
Purpose & Capability
The name/description (NS1 integration) matches the instructions: all runtime steps use the Membrane CLI to connect to NS1 and run actions. Minor metadata omission: the skill metadata lists no required binaries, but the SKILL.md expects the 'membrane' CLI (installed via npm). This is a small documentation mismatch, not a functional incoherence.
Instruction Scope
SKILL.md scope is focused on installing/using Membrane to discover, create, and run NS1-related actions. It does not instruct reading unrelated files, exporting arbitrary data, or requesting local secrets. It explicitly recommends not asking users for API keys and delegating auth to Membrane.
Install Mechanism
There is no formal install spec in the registry; the doc tells operators to run 'npm install -g @membranehq/cli@latest' (or use npx in examples). Installing a global npm package is common but executes code from the npm registry—this is a moderate risk that should be mitigated by verifying the package publisher and pinning versions rather than blindly installing 'latest'.
Credentials
The skill declares no environment variables or local credentials and defers auth to Membrane (browser-based login/connection). This is proportionate, but it does mean you must trust Membrane (and the connection it creates) to hold and use NS1 credentials appropriately.
Persistence & Privilege
No elevated persistence requested: always is false, no config paths or system-wide modifications are declared. The skill is instruction-only and does not request permanent agent-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ns1 - After installation, invoke the skill by name or use
/ns1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Ns1?
NS1 integration. Manage data, records, and automate workflows. Use when the user wants to interact with NS1 data. It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.
How do I install Ns1?
Run "/install ns1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ns1 free?
Yes, Ns1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ns1 support?
Ns1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ns1?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills