Sing-Box Config Generator

Version-aware sing-box client config generator with hard rules against deprecated/legacy field misuse.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 39c1df0

Generated the same VLESS+Reality TUN config with and without the skill: the unguided baseline used the removed "type":"dns" outbound, globally rejected UDP 443/QUIC (an explicitly-flagged anti-pattern), and left IPv6 on by default — the skill-guided version, built from the bundled 1.13-tun template, avoided all three and correctly paired a DNS rule with the route rule for a custom "must stay direct" domain.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Sing-Box Config Generator does

Generates, migrates, and debugs sing-box client configuration files (TUN/system proxy) for v1.13 and v1.14, covering DNS/routing split rules, Clash API selectors, and node conversion for VLESS/VMess/Shadowsocks/Trojan/Hysteria2/TUIC. Triggers on sing-box, TUN/FakeIP/RealIP, DNS hijack, split routing, or client-config creation/migration/troubleshooting requests; explicitly declines server-side inbound setup.

How to install Sing-Box Config Generator

git clone https://github.com/shpirt/singbox-config
cd singbox-config
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/singbox-config

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Sing-Box Config Generator

  • /singbox-config Version-aware sing-box client config generator with hard rules against deprecated/legacy field misuse.

It also activates on plain-language prompts like these:

  • Generate a sing-box TUN config for my VLESS Reality node
  • Make example.com bypass the proxy in my sing-box rules
  • Migrate my sing-box config from version 1.13 to 1.14

Frequently asked questions

Is the Sing-Box Config Generator skill free?
Yes. The skill itself is free from shpirt/singbox-config. SkillProof publishes the install command and an independent test verdict at no cost.
Does Sing-Box Config Generator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Generated the same VLESS+Reality TUN config with and without the skill: the unguided baseline used the removed "type":"dns" outbound, globally rejected UDP 443/QUIC (an explicitly-flagged anti-pattern), and left IPv6 on by default — the skill-guided version, built from the bundled 1.13-tun template, avoided all three and correctly paired a DNS rule with the route rule for a custom "must stay direct" domain.
What is the Sing-Box Config Generator SkillProof Score?
9.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Sing-Box Config Generator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Sing-Box Config Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.