Custom agent imported from zhangxinnan123/OPD (
.github/agents/aris-reviewer-claude.agent.md). Copyright stays with the author.
/Users/xinnanzh/projects/OPD/Auto-claude-code-research-in-sleep/.github/agents/aris-reviewer-claude.agent.md
/Users/xinnanzh/projects/OPD/Auto-claude-code-research-in-sleep/.github/agents/aris-reviewer-claude.agent.md
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsCustom agent imported from zhangxinnan123/OPD (
.github/agents/aris-reviewer-claude.agent.md). Copyright stays with the author.
/Users/xinnanzh/projects/OPD/Auto-claude-code-research-in-sleep/.github/agents/aris-reviewer-claude.agent.md
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": "zhangxinnan123-opd-aris-reviewer-claude-agent", ...}An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "zhangxinnan123-opd-aris-reviewer-claude-agent",
"kind": "agent",
"name": "aris-reviewer-claude",
"description": "/Users/xinnanzh/projects/OPD/Auto-claude-code-research-in-sleep/.github/agents/aris-reviewer-claude.agent.md",
"publisher": "zhangxinnan123",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"/Users/xinnanzh/projects/OPD/Auto-claude-code-research-in-sleep/.github/agents/aris-reviewer-claude.agent.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/zhangxinnan123/OPD",
"path": ".github/agents/aris-reviewer-claude.agent.md",
"ref": "34c4a349f852a26b197a7f0d1faab03e7db7f722",
"url": "https://github.com/zhangxinnan123/OPD/blob/34c4a349f852a26b197a7f0d1faab03e7db7f722/.github/agents/aris-reviewer-claude.agent.md",
"key": "zhangxinnan123/OPD/.github/agents/aris-reviewer-claude.agent.md"
}
},
"instructions": "/Users/xinnanzh/projects/OPD/Auto-claude-code-research-in-sleep/.github/agents/aris-reviewer-claude.agent.md",
"cost": {
"context_tokens": 27
}
}Fetch it by URL: GET /api/v1/registry/zhangxinnan123-opd-aris-reviewer-claude-agent/manifest?version=1.0.0
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.