Skip to main content
ClaudeWave
Skill6.1k repo starsupdated today

omni-db-backups

The omni-db-backups skill manages SQLite database lifecycle operations including triggering system backups, restoring from backup files, and executing export, import, and incremental snapshot strategies. Use this skill when you need to preserve database state, recover from data loss, or implement backup automation within the OmniRoute system.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/diegosouzapw/OmniRoute /tmp/omni-db-backups && cp -r /tmp/omni-db-backups/skills/omni-db-backups ~/.claude/skills/omni-db-backups
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## Overview

Trigger system backups, restore from backup files, and manage the SQLite database lifecycle. Supports export, import, and incremental snapshot strategies.

## 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

_No endpoints mapped for this area yet._
## Payloads

See the full OpenAPI specification at `GET /api/openapi/spec` or `docs/reference/openapi.yaml` for detailed request/response schemas.