
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
Network proxy manager and health watchdog for mihomo. Install, configure, monitor, and auto-switch proxy nodes.
Network proxy manager and health watchdog for mihomo. OpenClaw skill + npm CLI.
# Install mihomo
npx mihomod install
# Configure from subscription
npx mihomod config "https://your-subscription-url"
# Or add individual nodes
npx mihomod add "vmess://..."
# Start mihomo
npx mihomod start
# Check status
npx mihomod status
# Start health watchdog
npx mihomod watch
| Command | Description |
|---|---|
install | Download and install mihomo binary |
config <url> | Generate config from subscription URL |
add <url> | Add a single proxy node |
start | Start mihomo service |
stop | Stop mihomo service |
status | Show proxy status |
nodes | List all proxy nodes |
switch [name] | Switch to specific or best node |
watch | Start health watchdog daemon |
Auto-created at ~/.config/mihomod/config.json:
{
"mihomo": {
"api": "http://127.0.0.1:9090",
"secret": "",
"configPath": "~/.config/mihomo/config.yaml"
},
"watchdog": {
"endpoints": [
{"url": "https://www.gstatic.com/generate_204", "expect": 204}
],
"checkInterval": 30,
"failThreshold": 2,
"cooldown": 60,
"maxDelay": 3000,
"nodePriority": ["US", "SG", "JP", "HK"]
},
"selector": "🚀节点选择"
}
.bak.All commands output JSON by default (human-readable when stdout is a TTY). Designed for AI agent automation.
openclaw skills install claw-use/claw-use-mihomo
MIT
FAQs
Network proxy manager and health watchdog for mihomo. Install, configure, monitor, and auto-switch proxy nodes.
The npm package mihomod receives a total of 5 weekly downloads. As such, mihomod popularity was classified as not popular.
We found that mihomod demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.