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.
component-runtime - Skill - OpenSmartRoute
Skillv1.0.0
component-runtime
Keep pure contracts in `packages/shared`. Keep Node persistence, private file I/O, network verification and the provider CLI here. Never expose token plaintext through HTTP, logs or CLI output; the CL
Imported from sislex/voiceAIChat (packages/component-runtime/AGENTS.md). Install upstream with npx skills add sislex/voiceAIChat --skill component-runtime. Copyright stays with the author.
Component runtime
Keep pure contracts in packages/shared. Keep Node persistence, private file I/O,
network verification and the provider CLI here. Never expose token plaintext through HTTP, logs or CLI output;
the CLI writes a newly issued secret only to an explicit exclusive output file.
Preserve lazy loading of node:sqlite: legacy desktop still embeds Node 20.
Test scope, expiry, revocation, provider/environment binding, origin and redirect
restrictions, public-user credential preservation and real HTTP integration.
Run this workspace's typecheck/tests and the canonical host gate. Update the
relevant docs/kb/data-auth.md and docs/kb/deploy.md behavior documentation.
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.
sislex-voiceaichat-component-runtime.ocm.jsonjson
{
"ocm": "1",
"id": "sislex-voiceaichat-component-runtime",
"kind": "skill",
"name": "component-runtime",
"description": "Keep pure contracts in `packages/shared`. Keep Node persistence, private file I/O, network verification and the provider CLI here. Never expose token plaintext through HTTP, logs or CLI output; the CLI writes a newly issued secret only to an explicit exclusive output file.",
"publisher": "sislex",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Keep pure contracts in `packages/shared`. Keep Node persistence, private file I/O, network verification and the provider CLI here. Never expose token plaintext through HTTP, logs or CLI output; the CLI writes a newly issued secret only to an explicit exclusive output file."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/sislex/voiceAIChat",
"path": "packages/component-runtime/AGENTS.md",
"ref": "5f3ca49e01bae2dfe358bfbd633000f74f32b9e1",
"url": "https://github.com/sislex/voiceAIChat/blob/5f3ca49e01bae2dfe358bfbd633000f74f32b9e1/packages/component-runtime/AGENTS.md",
"key": "sislex/voiceAIChat/packages/component-runtime/AGENTS.md"
}
},
"instructions": "# Component runtime\n\nKeep pure contracts in `packages/shared`. Keep Node persistence, private file I/O,\nnetwork verification and the provider CLI here. Never expose token plaintext through HTTP, logs or CLI output;\nthe CLI writes a newly issued secret only to an explicit exclusive output file.\n\nPreserve lazy loading of `node:sqlite`: legacy desktop still embeds Node 20.\nTest scope, expiry, revocation, provider/environment binding, origin and redirect\nrestrictions, public-user credential preservation and real HTTP integration.\nRun this workspace's typecheck/tests and the canonical host gate. Up",
"cost": {
"context_tokens": 172
}
}
Fetch it by URL: GET /api/v1/registry/sislex-voiceaichat-component-runtime/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.