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.
go - Skill - OpenSmartRoute
Skillv1.0.0
go
Route your request to the appropriate Soleur workflow or domain agent.
Imported from jikig-ai/soleur (plugins/soleur/devin/skills/go/SKILL.md). Install upstream with npx skills add jikig-ai/soleur --skill go. Copyright stays with the author.
Read and follow Devin compatibility instructions.
Then read and execute the canonical go command.
Treat the user's text following this skill invocation as $ARGUMENTS.
Resolve these paths relative to this SKILL.md, not the working directory.
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.
jikig-ai-soleur-go.ocm.jsonjson
{
"ocm": "1",
"id": "jikig-ai-soleur-go",
"kind": "skill",
"name": "go",
"description": "Route your request to the appropriate Soleur workflow or domain agent.",
"publisher": "jikig-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Route your request to the appropriate Soleur workflow or domain agent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jikig-ai/soleur",
"path": "plugins/soleur/devin/skills/go/SKILL.md",
"ref": "935d969cee80d142a5d2ca793424ab33496bbecf",
"url": "https://github.com/jikig-ai/soleur/blob/935d969cee80d142a5d2ca793424ab33496bbecf/plugins/soleur/devin/skills/go/SKILL.md",
"key": "jikig-ai/soleur/plugins/soleur/devin/skills/go/SKILL.md"
}
},
"instructions": "Read and follow [Devin compatibility instructions](../../INSTRUCTIONS.md).\nThen read and execute the canonical [go command](../../../commands/go.md).\nTreat the user's text following this skill invocation as `$ARGUMENTS`.\nResolve these paths relative to this SKILL.md, not the working directory.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/jikig-ai-soleur-go/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.