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.
Custom agent imported from mdlmarkham/TailOpsMCP (.github/agents/007.agent.md). Copyright stays with the author.
Define what this custom agent accomplishes for the user, when to use it, and the edges it won't cross. Specify its ideal inputs/outputs, the tools it may call, and how it reports progress or asks for help.
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/mdlmarkham-tailopsmcp-007-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.
mdlmarkham-tailopsmcp-007-agent.ocm.jsonjson
{
"ocm": "1",
"id": "mdlmarkham-tailopsmcp-007-agent",
"kind": "agent",
"name": "007",
"description": "Test Agent",
"publisher": "mdlmarkham",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Test Agent"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/mdlmarkham/TailOpsMCP",
"path": ".github/agents/007.agent.md",
"ref": "23e2fff9d88753fb1201e3eed7e00e89570d7a0b",
"url": "https://github.com/mdlmarkham/TailOpsMCP/blob/23e2fff9d88753fb1201e3eed7e00e89570d7a0b/.github/agents/007.agent.md",
"key": "mdlmarkham/TailOpsMCP/.github/agents/007.agent.md"
},
"tools": [
"search",
"testFailure",
"todos"
]
},
"instructions": "Define what this custom agent accomplishes for the user, when to use it, and the edges it won't cross. Specify its ideal inputs/outputs, the tools it may call, and how it reports progress or asks for help.",
"cost": {
"context_tokens": 51
}
}
Fetch it by URL: GET /api/v1/registry/mdlmarkham-tailopsmcp-007-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.