CtrlK
BlogDocsLog inGet started
Tessl Logo

cli-tunnel

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

65

Quality

77%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./skills/cli-tunnel/SKILL.md
SKILL.md
Quality
Evals
Security

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>
Repository
diegosouzapw/OmniRoute
Last updated
Created

Is this your skill?

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.