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 [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>
Version History
- 1cafd32 Current 2026-07-25 11:47


