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.
ejemplo-skill - Skill - OpenSmartRoute
Skillv1.0.0
ejemplo-skill
Skill de proyecto de ejemplo. Reemplaza esta descripción por cuándo debe usarse; Claude la lee para decidir si autoinvocar el skill.
Imported from rodrigo-hinojosa/claude-agentic-base (.claude/skills/ejemplo-skill/SKILL.md). Install upstream with npx skills add rodrigo-hinojosa/claude-agentic-base --skill ejemplo-skill. Copyright stays with the author.
Realiza la tarea de ejemplo con la siguiente entrada:
$ARGUMENTS
Describe aquí, paso a paso, qué debe hacer Claude. Mantén el archivo conciso
(idealmente menos de 500 líneas), en español y sin emojis.
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": "rodrigo-hinojosa-claude-agentic-base-ejemplo-skill",
"kind": "skill",
"name": "ejemplo-skill",
"description": "Skill de proyecto de ejemplo. Reemplaza esta descripción por cuándo debe usarse; Claude la lee para decidir si autoinvocar el skill.",
"publisher": "rodrigo-hinojosa",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skill de proyecto de ejemplo. Reemplaza esta descripción por cuándo debe usarse; Claude la lee para decidir si autoinvocar el skill."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rodrigo-hinojosa/claude-agentic-base",
"path": ".claude/skills/ejemplo-skill/SKILL.md",
"ref": "ddf28fbc0c3be9e9794b9f03c035928b7a63bd23",
"url": "https://github.com/rodrigo-hinojosa/claude-agentic-base/blob/ddf28fbc0c3be9e9794b9f03c035928b7a63bd23/.claude/skills/ejemplo-skill/SKILL.md",
"key": "rodrigo-hinojosa/claude-agentic-base/.claude/skills/ejemplo-skill/SKILL.md"
}
},
"instructions": "<!--\nPlantilla de skill de proyecto. La invocación /<nombre> proviene del NOMBRE DEL DIRECTORIO\n(este es skills/ejemplo-skill/ → /ejemplo-skill), no del frontmatter.\n- `description`: cuándo conviene usar el skill (Claude lo usa para autoinvocar).\n- `argument-hint`: se muestra en el autocompletado.\n- Opcional `allowed-tools: Read, Grep, Glob`: pre-aprueba herramientas sin preguntar.\n- Opcional `disable-model-invocation: true`: solo el usuario lo dispara (flujos con efecto).\n- Puedes agrupar archivos de apoyo en esta carpeta y referenciarlos desde aquí.\nReemplaza el contenido y borra estos comen",
"cost": {
"context_tokens": 216
}
}
Fetch it by URL: GET /api/v1/registry/rodrigo-hinojosa-claude-agentic-base-ejemplo-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.