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.
quick - Skill - OpenSmartRoute
Skillv1.0.0
quick
Answer fast — the action first, numbered steps, one next step, no preamble. The owner trigger word is "quick" — when the user says "quick", treat it as a direct request to run this skill.
Imported from hanax-ai/HX-ASF-Servers (.claude/skills/quick/SKILL.md). Install upstream with npx skills add hanax-ai/HX-ASF-Servers --skill quick. Copyright stays with the author.
Quick
No preamble. No throat-clearing.
Lead with the action or the answer.
Use numbered steps when there are steps.
End with exactly one next step.
Cut everything else: no background, no caveats, no options unless asked.
Paths and commands stay exact.
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.
hanax-ai-hx-asf-servers-quick.ocm.jsonjson
{
"ocm": "1",
"id": "hanax-ai-hx-asf-servers-quick",
"kind": "skill",
"name": "quick",
"description": "Answer fast — the action first, numbered steps, one next step, no preamble. The owner trigger word is \"quick\" — when the user says \"quick\", treat it as a direct request to run this skill.",
"publisher": "hanax-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Answer fast — the action first, numbered steps, one next step, no preamble. The owner trigger word is \"quick\" — when the user says \"quick\", treat it as a direct request to run this skill."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/hanax-ai/HX-ASF-Servers",
"path": ".claude/skills/quick/SKILL.md",
"ref": "196c092a576b67eb1398ac5806ed7e49d9951074",
"url": "https://github.com/hanax-ai/HX-ASF-Servers/blob/196c092a576b67eb1398ac5806ed7e49d9951074/.claude/skills/quick/SKILL.md",
"key": "hanax-ai/HX-ASF-Servers/.claude/skills/quick/SKILL.md"
}
},
"instructions": "# Quick\n\nNo preamble. No throat-clearing.\n\n- Lead with the action or the answer.\n- Use numbered steps when there are steps.\n- End with exactly one next step.\n- Cut everything else: no background, no caveats, no options unless asked.\n- Paths and commands stay exact.",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/hanax-ai-hx-asf-servers-quick/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.