By sd0ric4
Skill for generating, debugging, and explaining mihomo (Clash.Meta) YAML proxy configurations
中文 | English
A Claude Code Plugin Marketplace that distributes mihomo-config -- a reference skill that helps AI assistants understand and generate mihomo (Clash.Meta) YAML proxy configuration files.
The mihomo-config skill gives your AI assistant deep knowledge of mihomo configuration, enabling it to:
Coverage includes 20+ proxy protocols (Shadowsocks, VMess, VLESS, Trojan, Hysteria2, TUIC, WireGuard, and more), DNS configuration (fake-ip / redir-host), TUN mode transparent proxying, proxy groups with region filtering, 30+ routing rule types, and proxy/rule providers.
| File | Description |
|---|---|
SKILL.md | Main entry point -- config structure, global settings, TUN, sniffer, common gotchas |
reference/proxies.md | 20+ proxy protocol configurations (SS, VMess, VLESS, Trojan, Hysteria2, TUIC, WireGuard, etc.) |
reference/dns.md | DNS configuration (fake-ip, redir-host, fallback-filter, nameserver-policy) |
reference/proxy-groups.md | Proxy group types and region filtering patterns |
reference/rules-and-providers.md | 30+ rule types, rule providers, proxy providers |
examples/complete-config.yaml | Production-ready example configuration |
All skill files are located under plugins/mihomo-config-plugin/skills/mihomo-config/.
The most universal installation method. Supports Claude Code, Cursor, Windsurf, Trae, Cline, Roo Code, OpenCode, Gemini CLI, GitHub Copilot, and many more.
# Install to current project
npx skills add sd0ric4/mihomo-skill
# Install globally (available in all projects)
npx skills add sd0ric4/mihomo-skill -g
For more options, see skills.sh.
From the Claude Code prompt:
/plugin marketplace add sd0ric4/mihomo-skill
/plugin install mihomo-config-plugin@mihomo-skills
Or from your terminal:
claude plugin marketplace add sd0ric4/mihomo-skill
claude plugin install mihomo-config-plugin@mihomo-skills
For tools not supported by the Skills CLI:
git clone https://github.com/sd0ric4/mihomo-skill.git
Then copy the skill directory to your tool's location:
| Tool | Target path |
|---|---|
| Cursor | .cursor/skills/mihomo-config/ |
| Windsurf | .windsurf/skills/mihomo-config/ |
| Trae | .trae/skills/mihomo-config/ |
| Cline / Roo Code | .agents/skills/mihomo-config/ |
| Other | Your tool's rules / custom instructions directory |
cp -r mihomo-skill/plugins/mihomo-config-plugin/skills/mihomo-config/ <target-path>
Or add the contents of SKILL.md and reference/*.md directly to your AI tool's context or knowledge base.
After installation, try these prompts with your AI assistant:
Contributions are welcome. Please open an issue or submit a pull request on GitHub.
Built with Claude Code.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sd0ric4/mihomo-skill --plugin mihomo-config-pluginAgent-native proxy node management with Hysteria2 & Xray/Trojan deployment guides
Guides users through ccproxy — a mitmproxy-based LLM API interceptor — with SDK integration, OAuth authentication, sentinel key substitution, transform routing, and troubleshooting.
MikroTik router management and network automation
Configure service mesh (Istio, Linkerd) for microservices
DevsForge Nginx configuration generator with reverse proxy, SSL/TLS, load balancing, caching, rate limiting, and security headers
Reusable Claude Code skills for infrastructure workflows, starting with hardened 3X-UI VPS deployment and maintenance.