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.
all - Skill - OpenSmartRoute
Skillv1.0.0
all
Git commit messages should be clear and concise, following the conventional commits format. - When running shell commands that produce output files, direct these outputs to the `tmp/output-shell` dire
Instruction file imported from dimaslanjaka/hexo-is (.github/instructions/all.instructions.md). Copyright stays with the author.
Git commit messages should be clear and concise, following the conventional commits format.
When running shell commands that produce output files, direct these outputs to the tmp/output-shell directory and review the complete results for thorough debugging, especially for long-running processes.
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": "dimaslanjaka-hexo-is-all-instructions",
"kind": "skill",
"name": "all",
"description": "Git commit messages should be clear and concise, following the conventional commits format. - When running shell commands that produce output files, direct these outputs to the `tmp/output-shell` directory and review the complete results for thorough debugging, especially for long-running processes.",
"publisher": "dimaslanjaka",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Git commit messages should be clear and concise, following the conventional commits format. - When running shell commands that produce output files, direct these outputs to the `tmp/output-shell` directory and review the complete results for thorough debugging, especially for long-running processes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/dimaslanjaka/hexo-is",
"path": ".github/instructions/all.instructions.md",
"ref": "05913ccd2e18f1150038e328a30cf7ab507189fc",
"url": "https://github.com/dimaslanjaka/hexo-is/blob/05913ccd2e18f1150038e328a30cf7ab507189fc/.github/instructions/all.instructions.md",
"key": "dimaslanjaka/hexo-is/.github/instructions/all.instructions.md"
},
"applies_to": "**/*.*"
},
"instructions": "- Git commit messages should be clear and concise, following the conventional commits format.\n- When running shell commands that produce output files, direct these outputs to the `tmp/output-shell` directory and review the complete results for thorough debugging, especially for long-running processes.",
"cost": {
"context_tokens": 75
}
}
Fetch it by URL: GET /api/v1/registry/dimaslanjaka-hexo-is-all-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.