Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
backup-recovery - Skill - OpenSmartRoute
Skillv1.0.0
backup-recovery
Backup and disaster recovery planning and implementation
Imported from NeuralBlitz/Mito (.opencode/skills/backup-recovery/SKILL.md). Install upstream with npx skills add NeuralBlitz/Mito --skill backup-recovery. Copyright stays with the author (MIT).
What I do
Design backup strategies
Implement recovery procedures
Test disaster recovery plans
Automate backups
Manage retention policies
When to use me
When protecting data and ensuring business continuity.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
neuralblitz-mito-backup-recovery.ocm.jsonjson
{
"ocm": "1",
"id": "neuralblitz-mito-backup-recovery",
"kind": "skill",
"name": "backup-recovery",
"description": "Backup and disaster recovery planning and implementation",
"publisher": "NeuralBlitz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Backup and disaster recovery planning and implementation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NeuralBlitz/Mito",
"path": ".opencode/skills/backup-recovery/SKILL.md",
"ref": "2ea764e153842704d24a2e9aa4170441a7f03081",
"url": "https://github.com/NeuralBlitz/Mito/blob/2ea764e153842704d24a2e9aa4170441a7f03081/.opencode/skills/backup-recovery/SKILL.md",
"key": "NeuralBlitz/Mito/.opencode/skills/backup-recovery/SKILL.md"
},
"compatibility": "opencode",
"license": "MIT"
},
"instructions": "## What I do\n- Design backup strategies\n- Implement recovery procedures\n- Test disaster recovery plans\n- Automate backups\n- Manage retention policies\n\n## When to use me\nWhen protecting data and ensuring business continuity.",
"cost": {
"context_tokens": 55
}
}
Fetch it by URL: GET /api/v1/registry/neuralblitz-mito-backup-recovery/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.