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.
gsd:review - Skill - OpenSmartRoute
Skillv1.0.0
gsd:review
Request cross-AI peer review of phase plans from external AI CLIs
Imported from davepoon/buildwithclaude (plugins/gsd/skills/review/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill review. Copyright stays with the author.
--claude — Include Claude CLI review (uses separate session)
--codex — Include Codex CLI review
--opencode — Include OpenCode review (uses model from user's OpenCode config)
--qwen — Include Qwen Code review (Alibaba Qwen models)
--cursor — Include Cursor agent review
--all — Include all available CLIs
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
davepoon-buildwithclaude-review.ocm.jsonjson
{
"ocm": "1",
"id": "davepoon-buildwithclaude-review",
"kind": "skill",
"name": "gsd:review",
"description": "Request cross-AI peer review of phase plans from external AI CLIs",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Request cross-AI peer review of phase plans from external AI CLIs"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/review/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/review/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/review/SKILL.md"
},
"allowed_tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep"
]
},
"instructions": "<objective>\nInvoke external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen Code, Cursor) to independently review phase plans.\nProduces a structured REVIEWS.md with per-reviewer feedback that can be fed back into\nplanning via /gsd:plan-phase --reviews.\n\n**Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md\n</objective>\n\n<execution_context>\n@${CLAUDE_PLUGIN_ROOT}/workflows/review.md\n</execution_context>\n\n<context>\nPhase number: extracted from $ARGUMENTS (required)\n\n**Flags:**\n- `--gemini` — Include Gemini CLI review\n- `--claude` — Include Claude CLI",
"cost": {
"context_tokens": 253
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-review/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.