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.
cstepgo-webapp-agent - Agent - OpenSmartRoute
Agentv1.0.0
cstepgo-webapp-agent
An AI agent that helps design, implement, refactor, and debug the cstepgo web application, including frontend, backend APIs, database schema, and tests.
Custom agent imported from sgdataguru/cstepgo (.github/agents/my-agent.agent.md). Copyright stays with the author.
cstepgo Web App Agent
This agent is focused on building and maintaining the SteppeGo web application.
It can:
Scaffold and implement new pages, routes, and components.
Create and update API endpoints for drivers, trips, and activity owners.
Propose and modify Prisma schema and migrations.
Refactor existing code for clarity, performance, and consistency.
Write and maintain scripts and tests used to validate key flows.
Use this agent whenever you need structured help shipping features, fixing bugs,
or improving developer experience in this repository.
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": "sgdataguru-cstepgo-my-agent-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
sgdataguru-cstepgo-my-agent-agent.ocm.jsonjson
{
"ocm": "1",
"id": "sgdataguru-cstepgo-my-agent-agent",
"kind": "agent",
"name": "cstepgo-webapp-agent",
"description": "An AI agent that helps design, implement, refactor, and debug the cstepgo web application, including frontend, backend APIs, database schema, and tests.",
"publisher": "sgdataguru",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"An AI agent that helps design, implement, refactor, and debug the cstepgo web application, including frontend, backend APIs, database schema, and tests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/sgdataguru/cstepgo",
"path": ".github/agents/my-agent.agent.md",
"ref": "3fb9daffe2c0ae6037edae7ba0fdb9d18c9c1650",
"url": "https://github.com/sgdataguru/cstepgo/blob/3fb9daffe2c0ae6037edae7ba0fdb9d18c9c1650/.github/agents/my-agent.agent.md",
"key": "sgdataguru/cstepgo/.github/agents/my-agent.agent.md"
}
},
"instructions": "# cstepgo Web App Agent\n\nThis agent is focused on building and maintaining the SteppeGo web application.\n\nIt can:\n- Scaffold and implement new pages, routes, and components.\n- Create and update API endpoints for drivers, trips, and activity owners.\n- Propose and modify Prisma schema and migrations.\n- Refactor existing code for clarity, performance, and consistency.\n- Write and maintain scripts and tests used to validate key flows.\n\nUse this agent whenever you need structured help shipping features, fixing bugs,\nor improving developer experience in this repository.",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/sgdataguru-cstepgo-my-agent-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.