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.
build - Skill - OpenSmartRoute
Skillv1.0.0
build
Implement a task with DeepSeek V4 Pro and verify it. Use when the user invokes /build or wants the implement utility.
Imported from codejunkie99/codex-self-improving-loop (skills/build/SKILL.md). Install upstream with npx skills add codejunkie99/codex-self-improving-loop --skill build. Copyright stays with the author.
Build utility
Implement the user's task with opencode-go/deepseek-v4-pro, running in the
current project with workspace-write and running the relevant tests or
verification before reporting completion:
Report what changed and what was verified. If verification fails, say so
instead of claiming completion.
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.
{
"ocm": "1",
"id": "codejunkie99-codex-self-improving-loop-build",
"kind": "skill",
"name": "build",
"description": "Implement a task with DeepSeek V4 Pro and verify it. Use when the user invokes /build or wants the implement utility.",
"publisher": "codejunkie99",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement a task with DeepSeek V4 Pro and verify it. Use when the user invokes /build or wants the implement utility."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/codejunkie99/codex-self-improving-loop",
"path": "skills/build/SKILL.md",
"ref": "c3b625d6d3eb650cd2903b2503c2a1825f94d3e6",
"url": "https://github.com/codejunkie99/codex-self-improving-loop/blob/c3b625d6d3eb650cd2903b2503c2a1825f94d3e6/skills/build/SKILL.md",
"key": "codejunkie99/codex-self-improving-loop/skills/build/SKILL.md"
}
},
"instructions": "# Build utility\n\nImplement the user's task with `opencode-go/deepseek-v4-pro`, running in the\ncurrent project with `workspace-write` and running the relevant tests or\nverification before reporting completion:\n\n```bash\ncodex exec -m opencode-go/deepseek-v4-pro -s workspace-write --skip-git-repo-check --ephemeral -C . \"<task>\"\n```\n\nReport what changed and what was verified. If verification fails, say so\ninstead of claiming completion.",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/codejunkie99-codex-self-improving-loop-build/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.