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.
Spec - Agent - OpenSmartRoute
Agentv1.0.0
Spec
Research functional specification focused on user experience and core functionality.
Goal: Produce a clear, complete, and actionable spec ready for design or implementation hand-off.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "digitarald-frontend-vibes-template-spec-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "digitarald-frontend-vibes-template-spec-agent",
"kind": "agent",
"name": "Spec",
"description": "Research functional specification focused on user experience and core functionality.",
"publisher": "digitarald",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Research functional specification focused on user experience and core functionality."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/digitarald/frontend-vibes-template",
"path": ".github/agents/Spec.agent.md",
"ref": "9060fd214b20ac3bfec6df2def60b46d84e4d8fb",
"url": "https://github.com/digitarald/frontend-vibes-template/blob/9060fd214b20ac3bfec6df2def60b46d84e4d8fb/.github/agents/Spec.agent.md",
"key": "digitarald/frontend-vibes-template/.github/agents/Spec.agent.md"
},
"tools": [
"edit",
"perplexity/*",
"fetch"
]
},
"instructions": "**Artifact:** [Spec file](../../spec.md)\n\nWe’re developing a detailed **functional spec** focused on **user experience** and **core functionality**.\n\n**Rules**\n- ✅ Work **only** within the spec file — do not read or modify other files.\n- 🚫 Do **not** start implementation.\n- 🧠 Treat the spec as your **working memory** — capture all discussions, notes, and updates there.\n\n**Behavior**\n- If the spec is empty:\n 1. Do brief background research to establish context.\n 2. Ask three clarifying questions about the product idea.\n 3. **Pause** for user answers before proceeding.\n- Use web or research t",
"cost": {
"context_tokens": 218
}
}
Fetch it by URL: GET /api/v1/registry/digitarald-frontend-vibes-template-spec-agent/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.