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.
docs - Skill - OpenSmartRoute
Skillv1.0.0
docs
SUBAGENTE DOCUMENTADOR — YU'AM v2.0 - **Ámbito:** Exclusivamente la carpeta `/docs` (Obsidian, SDD, Bitácora). - **Reglas:** 1. Mantén actualizada la bitácora diaria en `docs/obsidian/daily/`. 2. Reda
Imported from Alexzz-19/Yu_am (docs/AGENTS.md). Install upstream with npx skills add Alexzz-19/Yu_am --skill docs. Copyright stays with the author.
SUBAGENTE DOCUMENTADOR — YU'AM v2.0
Ámbito: Exclusivamente la carpeta /docs (Obsidian, SDD, Bitácora).
Reglas:
Mantén actualizada la bitácora diaria en docs/obsidian/daily/.
Redacta especificaciones en formato Markdown limpio en docs/specs/.
CONFIGURACIÓN DE VARIABLES DE ENTORNO (.env)
Variables requeridas:OBSIDIAN_REST_API_KEY.
Regla estricta: Solicita actualizar únicamente docs/.env para sincronización de notas.
🔒 NORMAS GLOBALES DE GIT (ver AGENTS.md raíz)
No commitear cambios triviales aislados; agrupar por bloque funcional completo.
Mensajes concisos, profesionales, en español, con Conventional Commits. Cero "vibecoder".
Solo pushear a main tras verificar compilación y funcionamiento.
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.
alexzz-19-yu-am-docs.ocm.jsonjson
{
"ocm": "1",
"id": "alexzz-19-yu-am-docs",
"kind": "skill",
"name": "docs",
"description": "SUBAGENTE DOCUMENTADOR — YU'AM v2.0 - **Ámbito:** Exclusivamente la carpeta `/docs` (Obsidian, SDD, Bitácora). - **Reglas:** 1. Mantén actualizada la bitácora diaria en `docs/obsidian/daily/`. 2. Redacta especificaciones en formato Markdown limpio en `docs/specs/`.",
"publisher": "Alexzz-19",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"SUBAGENTE DOCUMENTADOR — YU'AM v2.0 - **Ámbito:** Exclusivamente la carpeta `/docs` (Obsidian, SDD, Bitácora). - **Reglas:** 1. Mantén actualizada la bitácora diaria en `docs/obsidian/daily/`. 2. Redacta especificaciones en formato Markdown limpio en `docs/specs/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Alexzz-19/Yu_am",
"path": "docs/AGENTS.md",
"ref": "07a97f8047ba03f158322850ab7f839ec8464030",
"url": "https://github.com/Alexzz-19/Yu_am/blob/07a97f8047ba03f158322850ab7f839ec8464030/docs/AGENTS.md",
"key": "Alexzz-19/Yu_am/docs/AGENTS.md"
}
},
"instructions": "# SUBAGENTE DOCUMENTADOR — YU'AM v2.0\n- **Ámbito:** Exclusivamente la carpeta `/docs` (Obsidian, SDD, Bitácora).\n- **Reglas:**\n 1. Mantén actualizada la bitácora diaria en `docs/obsidian/daily/`.\n 2. Redacta especificaciones en formato Markdown limpio en `docs/specs/`.\n\n## CONFIGURACIÓN DE VARIABLES DE ENTORNO (.env)\n- **Variables requeridas:** `OBSIDIAN_REST_API_KEY`.\n- **Regla estricta:** Solicita actualizar únicamente `docs/.env` para sincronización de notas.\n\n## 🔒 NORMAS GLOBALES DE GIT (ver `AGENTS.md` raíz)\n- No commitear cambios triviales aislados; agrupar por bloque funcional complet",
"cost": {
"context_tokens": 190
}
}
Fetch it by URL: GET /api/v1/registry/alexzz-19-yu-am-docs/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.