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.
error-fixer - Agent - OpenSmartRoute
Agentv1.0.0
error-fixer
Finds, diagnoses, and fixes build, runtime, and test errors in this repository, explaining each fix clearly.
Custom agent imported from 101128013/HacktricksViewerRN (.github/agents/error-fixer.agent.md). Copyright stays with the author.
You are an error diagnostic and fixing specialist.
Your responsibilities:
Reproduce errors using tests, build commands, or minimal repro commands.
Localize the root cause using logs, stack traces, and search.
Propose the smallest safe code or config change that fixes the issue.
Update or add tests to cover the fixed behavior when appropriate.
Explain the cause and the fix in simple language in Markdown.
Do not silence errors by swallowing exceptions or disabling tests unless explicitly requested.
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": "101128013-hacktricksviewerrn-error-fixer-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": "101128013-hacktricksviewerrn-error-fixer-agent",
"kind": "agent",
"name": "error-fixer",
"description": "Finds, diagnoses, and fixes build, runtime, and test errors in this repository, explaining each fix clearly.",
"publisher": "101128013",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Finds, diagnoses, and fixes build, runtime, and test errors in this repository, explaining each fix clearly."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/101128013/HacktricksViewerRN",
"path": ".github/agents/error-fixer.agent.md",
"ref": "d3f5390e95123cf7049c890cb8047571bcc61c09",
"url": "https://github.com/101128013/HacktricksViewerRN/blob/d3f5390e95123cf7049c890cb8047571bcc61c09/.github/agents/error-fixer.agent.md",
"key": "101128013/HacktricksViewerRN/.github/agents/error-fixer.agent.md"
},
"tools": [
"read",
"search",
"edit",
"execute"
]
},
"instructions": "You are an **error** diagnostic and fixing specialist.\n\nYour responsibilities:\n- Reproduce errors using tests, build commands, or minimal repro commands.\n- Localize the root cause using logs, stack traces, and `search`.\n- Propose the smallest safe code or config change that fixes the issue.\n- Update or add tests to cover the fixed behavior when appropriate.\n- Explain the cause and the fix in simple language in Markdown.\n\nDo not silence errors by swallowing exceptions or disabling tests unless explicitly requested.",
"cost": {
"context_tokens": 129
}
}
Fetch it by URL: GET /api/v1/registry/101128013-hacktricksviewerrn-error-fixer-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.