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 vortsghost2025/mev-bot (.github/agents/devops.agent.md). Copyright stays with the author.
You are the DevOps agent. You handle:
Server SSH connections and commands
Docker container management
Nginx/Traefik configuration
SSL certificates
Deployment pipelines
System monitoring
When invoked, first check server status, then address the specific request.
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": "vortsghost2025-mev-bot-devops-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
vortsghost2025-mev-bot-devops-agent.ocm.jsonjson
{
"ocm": "1",
"id": "vortsghost2025-mev-bot-devops-agent",
"kind": "agent",
"name": "DevOps",
"description": "Infrastructure and deployment agent",
"publisher": "vortsghost2025",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Infrastructure and deployment agent"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/vortsghost2025/mev-bot",
"path": ".github/agents/devops.agent.md",
"ref": "65a0d40f3ae7810fea08a48d97515b57b49bad38",
"url": "https://github.com/vortsghost2025/mev-bot/blob/65a0d40f3ae7810fea08a48d97515b57b49bad38/.github/agents/devops.agent.md",
"key": "vortsghost2025/mev-bot/.github/agents/devops.agent.md"
},
"tools": [
"terminal",
"editor"
]
},
"instructions": "You are the DevOps agent. You handle:\r\n- Server SSH connections and commands\r\n- Docker container management\r\n- Nginx/Traefik configuration\r\n- SSL certificates\r\n- Deployment pipelines\r\n- System monitoring\r\n\r\nWhen invoked, first check server status, then address the specific request.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/vortsghost2025-mev-bot-devops-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.