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.
workspace - Skill - OpenSmartRoute
Skillv1.0.0
workspace
Este módulo **escribe** en Google Workspace. No decide nada.
Instruction file imported from marcelodanieldm/lkg (.github/instructions/workspace.instructions.md). Copyright stays with the author.
Este módulo escribe en Google Workspace. No decide nada.
Ninguna función puede devolver algo de lo que dependa el estado del sistema.
La única lectura es leerNotas(), y lo que trae se muestra y nada más. Si
agregás otra función que empiece con leer, un test falla.
El espejo se rehace entero cada noche: se limpia la hoja y se escribe de
nuevo. Nunca actualices fila por fila.
Todo valor que va a una celda pasa por celda(): un texto que empieza con
=, +, - o @ lo interpreta Sheets como fórmula.
Si una llamada falla, el sistema tiene que seguir funcionando. Workspace es
comodidad, no infraestructura.
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": "marcelodanieldm-lkg-workspace-instructions",
"kind": "skill",
"name": "workspace",
"description": "Este módulo **escribe** en Google Workspace. No decide nada.",
"publisher": "marcelodanieldm",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Este módulo **escribe** en Google Workspace. No decide nada."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/marcelodanieldm/lkg",
"path": ".github/instructions/workspace.instructions.md",
"ref": "6d1364e2f89f9b549de374e7d37e3996d5a768d2",
"url": "https://github.com/marcelodanieldm/lkg/blob/6d1364e2f89f9b549de374e7d37e3996d5a768d2/.github/instructions/workspace.instructions.md",
"key": "marcelodanieldm/lkg/.github/instructions/workspace.instructions.md"
},
"applies_to": "lib/integrations/workspace.js"
},
"instructions": "Este módulo **escribe** en Google Workspace. No decide nada.\n\n- Ninguna función puede devolver algo de lo que dependa el estado del sistema.\n- La única lectura es `leerNotas()`, y lo que trae se muestra y nada más. Si\n agregás otra función que empiece con `leer`, un test falla.\n- El espejo se rehace entero cada noche: se limpia la hoja y se escribe de\n nuevo. Nunca actualices fila por fila.\n- Todo valor que va a una celda pasa por `celda()`: un texto que empieza con\n `=`, `+`, `-` o `@` lo interpreta Sheets como fórmula.\n- Si una llamada falla, el sistema tiene que seguir funcionando. Works",
"cost": {
"context_tokens": 160
}
}
Fetch it by URL: GET /api/v1/registry/marcelodanieldm-lkg-workspace-instructions/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.