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.
jolkan-baalam - Skill - OpenSmartRoute
Skillv1.0.0
jolkan-baalam
Las instrucciones técnicas específicas de Hailo están en [`hailo/AGENTS.md`](hailo/AGENTS.md).
Imported from Mauriciocr207/kinai (projects/jolkan-baalam/AGENTS.md). Install upstream with npx skills add Mauriciocr207/kinai --skill jolkan-baalam. Copyright stays with the author.
Instrucciones de trabajo
Leer este README y docs/roadmap.md antes de modificar el prototipo.
Comunicarse en español y separar decisiones confirmadas, hipótesis y pendientes.
Mantener el ASR y TTS de referencia: mau-cr/mayan_best_model y
mau-cr/mms-tts-yua-6voces.
Mantener separadas las etapas de conversión Hailo, ejecución en Raspberry Pi,
diseño 3D e integración del asistente.
No guardar tokens, credenciales, audio privado, corpus ni modelos pesados.
Documentar fecha, fuentes, limitaciones y validaciones de cada resultado.
Las instrucciones técnicas específicas de Hailo están en hailo/AGENTS.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.
mauriciocr207-kinai-jolkan-baalam.ocm.jsonjson
{
"ocm": "1",
"id": "mauriciocr207-kinai-jolkan-baalam",
"kind": "skill",
"name": "jolkan-baalam",
"description": "Las instrucciones técnicas específicas de Hailo están en [`hailo/AGENTS.md`](hailo/AGENTS.md).",
"publisher": "Mauriciocr207",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Las instrucciones técnicas específicas de Hailo están en [`hailo/AGENTS.md`](hailo/AGENTS.md)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Mauriciocr207/kinai",
"path": "projects/jolkan-baalam/AGENTS.md",
"ref": "1bee642ca219eed6b86386082a009e9a2f4370ed",
"url": "https://github.com/Mauriciocr207/kinai/blob/1bee642ca219eed6b86386082a009e9a2f4370ed/projects/jolkan-baalam/AGENTS.md",
"key": "Mauriciocr207/kinai/projects/jolkan-baalam/AGENTS.md"
}
},
"instructions": "# Instrucciones de trabajo\n\n- Leer este README y `docs/roadmap.md` antes de modificar el prototipo.\n- Comunicarse en español y separar decisiones confirmadas, hipótesis y pendientes.\n- Mantener el ASR y TTS de referencia: `mau-cr/mayan_best_model` y\n `mau-cr/mms-tts-yua-6voces`.\n- Mantener separadas las etapas de conversión Hailo, ejecución en Raspberry Pi,\n diseño 3D e integración del asistente.\n- No guardar tokens, credenciales, audio privado, corpus ni modelos pesados.\n- Documentar fecha, fuentes, limitaciones y validaciones de cada resultado.\n\nLas instrucciones técnicas específicas de Ha",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/mauriciocr207-kinai-jolkan-baalam/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.