Clash Node Manager
/install clash-node-manager
Clash Node Manager
Overview
This skill enables you to manage your Clash proxy nodes using check_clash.py. You can list available nodes, check the connection status of the current node, and switch to a different node.
Usage
Checking Node Status (Default)
To check the status of Clash nodes, ask:
"Check Clash node status"
This will execute python check_clash.py.
Listing Available Nodes
To list available nodes in the GLOBAL group, ask:
"List available Clash nodes"
This will execute python check_clash.py --list
To list available nodes in a specific group, ask:
"List available nodes in group \x3Cgroup_name>"
Replace \x3Cgroup_name> with the name of the group. This will execute python check_clash.py --group \x3Cgroup_name> --list
Switching to a Node
To switch to a specific node, ask:
"Switch to node \x3Cnode_name>"
Replace \x3Cnode_name> with the name of the node you want to switch to. This will execute python check_clash.py --switch \x3Cnode_name>.
Switching to a Node by Index
To switch to a node by its index in the list, ask:
"Switch to node at index \x3Cindex>"
Replace \x3Cindex> with the index of the node in the list. This will execute python check_clash.py --switch-by-index \x3Cindex>.
Resources
check_clash.py: Python script for checking and switching Clash proxy nodes.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clash-node-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/clash-node-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clash Node Manager 是什么?
Manages Clash proxy nodes by listing current node status, available nodes in groups, and switching to specified nodes by name or index. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 815 次。
如何安装 Clash Node Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clash-node-manager」即可一键安装,无需额外配置。
Clash Node Manager 是免费的吗?
是的,Clash Node Manager 完全免费(开源免费),可自由下载、安装和使用。
Clash Node Manager 支持哪些平台?
Clash Node Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clash Node Manager?
由 Yonghao Zhao(@yonghaozhao722)开发并维护,当前版本 v1.0.0。