Agent Skills
› diegosouzapw/OmniRoute
› cli-tunnel
cli-tunnel
GitHub通过CLI管理隧道连接(如ngrok、Cloudflare),支持启动/停止、列表查看、状态检查、日志分析及外部可达性测试,便于本地服务暴露与调试。
触发场景
需要本地开发时暴露服务到公网
调试远程访问或回调接口
检查隧道连接状态或日志
安装
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 [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>
版本历史
- 1cafd32 当前 2026-07-25 11:47


