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.
example - Skill - OpenSmartRoute
Skillv1.0.0
example
In-tree consumers of `sip_core`. Currently only `sip_cli/`.
Imported from modus-x/sip_core (example/AGENTS.md). Install upstream with npx skills add modus-x/sip_core --skill example. Copyright stays with the author.
example/
In-tree consumers of sip_core. Currently only sip_cli/.
Subdirectories
Dir
Purpose
Guide
sip_cli/
Console example: registers an account, places/answers calls, renders video via SDL3.
The example is not built by default. Configure with -DENABLE_CLI_EXAMPLE=ON (the darwin/linux/win32 presets enable it) and cmake --build out/build/<preset> --target sip_cli.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/modus-x-sip-core-example/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
modus-x-sip-core-example.ocm.jsonjson
{
"ocm": "1",
"id": "modus-x-sip-core-example",
"kind": "skill",
"name": "example",
"description": "In-tree consumers of `sip_core`. Currently only `sip_cli/`.",
"publisher": "modus-x",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"In-tree consumers of `sip_core`. Currently only `sip_cli/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/modus-x/sip_core",
"path": "example/AGENTS.md",
"ref": "550d134c408bea3f78da7e76ba308e46a8925083",
"url": "https://github.com/modus-x/sip_core/blob/550d134c408bea3f78da7e76ba308e46a8925083/example/AGENTS.md",
"key": "modus-x/sip_core/example/AGENTS.md"
}
},
"instructions": "<!-- Parent: ../AGENTS.md -->\n\n# example/\n\nIn-tree consumers of `sip_core`. Currently only `sip_cli/`.\n\n## Subdirectories\n\n| Dir | Purpose | Guide |\n|-------------|--------------------------------------------------------------------------------------------------|----------------------------------------------------|\n| `sip_cli/` | Console example: registers an account, places/answers calls, renders video via SDL3. | [sip_cli/AGENTS.md](sip_cl",
"cost": {
"context_tokens": 208
}
}
Fetch it by URL: GET /api/v1/registry/modus-x-sip-core-example/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.