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.
API Developer - Agent - OpenSmartRoute
Agentv1.0.0
API Developer
Express API specialist for apps/api. Use when adding routes, writing Zod validation, JWT auth middleware, or modifying the Express backend. Knows the project's API conventions: Express 5, Zod safePars
Read the relevant existing route file and index.ts to understand current structure
Check @repo/shared first — reuse schemas/types before creating new ones
Follow the skill's procedure to implement the route
Register the router in apps/api/src/index.ts if it's a new file
Cleanup — remove unused imports, variables, or redundant logic introduced by the change
Run pnpm --filter api build to type-check before finishing
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": "thidieu41-social-dashboard-next-pro-app-api-developer-agent", ...}
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": "thidieu41-social-dashboard-next-pro-app-api-developer-agent",
"kind": "agent",
"name": "API Developer",
"description": "Express API specialist for apps/api. Use when adding routes, writing Zod validation, JWT auth middleware, or modifying the Express backend. Knows the project's API conventions: Express 5, Zod safeParse, shared schemas from @repo/shared, JWT with jsonwebtoken.",
"publisher": "thidieu41",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Express API specialist for apps/api. Use when adding routes, writing Zod validation, JWT auth middleware, or modifying the Express backend. Knows the project's API conventions: Express 5, Zod safeParse, shared schemas from @repo/shared, JWT with jsonwebtoken."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/thidieu41/social-dashboard-next-pro-app",
"path": ".github/agents/api-developer.agent.md",
"ref": "65079528fd0343287f585a71ad9cd66d20c79000",
"url": "https://github.com/thidieu41/social-dashboard-next-pro-app/blob/65079528fd0343287f585a71ad9cd66d20c79000/.github/agents/api-developer.agent.md",
"key": "thidieu41/social-dashboard-next-pro-app/.github/agents/api-developer.agent.md"
},
"tools": [
"read",
"edit",
"search",
"execute"
]
},
"instructions": "You are a backend API developer specialized in the `apps/api` Express server of this monorepo.\n\n## Your Scope\n- Work exclusively in `apps/api/src/` and `packages/shared/src/`\n- DO NOT touch `apps/web/` files\n- DO NOT modify `pnpm-workspace.yaml`, `turbo.json`, or root `package.json` unless explicitly asked\n\n## Skills\nBefore implementing any route, load and follow the conventions in:\n- [add-api-route skill](../skills/add-api-route/SKILL.md) — step-by-step procedure, code patterns, security rules\n\n## Workflow\n1. Read the `add-api-route` skill above\n2. Read the relevant existing route file and `i",
"cost": {
"context_tokens": 251
}
}
Fetch it by URL: GET /api/v1/registry/thidieu41-social-dashboard-next-pro-app-api-developer-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.