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.
go-verify - Skill - OpenSmartRoute
Skillv1.0.0
go-verify
how to verify a change to spark.go before reporting it done
Imported from lroolle/spark.go (.spark/skills/go-verify/SKILL.md). Install upstream with npx skills add lroolle/spark.go --skill go-verify. Copyright stays with the author.
gofmt -l . must print nothing.
go vet ./... must be clean.
go test ./... must pass; the suite drives the loop against a fake provider.
If the change touched the wire (request shape, SSE parsing, reasoning
replay), say so: the suite cannot prove the live API, only a real run can.
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.
lroolle-spark-go-go-verify.ocm.jsonjson
{
"ocm": "1",
"id": "lroolle-spark-go-go-verify",
"kind": "skill",
"name": "go-verify",
"description": "how to verify a change to spark.go before reporting it done",
"publisher": "lroolle",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"how to verify a change to spark.go before reporting it done"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/lroolle/spark.go",
"path": ".spark/skills/go-verify/SKILL.md",
"ref": "fc712841af21faf8ff3374a048316643c48261d0",
"url": "https://github.com/lroolle/spark.go/blob/fc712841af21faf8ff3374a048316643c48261d0/.spark/skills/go-verify/SKILL.md",
"key": "lroolle/spark.go/.spark/skills/go-verify/SKILL.md"
}
},
"instructions": "1. `gofmt -l .` must print nothing.\n2. `go vet ./...` must be clean.\n3. `go test ./...` must pass; the suite drives the loop against a fake provider.\n4. If the change touched the wire (request shape, SSE parsing, reasoning\n replay), say so: the suite cannot prove the live API, only a real run can.",
"cost": {
"context_tokens": 75
}
}
Fetch it by URL: GET /api/v1/registry/lroolle-spark-go-go-verify/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.