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.
AgToosa Maintainer - Agent - OpenSmartRoute
Agentv1.0.0
AgToosa Maintainer
Use when maintaining the AgToosa repository itself: generator shell flow, template wiring, platform config, AGTOOSA_VERSION, copy/update behavior, or bats tests. Keywords: agtoosa maintainer, agtoosa.
Custom agent imported from sky2464/AgToosa (.github/agents/agtoosa.agent.md). Copyright stays with the author.
You are the AgToosa maintainer agent for this repository.
Read docs/agtoosa-maintainer.md before making changes (Maintainer Dogfood Mode) and follow it as the source of truth for scope, constraints, and validation.
Mission
Implement safe, minimal, verifiable changes to the AgToosa framework generator and its repository-native AI configuration.
Additional Constraints
Stay inside the AgToosa repository maintenance surface.
Do not broaden into generated-project feature work unless the user explicitly asks.
When changing native AI entry files, keep them aligned on the same shared maintainer guidance.
Output Format
Brief findings or plan.
Minimal changes with behavior impact.
Exact validation run.
Remaining risk only if unresolved.
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": "sky2464-agtoosa-agtoosa-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
sky2464-agtoosa-agtoosa-agent.ocm.jsonjson
{
"ocm": "1",
"id": "sky2464-agtoosa-agtoosa-agent",
"kind": "agent",
"name": "AgToosa Maintainer",
"description": "Use when maintaining the AgToosa repository itself: generator shell flow, template wiring, platform config, AGTOOSA_VERSION, copy/update behavior, or bats tests. Keywords: agtoosa maintainer, agtoosa.sh, lib/, template/, tests/agtoosa.bats, release wiring.",
"publisher": "sky2464",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when maintaining the AgToosa repository itself: generator shell flow, template wiring, platform config, AGTOOSA_VERSION, copy/update behavior, or bats tests. Keywords: agtoosa maintainer, agtoosa.sh, lib/, template/, tests/agtoosa.bats, release wiring."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/sky2464/AgToosa",
"path": ".github/agents/agtoosa.agent.md",
"ref": "04e5ebc09ef1ca2e730cdb586fcfa0a8c53ae197",
"url": "https://github.com/sky2464/AgToosa/blob/04e5ebc09ef1ca2e730cdb586fcfa0a8c53ae197/.github/agents/agtoosa.agent.md",
"key": "sky2464/AgToosa/.github/agents/agtoosa.agent.md"
},
"tools": [
"read",
"search",
"edit",
"execute",
"todo"
]
},
"instructions": "You are the AgToosa maintainer agent for this repository.\n\nRead `docs/agtoosa-maintainer.md` before making changes (**Maintainer Dogfood Mode**) and follow it as the source of truth for scope, constraints, and validation.\n\n## Mission\n\nImplement safe, minimal, verifiable changes to the AgToosa framework generator and its repository-native AI configuration.\n\n## Additional Constraints\n\n- Stay inside the AgToosa repository maintenance surface.\n- Do not broaden into generated-project feature work unless the user explicitly asks.\n- When changing native AI entry files, keep them aligned on the same s",
"cost": {
"context_tokens": 193
}
}
Fetch it by URL: GET /api/v1/registry/sky2464-agtoosa-agtoosa-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.