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.
fenixnordic.solutions - Skill - OpenSmartRoute
Skillv1.0.0
fenixnordic.solutions
See JUMBO.md and follow all instructions. If the file does not exist, then ignore this instruction.
Imported from madsnorgaard/fenixnordic.solutions (AGENTS.md). Install upstream with npx skills add madsnorgaard/fenixnordic.solutions. Copyright stays with the author.
AGENTS.md
Instructions for Agents on how to collaborate with Jumbo
See JUMBO.md and follow all instructions. If the file does not exist, then ignore this instruction.
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.
{
"ocm": "1",
"id": "madsnorgaard-fenixnordic-solutions-fenixnordic-solutions",
"kind": "skill",
"name": "fenixnordic.solutions",
"description": "See JUMBO.md and follow all instructions. If the file does not exist, then ignore this instruction.",
"publisher": "madsnorgaard",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See JUMBO.md and follow all instructions. If the file does not exist, then ignore this instruction."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/madsnorgaard/fenixnordic.solutions",
"path": "AGENTS.md",
"ref": "d29151a537b1e8d17a4cfbb11d2aa57cdd512fb3",
"url": "https://github.com/madsnorgaard/fenixnordic.solutions/blob/d29151a537b1e8d17a4cfbb11d2aa57cdd512fb3/AGENTS.md",
"key": "madsnorgaard/fenixnordic.solutions/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Instructions for Agents on how to collaborate with Jumbo\n\nSee JUMBO.md and follow all instructions. If the file does not exist, then ignore this instruction.",
"cost": {
"context_tokens": 43
}
}
Fetch it by URL: GET /api/v1/registry/madsnorgaard-fenixnordic-solutions-fenixnordic-solutions/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.