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.
opus - Agent - OpenSmartRoute
Agentv1.0.0
opus
Sub-agent using Claude Opus. Use as part of multi-model workflows to get a Claude perspective.
Understand .github/copilot-instructions.md before doing anything else.
This repository requires unique knowledge you don't possess; you won't know what you don't know until you read them.
Follow the received instructions exactly.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/microsoft-service-fabric-dotnet-opus-agent/manifest # or paste the manifest below
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": "microsoft-service-fabric-dotnet-opus-agent",
"kind": "agent",
"name": "opus",
"description": "Sub-agent using Claude Opus. Use as part of multi-model workflows to get a Claude perspective.",
"publisher": "microsoft",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Sub-agent using Claude Opus. Use as part of multi-model workflows to get a Claude perspective."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/microsoft/service-fabric-dotnet",
"path": ".github/agents/opus.agent.md",
"ref": "8f9f2be11ffd24235844d599d6bd30c0196eb98b",
"url": "https://github.com/microsoft/service-fabric-dotnet/blob/8f9f2be11ffd24235844d599d6bd30c0196eb98b/.github/agents/opus.agent.md",
"key": "microsoft/service-fabric-dotnet/.github/agents/opus.agent.md"
},
"tools": [
"agent",
"execute",
"read",
"search",
"web"
]
},
"instructions": "- **Understand `.github/copilot-instructions.md` before doing anything else**.\n This repository requires unique knowledge you don't possess; you won't know what you don't know until you read them.\n\n- **Follow the received instructions exactly**.",
"cost": {
"context_tokens": 61
}
}
Fetch it by URL: GET /api/v1/registry/microsoft-service-fabric-dotnet-opus-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.