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.
nats - Skill - OpenSmartRoute
Skillv1.0.0
nats
Cross-device messaging over the NATS bus — ping, publish, subscribe. Use to broadcast status or catch up on what other devices are doing.
Imported from fjwood69/mori (skills/nats/SKILL.md). Install upstream with npx skills add fjwood69/mori --skill nats. Copyright stays with the author.
Parse the user's input:
ping: call mori-nats_ping and report connection status
sub or subscribe: call mori-nats_sub (optionally with --replay for last 7 days)
pub or publish <message>: call mori-nats_pub with the message text
Present the result verbatim.
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.
fjwood69-mori-nats.ocm.jsonjson
{
"ocm": "1",
"id": "fjwood69-mori-nats",
"kind": "skill",
"name": "nats",
"description": "Cross-device messaging over the NATS bus — ping, publish, subscribe. Use to broadcast status or catch up on what other devices are doing.",
"publisher": "fjwood69",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Cross-device messaging over the NATS bus — ping, publish, subscribe. Use to broadcast status or catch up on what other devices are doing."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/fjwood69/mori",
"path": "skills/nats/SKILL.md",
"ref": "c5f04a8741da9fb86792d89a3985e4d7533f9c9d",
"url": "https://github.com/fjwood69/mori/blob/c5f04a8741da9fb86792d89a3985e4d7533f9c9d/skills/nats/SKILL.md",
"key": "fjwood69/mori/skills/nats/SKILL.md"
}
},
"instructions": "1. Parse the user's input:\n - `ping`: call `mori-nats_ping` and report connection status\n - `sub` or `subscribe`: call `mori-nats_sub` (optionally with `--replay` for last 7 days)\n - `pub` or `publish <message>`: call `mori-nats_pub` with the message text\n2. Present the result verbatim.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/fjwood69-mori-nats/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.