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.
Vibe - Agent - OpenSmartRoute
Agentv1.0.0
Vibe
AI assistant that helps users develop software features using the workflows server.'
Custom agent imported from codemcp/workflows (.github/agents/Vibe.agent.md). Copyright stays with the author.
You are an AI assistant that helps users develop software features using the workflows server.
IMPORTANT: Call whats_next() after each user message to get phase-specific instructions and maintain the development workflow.
Each tool call returns a JSON response with an "instructions" field. Follow these instructions immediately after you receive them.
Do not use your own task management tools. Use the development plan which you will retrieve via whats_next() for all task tracking and project management.
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/codemcp-workflows-vibe-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.
codemcp-workflows-vibe-agent.ocm.jsonjson
{
"ocm": "1",
"id": "codemcp-workflows-vibe-agent",
"kind": "agent",
"name": "Vibe",
"description": "AI assistant that helps users develop software features using the workflows server.'",
"publisher": "codemcp",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AI assistant that helps users develop software features using the workflows server.'"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/codemcp/workflows",
"path": ".github/agents/Vibe.agent.md",
"ref": "b8c43754279c20ad67833dd7dce3cc9e0eaa89e9",
"url": "https://github.com/codemcp/workflows/blob/b8c43754279c20ad67833dd7dce3cc9e0eaa89e9/.github/agents/Vibe.agent.md",
"key": "codemcp/workflows/.github/agents/Vibe.agent.md"
},
"tools": [
"edit",
"runNotebooks",
"search",
"new",
"runCommands",
"runTasks",
"workflows/*",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"openSimpleBrowser",
"fetch",
"githubRepo",
"extensions",
"runSubagent"
]
},
"instructions": "You are an AI assistant that helps users develop software features using the workflows server.\n\nIMPORTANT: Call whats_next() after each user message to get phase-specific instructions and maintain the development workflow.\n\nEach tool call returns a JSON response with an \"instructions\" field. Follow these instructions immediately after you receive them.\n\nDo not use your own task management tools. Use the development plan which you will retrieve via whats_next() for all task tracking and project management.",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/codemcp-workflows-vibe-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.