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.
analog-circuits - Skill - OpenSmartRoute
Skillv1.0.0
analog-circuits
Design and analysis of analog electronic circuits and systems
Imported from NeuralBlitz/Mito (.opencode/skills/analog-circuits/SKILL.md). Install upstream with npx skills add NeuralBlitz/Mito --skill analog-circuits. Copyright stays with the author (MIT).
What I do
Design analog circuits with transistors
Work with operational amplifiers
Analyze analog signal processing
Build analog filters and amplifiers
When to use me
When working on analog circuit design.
Key Concepts
Transistor biasing
Small-signal analysis
Op-amp configurations
Analog filters
Oscillators
Power amplifiers
Feedback circuits
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.
neuralblitz-mito-analog-circuits.ocm.jsonjson
{
"ocm": "1",
"id": "neuralblitz-mito-analog-circuits",
"kind": "skill",
"name": "analog-circuits",
"description": "Design and analysis of analog electronic circuits and systems",
"publisher": "NeuralBlitz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Design and analysis of analog electronic circuits and systems"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NeuralBlitz/Mito",
"path": ".opencode/skills/analog-circuits/SKILL.md",
"ref": "2ea764e153842704d24a2e9aa4170441a7f03081",
"url": "https://github.com/NeuralBlitz/Mito/blob/2ea764e153842704d24a2e9aa4170441a7f03081/.opencode/skills/analog-circuits/SKILL.md",
"key": "NeuralBlitz/Mito/.opencode/skills/analog-circuits/SKILL.md"
},
"compatibility": "opencode",
"license": "MIT"
},
"instructions": "## What I do\n- Design analog circuits with transistors\n- Work with operational amplifiers\n- Analyze analog signal processing\n- Build analog filters and amplifiers\n\n## When to use me\nWhen working on analog circuit design.\n\n## Key Concepts\n- Transistor biasing\n- Small-signal analysis\n- Op-amp configurations\n- Analog filters\n- Oscillators\n- Power amplifiers\n- Feedback circuits",
"cost": {
"context_tokens": 94
}
}
Fetch it by URL: GET /api/v1/registry/neuralblitz-mito-analog-circuits/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.