← Back to Skills Marketplace
rayneyael

mihomo-deploy-skill

by Siyu Ren · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
122
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install mihomo-deploy-skill
Description
Deploy mihomo proxy kernel + Metacubexd web UI on a Linux server (no sudo required, uses systemd --user). Use this skill whenever the user wants to set up mi...
Usage Guidance
Before using this skill, note these points: (1) The SKILL.md omits declaring required tools — you will need curl, git, gunzip/unzip, and python3 available on the target host. (2) The skill downloads binaries and UI code from GitHub but does not verify checksums or signatures; verify release versions and checksums manually if you care about supply-chain risk. (3) The included scripts are simple line-oriented YAML patchers (review patch_config.py yourself if you want to be sure it won't mangle your config). (4) The skill will write files under your home (~/.config/mihomo, ~/bin) and create a user-level systemd service; enabling linger requires sudo and will keep the service running after logout. (5) Avoid using global external-controller (0.0.0.0) without a strong secret — the instructions note this but be explicit with security. If you are unsure, perform the steps manually or run them in a controlled test environment and inspect downloaded binaries and the patch_config.py file before executing.
Capability Analysis
Type: OpenClaw Skill Name: mihomo-deploy-skill Version: 1.0.3 The skill is a legitimate deployment tool for the Mihomo (Clash.Meta) proxy kernel and Metacubexd web UI. It follows standard Linux practices by using systemd user-level services and provides a helper script (scripts/patch_config.py) to manage configuration. All external resources are fetched from official GitHub repositories (MetaCubeX), and there is no evidence of malicious intent, data exfiltration, or unauthorized access.
Capability Assessment
Purpose & Capability
The skill's stated purpose (deploy mihomo + Metacubexd) aligns with the instructions and the included patch_config.py. However the registry metadata claims no required binaries or env vars while the SKILL.md clearly relies on tools such as curl, gunzip, git, python3 and unzip (and systemd user support). That mismatch is a coherence issue: a deployer legitimately needs those tools, so they should be declared.
Instruction Scope
Instructions stay within deployment scope: detecting architecture, downloading binaries from GitHub releases, cloning the UI, writing config.yaml, and installing a systemd --user service. The skill requires the user to provide their config.yaml (no hidden exfiltration). Two concerns: (1) downloads are done without explicit checksum or signature verification, and (2) the script and sed fallback perform brittle text-based YAML edits (not a security breach, but could corrupt configs).
Install Mechanism
This is an instruction-only skill (no install spec) — lower risk than arbitrary installers. It downloads binaries/repos from GitHub releases and GitHub repo branches, which is expected for this purpose. Still: the SKILL.md does not recommend verifying release checksums or signatures, and relies on curl/gunzip/unzip which implies writing archives and executables to disk without verification.
Credentials
The skill asks the user to provide their own config.yaml and does not request unrelated environment variables or credentials. It does not attempt to access external secrets. Requiring only the user's config file is proportionate for this task.
Persistence & Privilege
The skill creates a per-user systemd service in ~/.config/systemd/user and documents an optional sudo step (loginctl enable-linger) for persistence after logout. always is false and the skill does not request elevated privileges itself. This is expected for a user-level daemon.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mihomo-deploy-skill
  3. After installation, invoke the skill by name or use /mihomo-deploy-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Fix bugs in no_proxy setting.
v1.0.2
Version 1.0.2 of mihomo-deploy-skill - fix small bugs.
v1.0.1
- Now dynamically fetches the latest mihomo version during deployment instead of using a hardcoded version. - No file changes, only SKILL.md documentation was updated. - All instructions updated to reflect the improved, always-up-to-date version download logic.
vv1.0.0
mihomo-deploy v1.0.0 — Initial Release - Introduces a step-by-step process to deploy mihomo (Clash.Meta kernel) and Metacubexd web UI on a Linux server without root. - Automates setup using systemd --user, supporting HTTP/SOCKS proxy and secure, flexible web UI access. - Requires only a config.yaml proxy subscription file from the user; customizable ports, controller mode, and secrets supported. - Includes architecture detection, binary and geo-database downloads, configuration patching (via script or sed), and user service creation. - Offers guidance for SSH tunneling and environment proxy configuration. - Includes optional instructions for enabling service persistence with linger if desired.
Metadata
Slug mihomo-deploy-skill
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is mihomo-deploy-skill?

Deploy mihomo proxy kernel + Metacubexd web UI on a Linux server (no sudo required, uses systemd --user). Use this skill whenever the user wants to set up mi... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install mihomo-deploy-skill?

Run "/install mihomo-deploy-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mihomo-deploy-skill free?

Yes, mihomo-deploy-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does mihomo-deploy-skill support?

mihomo-deploy-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mihomo-deploy-skill?

It is built and maintained by Siyu Ren (@rayneyael); the current version is v1.0.3.

💬 Comments