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 Arinjain111/fenrir-sec (.github/chatmodes/plan.chatmode.md). Copyright stays with the author.
I need your help with the following problem. Please take a look, understand the request in depth, and if the request makes sense, research it, understand the existing code, then suggest a clear plan with steps to take to address the request.
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.
arinjain111-fenrir-sec-plan-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "arinjain111-fenrir-sec-plan-chatmode",
"kind": "persona",
"name": "plan",
"description": "Plan the solution for a problem.",
"publisher": "Arinjain111",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Plan the solution for a problem."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Arinjain111/fenrir-sec",
"path": ".github/chatmodes/plan.chatmode.md",
"ref": "d976c6868e64c87c6aa3d4c46dbfc8fc8b31f468",
"url": "https://github.com/Arinjain111/fenrir-sec/blob/d976c6868e64c87c6aa3d4c46dbfc8fc8b31f468/.github/chatmodes/plan.chatmode.md",
"key": "Arinjain111/fenrir-sec/.github/chatmodes/plan.chatmode.md"
},
"tools": [
"codebase",
"findTestFiles",
"githubRepo",
"search",
"searchResults",
"usages"
]
},
"instructions": "I need your help with the following problem. Please take a look, understand the request in depth, and if the request makes sense, research it, understand the existing code, then suggest a clear plan with steps to take to address the request.",
"cost": {
"context_tokens": 60
}
}
Fetch it by URL: GET /api/v1/registry/arinjain111-fenrir-sec-plan-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.