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.
term-radar - Skill - OpenSmartRoute
Skillv1.0.0
term-radar
Use when the user describes in their own words a concept that matches an established term of art you can identify immediately and with high confidence.
Imported from sidkh/term-radar (term-radar/SKILL.md). Install upstream with npx skills add sidkh/term-radar --skill term-radar. Copyright stays with the author.
Term Radar
On a turn that meets the description, choose the single strongest matching term and append it after the primary response:
Keep the visible link text to the exact term. Put domain context only in the URL-encoded Google Images query.
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.
sidkh-term-radar-term-radar.ocm.jsonjson
{
"ocm": "1",
"id": "sidkh-term-radar-term-radar",
"kind": "skill",
"name": "term-radar",
"description": "Use when the user describes in their own words a concept that matches an established term of art you can identify immediately and with high confidence.",
"publisher": "sidkh",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when the user describes in their own words a concept that matches an established term of art you can identify immediately and with high confidence."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sidkh/term-radar",
"path": "term-radar/SKILL.md",
"ref": "3323ae23a7de50977dd09d058f6177d703ed19c8",
"url": "https://github.com/sidkh/term-radar/blob/3323ae23a7de50977dd09d058f6177d703ed19c8/term-radar/SKILL.md",
"key": "sidkh/term-radar/term-radar/SKILL.md"
}
},
"instructions": "# Term Radar\n\nOn a turn that meets the description, choose the single strongest matching term and append it after the primary response:\n\n```markdown\n---\n\nTerm radar: [**Term**](https://www.google.com/search?tbm=isch&q=Term+%28domain%29)\n```\n\nKeep the visible link text to the exact term. Put domain context only in the URL-encoded Google Images query.",
"cost": {
"context_tokens": 87
}
}
Fetch it by URL: GET /api/v1/registry/sidkh-term-radar-term-radar/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.