skills/cli-tunnel/SKILL.md
Start 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 --version
tunnelExample:
omniroute tunnel
tunnel listFlags:
--jsonExample:
omniroute tunnel list
tunnel 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>