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.
ai-learning - Skill - OpenSmartRoute
Skillv1.0.0
ai-learning
How to use skills: - Invoke: `npx openskills read <skill-name>` (run in your shell) - For multiple: `npx openskills read skill-one,skill-two` - The skill content will load with detailed instructions o
Imported from Qunfong/learning-with-claude (learning/ai-learning/AGENTS.md). Install upstream with npx skills add Qunfong/learning-with-claude --skill ai-learning. Copyright stays with the author.
AGENTS
<skills_system priority="1">
Available Skills
How to use skills:
Invoke: npx openskills read <skill-name> (run in your shell)
For multiple: npx openskills read skill-one,skill-two
The skill content will load with detailed instructions on how to complete the task
Base directory provided in output for resolving bundled resources (references/, scripts/, assets/)
Usage notes:
Only use skills listed in <available_skills> below
Do not invoke a skill that is already loaded in your context
Each skill invocation is stateless
<available_skills>
</available_skills>
</skills_system>
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": "qunfong-learning-with-claude-ai-learning",
"kind": "skill",
"name": "ai-learning",
"description": "How to use skills: - Invoke: `npx openskills read <skill-name>` (run in your shell) - For multiple: `npx openskills read skill-one,skill-two` - The skill content will load with detailed instructions on how to complete the task - Base directory provided in output for resolving bundled resources (references/, scripts/, assets/)",
"publisher": "Qunfong",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"How to use skills: - Invoke: `npx openskills read <skill-name>` (run in your shell) - For multiple: `npx openskills read skill-one,skill-two` - The skill content will load with detailed instructions on how to complete the task - Base directory provided in output for resolving bundled resources (references/, scripts/, assets/)"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Qunfong/learning-with-claude",
"path": "learning/ai-learning/AGENTS.md",
"ref": "70629c99c6324e16db66c49f9479d4ae2be566c0",
"url": "https://github.com/Qunfong/learning-with-claude/blob/70629c99c6324e16db66c49f9479d4ae2be566c0/learning/ai-learning/AGENTS.md",
"key": "Qunfong/learning-with-claude/learning/ai-learning/AGENTS.md"
}
},
"instructions": "# AGENTS\n\n<skills_system priority=\"1\">\n\n## Available Skills\n\n<!-- SKILLS_TABLE_START -->\n<usage>\nWhen users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.\n\nHow to use skills:\n- Invoke: `npx openskills read <skill-name>` (run in your shell)\n - For multiple: `npx openskills read skill-one,skill-two`\n- The skill content will load with detailed instructions on how to complete the task\n- Base directory provided in output for resolving bundled resources (references/, scri",
"cost": {
"context_tokens": 1741
}
}
Fetch it by URL: GET /api/v1/registry/qunfong-learning-with-claude-ai-learning/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.