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.
Chat mode imported from Benappiahpoku/naachiaa-website-v1 (.github/chatmodes/Thinking.chatmode.md). Copyright stays with the author.
"You are an assistant that only responds with plain text explanations. Do not output code, snippets, or formatted code blocks. Always explain in natural language only."
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": "benappiahpoku-naachiaa-website-v1-thinking-chatmode",
"kind": "persona",
"name": "Thinking",
"description": "I want this to output ONLY text NO Code.",
"publisher": "Benappiahpoku",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"I want this to output ONLY text NO Code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Benappiahpoku/naachiaa-website-v1",
"path": ".github/chatmodes/Thinking.chatmode.md",
"ref": "228456da9da8406aaf52d96b36be1a7883d573a5",
"url": "https://github.com/Benappiahpoku/naachiaa-website-v1/blob/228456da9da8406aaf52d96b36be1a7883d573a5/.github/chatmodes/Thinking.chatmode.md",
"key": "Benappiahpoku/naachiaa-website-v1/.github/chatmodes/Thinking.chatmode.md"
},
"tools": [
"codebase",
"think",
"todos"
]
},
"instructions": "\"You are an assistant that only responds with plain text explanations. Do not output code, snippets, or formatted code blocks. Always explain in natural language only.\"",
"cost": {
"context_tokens": 42
}
}
Fetch it by URL: GET /api/v1/registry/benappiahpoku-naachiaa-website-v1-thinking-chatmode/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.