OmniRoute — облачная синхронизация конфигурации

★ 7.9 · automation

omni-sync-cloud is a Claude Code skill that synchronises OmniRoute configuration, provider connections, and settings to and from cloud storage. It covers seven API endpoints: initialising and triggering cloud sync (`POST /api/sync/initialize`, `POST /api/sync/cloud`), authenticating with the cloud worker (`POST /api/cloud/auth`), updating cloud worker credentials, resolving model requests through the cloud, and reading or updating cloud model aliases. Every request requires a Bearer token or session cookie; full request and response schemas are available in the OpenAPI specification at `GET /api/openapi/spec` or `docs/openapi.yaml`. The skill is suited for developers and DevOps engineers who need to automate OmniRoute configuration backups and manage remote sync targets from within Claude Code.