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.
sim - Skill - OpenSmartRoute
Skillv1.0.0
sim
Leaves: bootstrap_recovery_ci.py, synthetic_recovery_study.py - deterministic offline validation (no Ollama) writing to ../outputs/sim/<stem>/. Both import their computation from `python/src/ntqr/llm/
Imported from docxology/ntqr_llm (scripts/sim/AGENTS.md). Install upstream with npx skills add docxology/ntqr_llm --skill sim. Copyright stays with the author.
AGENTS.md - scripts/sim
Leaves: bootstrap_recovery_ci.py, synthetic_recovery_study.py - deterministic
offline validation (no Ollama) writing to ../outputs/sim//. Both import
their computation from python/src/ntqr/llm/ (ntqr.llm.simulation,
ntqr.llm.bootstrap, ntqr.llm.personas).
Verify: uv run pytest tests/test_simulation.py tests/test_bootstrap.py -q
Upstream policy: see ../AGENTS.md and /Volumes/external_drive/Git/template/projects/ongoing/AGENTS.md for repo-wide conventions; do not duplicate them here.
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/docxology-ntqr-llm-sim/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.
docxology-ntqr-llm-sim.ocm.jsonjson
{
"ocm": "1",
"id": "docxology-ntqr-llm-sim",
"kind": "skill",
"name": "sim",
"description": "Leaves: bootstrap_recovery_ci.py, synthetic_recovery_study.py - deterministic offline validation (no Ollama) writing to ../outputs/sim/<stem>/. Both import their computation from `python/src/ntqr/llm/` (`ntqr.llm.simulation`, `ntqr.llm.bootstrap`, `ntqr.llm.personas`).",
"publisher": "docxology",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Leaves: bootstrap_recovery_ci.py, synthetic_recovery_study.py - deterministic offline validation (no Ollama) writing to ../outputs/sim/<stem>/. Both import their computation from `python/src/ntqr/llm/` (`ntqr.llm.simulation`, `ntqr.llm.bootstrap`, `ntqr.llm.personas`)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/docxology/ntqr_llm",
"path": "scripts/sim/AGENTS.md",
"ref": "49f4b39d5c269f33f846ac56bc651344d3841168",
"url": "https://github.com/docxology/ntqr_llm/blob/49f4b39d5c269f33f846ac56bc651344d3841168/scripts/sim/AGENTS.md",
"key": "docxology/ntqr_llm/scripts/sim/AGENTS.md"
}
},
"instructions": "# AGENTS.md - scripts/sim\n\nLeaves: bootstrap_recovery_ci.py, synthetic_recovery_study.py - deterministic\noffline validation (no Ollama) writing to ../outputs/sim/<stem>/. Both import\ntheir computation from `python/src/ntqr/llm/` (`ntqr.llm.simulation`,\n`ntqr.llm.bootstrap`, `ntqr.llm.personas`).\n\nVerify: uv run pytest tests/test_simulation.py tests/test_bootstrap.py -q\n\nUpstream policy: see `../AGENTS.md` and /Volumes/external_drive/Git/template/projects/ongoing/AGENTS.md for repo-wide conventions; do not duplicate them here.",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/docxology-ntqr-llm-sim/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.