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.
ruflo-doctor - Skill - OpenSmartRoute
Skillv1.0.0
ruflo-doctor
Run health checks on the Ruflo installation and fix common issues
Imported from KrakenNet/stargraph (tests/fixtures/claude-skills/ruflo-doctor/SKILL.md). Install upstream with npx skills add KrakenNet/stargraph --skill ruflo-doctor. Copyright stays with the author.
Run npx @claude-flow/cli@latest doctor --fix to diagnose and auto-repair common issues.
Checks: Node.js 20+, npm 9+, git, config validity, daemon status, memory database, API keys, MCP servers, disk space, TypeScript.
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.
krakennet-stargraph-ruflo-doctor.ocm.jsonjson
{
"ocm": "1",
"id": "krakennet-stargraph-ruflo-doctor",
"kind": "skill",
"name": "ruflo-doctor",
"description": "Run health checks on the Ruflo installation and fix common issues",
"publisher": "KrakenNet",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run health checks on the Ruflo installation and fix common issues"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/KrakenNet/stargraph",
"path": "tests/fixtures/claude-skills/ruflo-doctor/SKILL.md",
"ref": "7762e11370225b3ecd653092c84d6fabda757b60",
"url": "https://github.com/KrakenNet/stargraph/blob/7762e11370225b3ecd653092c84d6fabda757b60/tests/fixtures/claude-skills/ruflo-doctor/SKILL.md",
"key": "KrakenNet/stargraph/tests/fixtures/claude-skills/ruflo-doctor/SKILL.md"
},
"allowed_tools": [
"Bash(npx",
"*)"
]
},
"instructions": "Run `npx @claude-flow/cli@latest doctor --fix` to diagnose and auto-repair common issues.\n\nChecks: Node.js 20+, npm 9+, git, config validity, daemon status, memory database, API keys, MCP servers, disk space, TypeScript.\n\nTargeted fixes:\n- Memory: `npx @claude-flow/cli@latest memory init --force`\n- Daemon: `npx @claude-flow/cli@latest daemon start`\n- Config: `npx @claude-flow/cli@latest config reset`",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/krakennet-stargraph-ruflo-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.