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.
valid-unicode - Skill - OpenSmartRoute
Skillv1.0.0
valid-unicode
Use when working with a valid skill with Unicode and emoji content
Imported from tomevault-io/tomes (maxvaega--skillkit/skills/valid-unicode/SKILL.md). Install upstream with npx skills add tomevault-io/tomes --skill valid-unicode. Copyright stays with the author.
Unicode test: δ½ ε₯½δΈη ππβ¨
This tests that the parser handles Unicode correctly.
Emoji: π π― π₯
Converted and distributed by TomeVault β claim your Tome and manage your conversions.
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.
tomevault-io-tomes-valid-unicode.ocm.jsonjson
{
"ocm": "1",
"id": "tomevault-io-tomes-valid-unicode",
"kind": "skill",
"name": "valid-unicode",
"description": "Use when working with a valid skill with Unicode and emoji content",
"publisher": "tomevault-io",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when working with a valid skill with Unicode and emoji content"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/tomevault-io/tomes",
"path": "maxvaega--skillkit/skills/valid-unicode/SKILL.md",
"ref": "348287624e5bc3295a9b7c7d983e99d98309c77a",
"url": "https://github.com/tomevault-io/tomes/blob/348287624e5bc3295a9b7c7d983e99d98309c77a/maxvaega--skillkit/skills/valid-unicode/SKILL.md",
"key": "tomevault-io/tomes/maxvaega--skillkit/skills/valid-unicode/SKILL.md"
}
},
"instructions": "Unicode test: δ½ ε₯½δΈη ππβ¨\nThis tests that the parser handles Unicode correctly.\nEmoji: π π― π₯\n\n---\n> Converted and distributed by [TomeVault](https://tomevault.io/claim/maxvaega) β claim your Tome and manage your conversions.\n<!-- tomevault:4.0:skill_md:2026-04-11 -->",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/tomevault-io-tomes-valid-unicode/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.