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.
examples - Skill - OpenSmartRoute
Skillv1.0.0
examples
Each child directory is a runnable RCM project. Keep its `rcm.toml`, `.rcm` files, prompts, and README self-contained and use paths relative to that example.
Imported from EricSanchezok/recursive-context-machine (examples/AGENTS.md). Install upstream with npx skills add EricSanchezok/recursive-context-machine --skill examples. Copyright stays with the author.
Examples
Each child directory is a runnable RCM project. Keep its rcm.toml, .rcm files,
prompts, and README self-contained and use paths relative to that example.
Runtime outputs belong under the example's ignored outputs/ or run directory.
Do not commit credentials, downloaded papers, generated reports, or trajectory
data.
Update the example README and CLI example tests when a project layout changes.
Use the root accelerate build and the real project entry point when verifying an
example; do not replace a parser or graph test with a hand-wired mock.
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/ericsanchezok-recursive-context-machine-examples/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.
{
"ocm": "1",
"id": "ericsanchezok-recursive-context-machine-examples",
"kind": "skill",
"name": "examples",
"description": "Each child directory is a runnable RCM project. Keep its `rcm.toml`, `.rcm` files, prompts, and README self-contained and use paths relative to that example.",
"publisher": "EricSanchezok",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Each child directory is a runnable RCM project. Keep its `rcm.toml`, `.rcm` files, prompts, and README self-contained and use paths relative to that example."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/EricSanchezok/recursive-context-machine",
"path": "examples/AGENTS.md",
"ref": "892146c8b11a2f72b066e889aa089b2e1abb6808",
"url": "https://github.com/EricSanchezok/recursive-context-machine/blob/892146c8b11a2f72b066e889aa089b2e1abb6808/examples/AGENTS.md",
"key": "EricSanchezok/recursive-context-machine/examples/AGENTS.md"
}
},
"instructions": "# Examples\n\nEach child directory is a runnable RCM project. Keep its `rcm.toml`, `.rcm` files,\nprompts, and README self-contained and use paths relative to that example.\n\n- Runtime outputs belong under the example's ignored `outputs/` or run directory.\n- Do not commit credentials, downloaded papers, generated reports, or trajectory\n data.\n- Update the example README and CLI example tests when a project layout changes.\n- Use the root `accelerate` build and the real project entry point when verifying an\n example; do not replace a parser or graph test with a hand-wired mock.",
"cost": {
"context_tokens": 145
}
}
Fetch it by URL: GET /api/v1/registry/ericsanchezok-recursive-context-machine-examples/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.