Clash Node Manager for Openclaw

A comprehensive CLI-based manager for Clash proxy nodes integrated into your AI agent workflow.

yonghaozhao722
v1.0.0
Feb 15, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clash-node-manager

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clash-node-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Clash Node Manager?

Clash Node Manager is a specialized tool designed to streamline the management of Clash proxy environments. As part of the Openclaw Skills ecosystem, it allows users to interface with their proxy configurations through simple natural language commands or direct script execution. This skill is essential for developers and power users who need to maintain stable connections or rotate through various proxy locations without manually editing configuration files or navigating complex GUIs.

Clash Node Manager Use Cases

  • Monitoring the connection status of the active Clash proxy node.
  • Discovering available proxy nodes within specific groups like GLOBAL or custom providers.
  • Dynamically switching between proxy servers to optimize for speed or bypass geographic restrictions.
  • Automating proxy rotation through index-based selection within larger scripts.

How Clash Node Manager Works

  1. The user provides a command or a natural language prompt to the AI agent.
  2. The skill invokes the check_clash.py script with the relevant flags such as --list or --switch.
  3. The script communicates with the Clash API or local configuration to retrieve real-time node data.
  4. Results are processed and returned to the user, or the proxy configuration is updated instantly.

Clash Node Manager Setup

Ensure you have a running Clash instance with its API accessible. Clone the repository and ensure Python is installed on your system.

git clone <repository-url>
cd clash-node-manager

Configure your Clash API endpoint settings within the check_clash.py script if necessary before incorporating it into your Openclaw Skills setup.

Clash Node Manager Data Schema & Taxonomy

Command Flag Description Example
--list Lists all available nodes in the GLOBAL group N/A
--group Filters nodes by a specific proxy group name US-Proxy
--switch Updates the active node using its name HongKong-01
--switch-by-index Updates the active node by its numeric position 5

Clash Node Manager Advanced Features

  • Group-specific filtering to manage large proxy provider lists efficiently.
  • Index-based switching for rapid rotation in automated terminal workflows.
  • Real-time connection status verification included during the listing process.
  • Seamless integration with other Openclaw Skills to enhance network-dependent automation tasks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*