Туннелирование локальных сервисов через ngrok и Cloudflare

★ 7.9 · devops

omni-tunnels is a Claude Code skill that creates and manages secure tunnels via ngrok, Cloudflare Tunnel, and custom solutions to expose OmniRoute to the internet or share access with remote agents and CI pipelines. Authentication uses a Bearer token or session cookie obtained via `POST /api/auth/login`; for local development, key enforcement can be disabled with `REQUIRE_API_KEY=false`. Full request and response schemas are available at `GET /api/openapi/spec` or in `docs/openapi.yaml`. The skill is aimed at developers and DevOps engineers who need to quickly expose a local service for external access, test webhook integrations, or connect remote agents to private infrastructure.