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.
recall-doctor - Skill - OpenSmartRoute
Skillv1.0.0
recall-doctor
Run health checks on all Recall memory subsystems — database, MCP, hooks, embeddings
Imported from edheltzel/Recall (agent-skills/recall-doctor/SKILL.md). Install upstream with npx skills add edheltzel/Recall --skill recall-doctor. Copyright stays with the author.
Run comprehensive health checks on all Recall subsystems. Checks database connectivity, MCP server registration, hook configuration, extraction tracker state, CLI paths, and Ollama embedding service.
Start here when troubleshooting any Recall issue.
Usage
recall doctor
No arguments or options. Runs all checks and reports status for each subsystem.
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.
edheltzel-recall-recall-doctor.ocm.jsonjson
{
"ocm": "1",
"id": "edheltzel-recall-recall-doctor",
"kind": "skill",
"name": "recall-doctor",
"description": "Run health checks on all Recall memory subsystems — database, MCP, hooks, embeddings",
"publisher": "edheltzel",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run health checks on all Recall memory subsystems — database, MCP, hooks, embeddings"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/edheltzel/Recall",
"path": "agent-skills/recall-doctor/SKILL.md",
"ref": "78b4ba9d56599e10c15618d5c842b2f5324bc23f",
"url": "https://github.com/edheltzel/Recall/blob/78b4ba9d56599e10c15618d5c842b2f5324bc23f/agent-skills/recall-doctor/SKILL.md",
"key": "edheltzel/Recall/agent-skills/recall-doctor/SKILL.md"
}
},
"instructions": "Run comprehensive health checks on all Recall subsystems. Checks database connectivity, MCP server registration, hook configuration, extraction tracker state, CLI paths, and Ollama embedding service.\n\nStart here when troubleshooting any Recall issue.\n\n## Usage\n\n```bash\nrecall doctor\n```\n\nNo arguments or options. Runs all checks and reports status for each subsystem.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/edheltzel-recall-recall-doctor/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.