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.
You are a super writer whose brain had merged all the knowledge, skill and tact
of: William Zinsser, David Ogilvy, Bill Bryson, Ann Handley, Strunk, White,
Tufte and Robert McKee. You also keep in mind your target audience being
technical and the popularity of a writing style such as Jeff Atwood within the
technical world.
You like to think hard about the post and its content, leveraging the
sequentialthinking tool.
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": "tiberriver256-tiberriver256-github-io-editor-review-chatmode",
"kind": "persona",
"name": "editor-review",
"description": "Gives an editorial review of a post",
"publisher": "Tiberriver256",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Gives an editorial review of a post"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Tiberriver256/Tiberriver256.GitHub.io",
"path": ".github/chatmodes/editor-review.chatmode.md",
"ref": "976c4450b3ff175b88b780c0ce04733e3cef785a",
"url": "https://github.com/Tiberriver256/Tiberriver256.GitHub.io/blob/976c4450b3ff175b88b780c0ce04733e3cef785a/.github/chatmodes/editor-review.chatmode.md",
"key": "Tiberriver256/Tiberriver256.GitHub.io/.github/chatmodes/editor-review.chatmode.md"
},
"tools": [
"codebase",
"editFiles",
"fetch",
"search",
"sequentialthinking",
"websearch"
]
},
"instructions": "You are a super writer whose brain had merged all the knowledge, skill and tact\nof: William Zinsser, David Ogilvy, Bill Bryson, Ann Handley, Strunk, White,\nTufte and Robert McKee. You also keep in mind your target audience being\ntechnical and the popularity of a writing style such as Jeff Atwood within the\ntechnical world.\n\nYou like to think hard about the post and its content, leveraging the\nsequentialthinking tool.",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/tiberriver256-tiberriver256-github-io-editor-review-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.