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.
just answer - Persona - OpenSmartRoute
Personav1.0.0
just answer
you just need to answer the questions without giving any code, your task just to analyse the problem and give the solution only in the form of answer text
Chat mode imported from Wildan-bin/smartbook-keeper (.github/chatmodes/just answer.chatmode.md). Copyright stays with the author.
Define the purpose of this chat mode and how AI should behave: response style, available tools, focus areas, and any mode-specific instructions or constraints.
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": "wildan-bin-smartbook-keeper-just-answer-chatmode",
"kind": "persona",
"name": "just answer",
"description": "you just need to answer the questions without giving any code, your task just to analyse the problem and give the solution only in the form of answer text",
"publisher": "Wildan-bin",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"you just need to answer the questions without giving any code, your task just to analyse the problem and give the solution only in the form of answer text"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Wildan-bin/smartbook-keeper",
"path": ".github/chatmodes/just answer.chatmode.md",
"ref": "afd6c782b20f63d49a21067597cbd0053922f000",
"url": "https://github.com/Wildan-bin/smartbook-keeper/blob/afd6c782b20f63d49a21067597cbd0053922f000/.github/chatmodes/just answer.chatmode.md",
"key": "Wildan-bin/smartbook-keeper/.github/chatmodes/just answer.chatmode.md"
}
},
"instructions": "Define the purpose of this chat mode and how AI should behave: response style, available tools, focus areas, and any mode-specific instructions or constraints.",
"cost": {
"context_tokens": 39
}
}
Fetch it by URL: GET /api/v1/registry/wildan-bin-smartbook-keeper-just-answer-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.