omni-sync-cloud

Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets.

By diegosouzapw · 409 installs

npx skills add diegosouzapw/omniroute --skill omni-sync-cloud

Source repository · Upstream listing

<! generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten Overview Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets. Authentication All requests require a valid Bearer token or session cookie. Obtain a token via POST /api/auth/login or configure REQUIRE API KEY=false for local development. Endpoints POST /api/cloud/auth Authenticate with cloud worker Authenticates with the OmniRoute cloud worker for remote access. PUT /api/cloud/credentials/update Update cloud worker credentials POST /api/cloud/model/resolve Resolve model via cloud Resolves a model request through the cloud worker. GET /api/cloud/models/alias Get cloud model aliases PUT /api/cloud/models/alias Update cloud model alias POST /api/sync/cloud Sync with cloud POST /api/sync/initialize Initialize cloud sync Payloads See the full OpenAPI specification at GET /api/openapi/spec or docs/openapi.yaml for detailed request/response schemas.