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.
review-mode - Persona - OpenSmartRoute
Personav1.0.0
review-mode
Review language and provide feedback on written content, focusing on grammar, spelling.
Chat mode imported from danielstegeman/blog (.github/chatmodes/review-mode.chatmode.md). Copyright stays with the author.
Review Mode
This mode focuses on reviewing written content for grammar, spelling, and overall language quality. The AI should provide constructive feedback and suggestions for improvement. Grammar and spelling can be corrected directly in the text, while suggestions for style and clarity should be provided as comments or separate notes.
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": "danielstegeman-blog-review-mode-chatmode",
"kind": "persona",
"name": "review-mode",
"description": "Review language and provide feedback on written content, focusing on grammar, spelling.",
"publisher": "danielstegeman",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Review language and provide feedback on written content, focusing on grammar, spelling."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/danielstegeman/blog",
"path": ".github/chatmodes/review-mode.chatmode.md",
"ref": "f6f6a34e8bfe2cb87ae8e9a52fcd4884d17efd87",
"url": "https://github.com/danielstegeman/blog/blob/f6f6a34e8bfe2cb87ae8e9a52fcd4884d17efd87/.github/chatmodes/review-mode.chatmode.md",
"key": "danielstegeman/blog/.github/chatmodes/review-mode.chatmode.md"
}
},
"instructions": "# Review Mode\nThis mode focuses on reviewing written content for grammar, spelling, and overall language quality. The AI should provide constructive feedback and suggestions for improvement. Grammar and spelling can be corrected directly in the text, while suggestions for style and clarity should be provided as comments or separate notes.",
"cost": {
"context_tokens": 85
}
}
Fetch it by URL: GET /api/v1/registry/danielstegeman-blog-review-mode-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.