← 返回 Skills 市场
122
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mihomo-deploy-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/mihomo-deploy-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 mihomo-deploy-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mihomo-deploy-skill」即可一键安装,无需额外配置。
mihomo-deploy-skill 是免费的吗?
是的,mihomo-deploy-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mihomo-deploy-skill 支持哪些平台?
mihomo-deploy-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mihomo-deploy-skill?
由 Siyu Ren(@rayneyael)开发并维护,当前版本 v1.0.3。
推荐 Skills