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.
A portable, beginner-friendly primer on working with agentic AI coding agents: what they are, the set-the-goal / it-acts / you-supervise loop, giving good context, reviewing both output and actions, i
Imported from oaknational/oak-open-curriculum-ecosystem (.claude/skills/oak-working-with-agentic-ai/SKILL.md). Install upstream with npx skills add oaknational/oak-open-curriculum-ecosystem --skill oak-working-with-agentic-ai. Copyright stays with the author.
Working With Agentic Ai (Claude Code)
Read and follow .agent/skills/working-with-agentic-ai/SKILL-CANONICAL.md.
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": "oaknational-oak-open-curriculum-ecosystem-oak-working-wi-d75fc3",
"kind": "skill",
"name": "oak-working-with-agentic-ai",
"description": "A portable, beginner-friendly primer on working with agentic AI coding agents: what they are, the set-the-goal / it-acts / you-supervise loop, giving good context, reviewing both output and actions, iterating, common failure modes, and working safely. Use as the lead-in for someone new to working with AI coding agents, before any project-specific guidance.",
"publisher": "oaknational",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A portable, beginner-friendly primer on working with agentic AI coding agents: what they are, the set-the-goal / it-acts / you-supervise loop, giving good context, reviewing both output and actions, iterating, common failure modes, and working safely. Use as the lead-in for someone new to working with AI coding agents, before any project-specific guidance."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/oaknational/oak-open-curriculum-ecosystem",
"path": ".claude/skills/oak-working-with-agentic-ai/SKILL.md",
"ref": "a171c941fc169a119741efab6a4dadb142b976db",
"url": "https://github.com/oaknational/oak-open-curriculum-ecosystem/blob/a171c941fc169a119741efab6a4dadb142b976db/.claude/skills/oak-working-with-agentic-ai/SKILL.md",
"key": "oaknational/oak-open-curriculum-ecosystem/.claude/skills/oak-working-with-agentic-ai/SKILL.md"
}
},
"instructions": "# Working With Agentic Ai (Claude Code)\n\nRead and follow `.agent/skills/working-with-agentic-ai/SKILL-CANONICAL.md`.",
"cost": {
"context_tokens": 29
}
}
Fetch it by URL: GET /api/v1/registry/oaknational-oak-open-curriculum-ecosystem-oak-working-wi-d75fc3/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.