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.
prj-add-adk-skill - Skill - OpenSmartRoute
Skillv1.0.0
prj-add-adk-skill
Add a skill to the adk plugin, create a new /adk: command, modify an existing adk skill's workflow / rules, or register a skill in the marketplace. Derives the house convention from the repo itself (A
Imported from sujeet-pro/agents-devkit (.claude/skills/prj-add-adk-skill/SKILL.md). Install upstream with npx skills add sujeet-pro/agents-devkit --skill prj-add-adk-skill. Copyright stays with the author.
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": "sujeet-pro-agents-devkit-prj-add-adk-skill",
"kind": "skill",
"name": "prj-add-adk-skill",
"description": "Add a skill to the adk plugin, create a new /adk: command, modify an existing adk skill's workflow / rules, or register a skill in the marketplace. Derives the house convention from the repo itself (AGENTS.md, SAFETY.md, existing skills) rather than memory. Writes repo files only — never publishes, never commits.",
"publisher": "sujeet-pro",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Add a skill to the adk plugin, create a new /adk: command, modify an existing adk skill's workflow / rules, or register a skill in the marketplace. Derives the house convention from the repo itself (AGENTS.md, SAFETY.md, existing skills) rather than memory. Writes repo files only — never publishes, never commits."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sujeet-pro/agents-devkit",
"path": ".claude/skills/prj-add-adk-skill/SKILL.md",
"ref": "74b6e4bb247ff1bd65416ee6cb3448b56e678759",
"url": "https://github.com/sujeet-pro/agents-devkit/blob/74b6e4bb247ff1bd65416ee6cb3448b56e678759/.claude/skills/prj-add-adk-skill/SKILL.md",
"key": "sujeet-pro/agents-devkit/.claude/skills/prj-add-adk-skill/SKILL.md"
}
},
"instructions": "# Add or modify an adk plugin skill\n\nFollow the instructions in [.agents/skills/prj-add-adk-skill/SKILL.md](../../../.agents/skills/prj-add-adk-skill/SKILL.md) (and any files it references). Do not duplicate its content here.",
"cost": {
"context_tokens": 56
}
}
Fetch it by URL: GET /api/v1/registry/sujeet-pro-agents-devkit-prj-add-adk-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.