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.
scholar-skill - Skill - OpenSmartRoute
Skillv1.0.0
scholar-skill
This repository ships two language-specific variants of the same skill package.
If you are using this repository in GitHub, start with the language-specific package directory.
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.
eesjgong-scholar-skill-scholar-skill.ocm.jsonjson
{
"ocm": "1",
"id": "eesjgong-scholar-skill-scholar-skill",
"kind": "skill",
"name": "scholar-skill",
"description": "This repository ships two language-specific variants of the same skill package.",
"publisher": "EESJGong",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository ships two language-specific variants of the same skill package."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/EESJGong/scholar-skill",
"path": "SKILL.md",
"ref": "c7cfa2aa305dcf85b3b824019878610175662f9b",
"url": "https://github.com/EESJGong/scholar-skill/blob/c7cfa2aa305dcf85b3b824019878610175662f9b/SKILL.md",
"key": "EESJGong/scholar-skill/SKILL.md"
}
},
"instructions": "# ScholarSkill Repository Entry\n\nThis repository ships two language-specific variants of the same skill package.\n\nChoose one:\n\n- English package: [en/SKILL.md](en/SKILL.md)\n- Simplified Chinese package: [zh-CN/SKILL.md](zh-CN/SKILL.md)\n\nShared repository files:\n\n- [requirements.txt](requirements.txt)\n- [LICENSE](LICENSE)\n- [CONTRIBUTING.md](CONTRIBUTING.md)\n- [CHANGELOG.md](CHANGELOG.md)\n\nIf you are using this repository in GitHub, start with the language-specific package directory.",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/eesjgong-scholar-skill-scholar-skill/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.