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.
docs - Skill - OpenSmartRoute
Skillv1.0.0
docs
When editing documentation, build metadata, or workflow files in this repository:
Instruction file imported from yuokada/trino-query-formatter (.github/instructions/docs.instructions.md). Copyright stays with the author.
When editing documentation, build metadata, or workflow files in this repository:
Keep examples, version references, and command snippets consistent with pom.xml and the actual CLI behavior.
Use portable commands and avoid references to local absolute paths or developer-specific environments.
When changing build or release behavior, preserve the Maven Wrapper based workflow unless there is a clear reason to change it.
If user-facing CLI behavior changes, update README.md in the same change.
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": "yuokada-trino-query-formatter-docs-instructions",
"kind": "skill",
"name": "docs",
"description": "When editing documentation, build metadata, or workflow files in this repository:",
"publisher": "yuokada",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When editing documentation, build metadata, or workflow files in this repository:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/yuokada/trino-query-formatter",
"path": ".github/instructions/docs.instructions.md",
"ref": "67bd28ceef2fba95dac8a9fdf45f38e68564ef17",
"url": "https://github.com/yuokada/trino-query-formatter/blob/67bd28ceef2fba95dac8a9fdf45f38e68564ef17/.github/instructions/docs.instructions.md",
"key": "yuokada/trino-query-formatter/.github/instructions/docs.instructions.md"
},
"applies_to": "README.md,pom.xml,.github/workflows/**/*.yml,.github/workflows/**/*.yaml"
},
"instructions": "When editing documentation, build metadata, or workflow files in this repository:\n\n- Keep examples, version references, and command snippets consistent with `pom.xml` and the actual CLI behavior.\n- Use portable commands and avoid references to local absolute paths or developer-specific environments.\n- When changing build or release behavior, preserve the Maven Wrapper based workflow unless there is a clear reason to change it.\n- If user-facing CLI behavior changes, update `README.md` in the same change.",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/yuokada-trino-query-formatter-docs-instructions/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.