Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No known issues
Fix and improve this skill with Tessl
tessl review fix ./skills/cli-tunnel/SKILL.mdStart and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.
npm install -g omniroute # or: npx omniroute
omniroute --versiontunnelExample:
omniroute tunneltunnel listFlags:
--jsonExample:
omniroute tunnel listtunnel create [type]Example:
omniroute tunnel create [type]tunnel stop <type>Flags:
--yesExample:
omniroute tunnel stop <type>tunnel status <type>Flags:
--jsonExample:
omniroute tunnel status <type>tunnel logs <type>Flags:
--tail <n>Example:
omniroute tunnel logs <type>tunnel info <type>Flags:
--jsonExample:
omniroute tunnel info <type>tunnel rotate <type>Flags:
--yesExample:
omniroute tunnel rotate <type>3070925
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.