← 返回 Skills 市场
gora050

Ns1

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
143
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install ns1
功能描述
NS1 integration. Manage data, records, and automate workflows. Use when the user wants to interact with NS1 data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ns1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ns1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug ns1
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Ns1 是什么?

NS1 integration. Manage data, records, and automate workflows. Use when the user wants to interact with NS1 data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。

如何安装 Ns1?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ns1」即可一键安装,无需额外配置。

Ns1 是免费的吗?

是的,Ns1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ns1 支持哪些平台?

Ns1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ns1?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论