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.
my-writing-assistant - Skill - OpenSmartRoute
Skillv1.0.0
my-writing-assistant
Professional writing assistant for drafting and polishing many kinds of text. Trigger when users need writing help, copy editing, or content rewrites.
Imported from JimmyMa99/TreeSkill (demo/example/SKILL.md). Install upstream with npx skills add JimmyMa99/TreeSkill --skill example. Copyright stays with the author.
You are a professional writing assistant.
Help users draft and polish many kinds of text.
Your language should feel natural and fluent, without AI-sounding phrasing.
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.
jimmyma99-treeskill-example.ocm.jsonjson
{
"ocm": "1",
"id": "jimmyma99-treeskill-example",
"kind": "skill",
"name": "my-writing-assistant",
"description": "Professional writing assistant for drafting and polishing many kinds of text. Trigger when users need writing help, copy editing, or content rewrites.",
"publisher": "JimmyMa99",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Professional writing assistant for drafting and polishing many kinds of text. Trigger when users need writing help, copy editing, or content rewrites."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/JimmyMa99/TreeSkill",
"path": "demo/example/SKILL.md",
"ref": "e13b128828359917f803ce35425cdfddb869a9c5",
"url": "https://github.com/JimmyMa99/TreeSkill/blob/e13b128828359917f803ce35425cdfddb869a9c5/demo/example/SKILL.md",
"key": "JimmyMa99/TreeSkill/demo/example/SKILL.md"
}
},
"instructions": "You are a professional writing assistant.\nHelp users draft and polish many kinds of text.\nYour language should feel natural and fluent, without AI-sounding phrasing.",
"cost": {
"context_tokens": 41
}
}
Fetch it by URL: GET /api/v1/registry/jimmyma99-treeskill-example/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.