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.
python - Skill - OpenSmartRoute
Skillv1.0.0
python
Use Python 3.11+ typing, small cohesive modules, deterministic core logic, and async boundaries only for I/O. Do not catch broad exceptions unless translating at a boundary. Never log secrets. Money-m
Instruction file imported from cvsz/zksato (.github/instructions/python.instructions.md). Copyright stays with the author.
Use Python 3.11+ typing, small cohesive modules, deterministic core logic, and async boundaries only for I/O. Do not catch broad exceptions unless translating at a boundary. Never log secrets. Money-moving functions require explicit inputs, auditable outcomes, idempotency semantics, and failure-path tests. Keep strategy/AI logic outside the trusted execution authority.
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/cvsz-zksato-python-instructions/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.
cvsz-zksato-python-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "cvsz-zksato-python-instructions",
"kind": "skill",
"name": "python",
"description": "Use Python 3.11+ typing, small cohesive modules, deterministic core logic, and async boundaries only for I/O. Do not catch broad exceptions unless translating at a boundary. Never log secrets. Money-moving functions require explicit inputs, auditable outcomes, idempotency semantics, and failure-path tests. Keep strategy/AI logic outside the trusted execution authority.",
"publisher": "cvsz",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use Python 3.11+ typing, small cohesive modules, deterministic core logic, and async boundaries only for I/O. Do not catch broad exceptions unless translating at a boundary. Never log secrets. Money-moving functions require explicit inputs, auditable outcomes, idempotency semantics, and failure-path tests. Keep strategy/AI logic outside the trusted execution authority."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/cvsz/zksato",
"path": ".github/instructions/python.instructions.md",
"ref": "5dc48a0a789b1aff7c402922d4d430ea0d42d2c5",
"url": "https://github.com/cvsz/zksato/blob/5dc48a0a789b1aff7c402922d4d430ea0d42d2c5/.github/instructions/python.instructions.md",
"key": "cvsz/zksato/.github/instructions/python.instructions.md"
},
"applies_to": "**/*.py"
},
"instructions": "Use Python 3.11+ typing, small cohesive modules, deterministic core logic, and async boundaries only for I/O. Do not catch broad exceptions unless translating at a boundary. Never log secrets. Money-moving functions require explicit inputs, auditable outcomes, idempotency semantics, and failure-path tests. Keep strategy/AI logic outside the trusted execution authority.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/cvsz-zksato-python-instructions/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.