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.
m.i.n.e.-control-center - Skill - OpenSmartRoute
Skillv1.0.0
m.i.n.e.-control-center
Repo personale standalone, nessuna connessione a piattaforme esterne. Evita di riscrivere la history pubblicata di `main` (niente force push, rebase o squash di commit già pushati) e mantieni il branc
Imported from zema-tech/m.i.n.e.-control-center (AGENTS.md). Install upstream with npx skills add zema-tech/m.i.n.e.-control-center. Copyright stays with the author.
M.I.N.E. Control Center — note agente
Repo personale standalone, nessuna connessione a piattaforme esterne.
Evita di riscrivere la history pubblicata di main (niente force push,
rebase o squash di commit già pushati) e mantieni il branch in stato
funzionante.
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": "zema-tech-m-i-n-e-control-center-m-i-n-e-control-center",
"kind": "skill",
"name": "m.i.n.e.-control-center",
"description": "Repo personale standalone, nessuna connessione a piattaforme esterne. Evita di riscrivere la history pubblicata di `main` (niente force push, rebase o squash di commit già pushati) e mantieni il branch in stato funzionante.",
"publisher": "zema-tech",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Repo personale standalone, nessuna connessione a piattaforme esterne. Evita di riscrivere la history pubblicata di `main` (niente force push, rebase o squash di commit già pushati) e mantieni il branch in stato funzionante."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/zema-tech/m.i.n.e.-control-center",
"path": "AGENTS.md",
"ref": "70917a17cff04d545beaee7f731bb9fed1e41b8a",
"url": "https://github.com/zema-tech/m.i.n.e.-control-center/blob/70917a17cff04d545beaee7f731bb9fed1e41b8a/AGENTS.md",
"key": "zema-tech/m.i.n.e.-control-center/AGENTS.md"
}
},
"instructions": "# M.I.N.E. Control Center — note agente\n\nRepo personale standalone, nessuna connessione a piattaforme esterne.\nEvita di riscrivere la history pubblicata di `main` (niente force push,\nrebase o squash di commit già pushati) e mantieni il branch in stato\nfunzionante.",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/zema-tech-m-i-n-e-control-center-m-i-n-e-control-center/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.