Agent Skills
› diegosouzapw/OmniRoute
› cli-tunnel
cli-tunnel
GitHub通过 CLI 管理隧道连接(如 ngrok、Cloudflare),支持创建、停止、列表查看、状态检查、日志获取及认证配置,用于测试外部可达性。
Trigger Scenarios
需要暴露本地服务到公网
调试远程或外部可访问的服务
检查隧道状态和日志
Install
npx skills add diegosouzapw/OmniRoute --skill cli-tunnel -g -y
SKILL.md
Frontmatter
{
"name": "cli-tunnel",
"description": "Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability."
}
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
Example:
omniroute tunnel create
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>
Version History
- ba597b6 Current 2026-09-09 13:20
- 1cafd32 2026-07-25 11:47


