# 安装 nextdns-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动执行 NextDNS 的查询、配置与管理任务
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身是开源提示型说明，未直接要求本地密钥、代码执行或声明固定外发端点，整体偏低风险。但其设计依赖外部 Rube MCP/Composio/NextDNS 连接与远程工具执行，实际运行时仍涉及第三方平台授权与数据流转，需核实外部服务边界。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "nextdns-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nextdns-automation/SKILL.md
2. 保存为 ~/.claude/skills/nextdns-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "nextdns-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nextdns-automation/SKILL.md
2. 保存为 ~/.codex/skills/nextdns-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "nextdns-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nextdns-automation/SKILL.md
2. 保存为 ~/.cursor/skills/nextdns-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/nextdns-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nextdns-automation/SKILL.md' -o '~/.claude/skills/nextdns-automation/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/nextdns-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nextdns-automation/SKILL.md' -o '~/.codex/skills/nextdns-automation/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/nextdns-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nextdns-automation/SKILL.md' -o '~/.cursor/skills/nextdns-automation/SKILL.md'
```
