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.
speccify-qa - Skill - OpenSmartRoute
Skillv1.0.0
speccify-qa
Before doing any work, read `.agent/agent.md` and follow it. That file is the agent-independent source of truth for this workspace.
Imported from mhennemeyer/speccify-qa (AGENTS.md). Install upstream with npx skills add mhennemeyer/speccify-qa. Copyright stays with the author.
Speccify agent workspace
Before doing any work, read .agent/agent.md and follow it. That file is the
agent-independent source of truth for this workspace.
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.
mhennemeyer-speccify-qa-speccify-qa.ocm.jsonjson
{
"ocm": "1",
"id": "mhennemeyer-speccify-qa-speccify-qa",
"kind": "skill",
"name": "speccify-qa",
"description": "Before doing any work, read `.agent/agent.md` and follow it. That file is the agent-independent source of truth for this workspace.",
"publisher": "mhennemeyer",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before doing any work, read `.agent/agent.md` and follow it. That file is the agent-independent source of truth for this workspace."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/mhennemeyer/speccify-qa",
"path": "AGENTS.md",
"ref": "94e0fe07741e60b2695516725d0b25044f30e864",
"url": "https://github.com/mhennemeyer/speccify-qa/blob/94e0fe07741e60b2695516725d0b25044f30e864/AGENTS.md",
"key": "mhennemeyer/speccify-qa/AGENTS.md"
}
},
"instructions": "# Speccify agent workspace\n\nBefore doing any work, read `.agent/agent.md` and follow it. That file is the\nagent-independent source of truth for this workspace.",
"cost": {
"context_tokens": 39
}
}
Fetch it by URL: GET /api/v1/registry/mhennemeyer-speccify-qa-speccify-qa/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.