cli-tunnel

SkillCloud & infra

cli-tunnel lets your AI start and stop tunnel connections, including ngrok, Cloudflare, and custom options, so local projects become reachable from the internet. Once added, your AI can manage tunnels from the command line, check which tunnel addresses are active, set up authentication, and confirm a tunnel actually works from outside.

Available today. Use it from your connected AI after setup.

Add cli-tunnel, then ask your AI to start a tunnel for your project and test that it is reachable from outside. Your AI can stop the tunnel or check its address whenever you need.

Then ask your AI: use the cli-tunnel skill

What your AI can do with it

  • Start and stop tunnel connections using ngrok, Cloudflare, or custom tunnels
  • Show the active tunnel URLs
  • Set up authentication for tunnel connections
  • Test whether a tunnel is reachable from the internet
  • Manage tunnels directly from the command line

What this skill tells your AI

The instructions your AI receives, as published by diegosouzapw/omniroute in skills/cli-tunnel/SKILL.md and read by ahel’s review.

Overview

Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.

Quick install

npm install -g omniroute   # or: npx omniroute
omniroute --version

Subcommands

tunnel

Example:

omniroute tunnel

tunnel list

Flags:

  • --json

Example:

omniroute tunnel list

tunnel create [type]

Example:

omniroute tunnel create [type]

tunnel stop <type>

Flags:

  • --yes

Example:

omniroute tunnel stop <type>

tunnel status <type>

Flags:

  • --json

Example:

omniroute tunnel status <type>

tunnel logs <type>

Flags:

  • --tail <n>

Example:

omniroute tunnel logs <type>

tunnel info <type>

Flags:

  • --json

Example:

omniroute tunnel info <type>

tunnel rotate <type>

Flags:

  • --yes

Example:

omniroute tunnel rotate <type>

Signals

GitHub stars
64k
Forks
9k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cli-tunnel
Source
github.com/diegosouzapw/omniroute