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.
skillsmith - Skill - OpenSmartRoute
Skillv1.0.0
skillsmith
A scenario-based evaluation harness for coding agents, published as `@automattic/skillsmith`.
Imported from Automattic/skillsmith (AGENTS.md). Install upstream with npx skills add Automattic/skillsmith. Copyright stays with the author.
Skillsmith
A scenario-based evaluation harness for coding agents, published as @automattic/skillsmith.
Record a changeset for every release-relevant change: a committed .changeset/*.md that travels with the pull request. See CONTRIBUTING.md#adding-a-changeset for when one is required, the bump-type table, and the pre-1.0 policy. While pre-1.0 (version 0.x), record breaking changes as minor with a BREAKING: summary prefix — major is rejected pre-1.0 (see CONTRIBUTING.md#pre-10-policy).
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.
automattic-skillsmith-skillsmith.ocm.jsonjson
{
"ocm": "1",
"id": "automattic-skillsmith-skillsmith",
"kind": "skill",
"name": "skillsmith",
"description": "A scenario-based evaluation harness for coding agents, published as `@automattic/skillsmith`.",
"publisher": "Automattic",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A scenario-based evaluation harness for coding agents, published as `@automattic/skillsmith`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Automattic/skillsmith",
"path": "AGENTS.md",
"ref": "95c86bdbbcae79c4dc46dea07d15fd5d69e4ee2d",
"url": "https://github.com/Automattic/skillsmith/blob/95c86bdbbcae79c4dc46dea07d15fd5d69e4ee2d/AGENTS.md",
"key": "Automattic/skillsmith/AGENTS.md"
}
},
"instructions": "# Skillsmith\n\nA scenario-based evaluation harness for coding agents, published as `@automattic/skillsmith`.\n\n- Record a changeset for every release-relevant change: a committed `.changeset/*.md` that travels with the pull request. See [`CONTRIBUTING.md#adding-a-changeset`](CONTRIBUTING.md#adding-a-changeset) for when one is required, the bump-type table, and the pre-1.0 policy. While pre-1.0 (version `0.x`), record breaking changes as `minor` with a `BREAKING:` summary prefix — `major` is rejected pre-1.0 (see [`CONTRIBUTING.md#pre-10-policy`](CONTRIBUTING.md#pre-10-policy)).",
"cost": {
"context_tokens": 145
}
}
Fetch it by URL: GET /api/v1/registry/automattic-skillsmith-skillsmith/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.