/install xui-node-manager
3x-ui Node Manager
Workflow
1. Server registration (one-time)
Edit scripts/servers.yaml using scripts/servers.yaml.example as template:
proxy: socks5://127.0.0.1:10808
defaults:
dest: 1.1.1.1:443
server_names: [www.microsoft.com]
port: random
port_range: [10000, 60000]
servers:
- name: server-1
url: http://\x3Cip>:\x3Cport>/\x3Cpath>
username: \x3Cuser>
password: \x3Cpass>
2. Create nodes (per-request)
User gives SOCKS5 exit + target server. Run:
pip install -r scripts/requirements.txt
python3 scripts/xui_batch.py --server \x3Cname|all> --socks5 \x3Cip:port:user:pass>
3. Display results (MANDATORY)
After the script finishes, you MUST:
- Read the QR PNG file whose path is printed in the output (look for
QR_PNG:line) - Display it inline using the
readtool — this renders the QR image directly in chat - Print the vless:// URI alongside it
Never just report the file path. Always show the QR image.
Safety Rules
NEVER delete existing inbounds without explicit user approval. The script creates new nodes on random ports — it does not need to delete anything. If the user explicitly asks to delete a node, confirm which one before proceeding. If port conflicts occur, ask the user before removing any inbound.
Auto-generated settings
- Remark: today's date (YYYY-MM-DD)
- Port: random in [10000, 60000]
- Client tag: last 2 octets of SOCKS5 IP + date suffix
- Outbound tag: socks5-\x3Cip>
- Reality keys: from panel API
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xui-node-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/xui-node-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
3x-ui Node Manager 是什么?
Install 3x-ui panels on servers via SSH, then create VLESS+Reality+TCP nodes with SOCKS5 outbound binding. Triggers on giving SSH or SOCKS5 info with a serve... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 3x-ui Node Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xui-node-manager」即可一键安装,无需额外配置。
3x-ui Node Manager 是免费的吗?
是的,3x-ui Node Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
3x-ui Node Manager 支持哪些平台?
3x-ui Node Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 3x-ui Node Manager?
由 n0vemb(@n0vemb)开发并维护,当前版本 v1.0.1。