OmniRoute — резервное копирование и восстановление SQLite

★ 7.9 · devops

omni-db-backups is a Claude Code skill that manages the SQLite database lifecycle for OmniRoute: triggering system backups, restoring from backup files, and handling export and import operations. All API requests require a Bearer token or session cookie obtained via `POST /api/auth/login`, with `REQUIRE_API_KEY=false` available for local development. The skill supports incremental snapshot strategies, making it straightforward to preserve AI-gateway configurations and roll back to a specific database state. Full request and response schemas are available at `GET /api/openapi/spec` or in `docs/openapi.yaml`. It is aimed at DevOps engineers and developers who need to automate SQLite backup and recovery workflows within an OmniRoute infrastructure.