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.
Imported from ZhangXin8069/PyQCU (skills/cpu/SKILL.md). Install upstream with npx skills add ZhangXin8069/PyQCU --skill cpu. Copyright stays with the author.
CLAUDE.md — examples/cpu
CPU-only tests for the pure-Python backend.
Test Files
File
What it tests
conftest.py
Main entry — imports from pyqcu.testing
conftest.bistabcg.py
BiStabCG solver on CPU
conftest.mpi.py
MPI-distributed solver on CPU
Usage
mpirun -np 4 python examples/cpu/conftest.py
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.
zhangxin8069-pyqcu-cpu.ocm.jsonjson
{
"ocm": "1",
"id": "zhangxin8069-pyqcu-cpu",
"kind": "skill",
"name": "cpu",
"description": "examples/cpu 目录的完整生成 skill:纯 Python 后端的 CPU 专用测试。",
"publisher": "ZhangXin8069",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"examples/cpu 目录的完整生成 skill:纯 Python 后端的 CPU 专用测试。"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ZhangXin8069/PyQCU",
"path": "skills/cpu/SKILL.md",
"ref": "62fca0c28b09546d528cd52fef84bed6d0c3f4e1",
"url": "https://github.com/ZhangXin8069/PyQCU/blob/62fca0c28b09546d528cd52fef84bed6d0c3f4e1/skills/cpu/SKILL.md",
"key": "ZhangXin8069/PyQCU/skills/cpu/SKILL.md"
}
},
"instructions": "# CLAUDE.md — examples/cpu\n\nCPU-only tests for the pure-Python backend.\n\n## Test Files\n\n| File | What it tests |\n|------|---------------|\n| `conftest.py` | Main entry — imports from `pyqcu.testing` |\n| `conftest.bistabcg.py` | BiStabCG solver on CPU |\n| `conftest.mpi.py` | MPI-distributed solver on CPU |\n\n## Usage\n\n```bash\nmpirun -np 4 python examples/cpu/conftest.py\n```",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/zhangxin8069-pyqcu-cpu/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.