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.
fable-verify - Skill - OpenSmartRoute
Skillv1.0.0
fable-verify
Compatibility alias for Apologue. Use /apologue-verify instead; this maps Fable-style usage to Apologue.
Imported from ZulfaqarHafez/Apologue (.claude/skills/fable-verify/SKILL.md). Install upstream with npx skills add ZulfaqarHafez/Apologue --skill fable-verify. Copyright stays with the author.
This is a Fable-compatible alias in the Apologue repo.
Run the equivalent Apologue behavior for:
/apologue-verify $ARGUMENTS
If direct command chaining is unavailable, follow the instructions in
.claude/skills/apologue-verify/SKILL.md with the same arguments.
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.
zulfaqarhafez-apologue-fable-verify.ocm.jsonjson
{
"ocm": "1",
"id": "zulfaqarhafez-apologue-fable-verify",
"kind": "skill",
"name": "fable-verify",
"description": "Compatibility alias for Apologue. Use /apologue-verify instead; this maps Fable-style usage to Apologue.",
"publisher": "ZulfaqarHafez",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Compatibility alias for Apologue. Use /apologue-verify instead; this maps Fable-style usage to Apologue."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ZulfaqarHafez/Apologue",
"path": ".claude/skills/fable-verify/SKILL.md",
"ref": "77be7888f52bc4ac1b90e8cfdbdd3cc9dcfe2bfe",
"url": "https://github.com/ZulfaqarHafez/Apologue/blob/77be7888f52bc4ac1b90e8cfdbdd3cc9dcfe2bfe/.claude/skills/fable-verify/SKILL.md",
"key": "ZulfaqarHafez/Apologue/.claude/skills/fable-verify/SKILL.md"
}
},
"instructions": "This is a Fable-compatible alias in the Apologue repo.\n\nRun the equivalent Apologue behavior for:\n\n/apologue-verify $ARGUMENTS\n\nIf direct command chaining is unavailable, follow the instructions in\n.claude/skills/apologue-verify/SKILL.md with the same arguments.",
"cost": {
"context_tokens": 65
}
}
Fetch it by URL: GET /api/v1/registry/zulfaqarhafez-apologue-fable-verify/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.