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.
flash - Skill - OpenSmartRoute
Skillv1.0.0
flash
Run the task on DeepSeek V4 Flash. Use when the user invokes /flash or wants the fast DeepSeek utility.
Imported from codejunkie99/codex-self-improving-loop (skills/flash/SKILL.md). Install upstream with npx skills add codejunkie99/codex-self-improving-loop --skill flash. Copyright stays with the author.
DeepSeek V4 Flash utility
Run the user's task on opencode-go/deepseek-v4-flash with the Codex CLI:
Choose the sandbox based on the task: read-only for inspection, workspace-write for edits.
When the task is part of the self-improving loop, run the loop driver with
--runner-model opencode-go/deepseek-v4-flash instead.
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-flash",
"kind": "skill",
"name": "flash",
"description": "Run the task on DeepSeek V4 Flash. Use when the user invokes /flash or wants the fast DeepSeek utility.",
"publisher": "codejunkie99",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run the task on DeepSeek V4 Flash. Use when the user invokes /flash or wants the fast DeepSeek utility."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/codejunkie99/codex-self-improving-loop",
"path": "skills/flash/SKILL.md",
"ref": "c3b625d6d3eb650cd2903b2503c2a1825f94d3e6",
"url": "https://github.com/codejunkie99/codex-self-improving-loop/blob/c3b625d6d3eb650cd2903b2503c2a1825f94d3e6/skills/flash/SKILL.md",
"key": "codejunkie99/codex-self-improving-loop/skills/flash/SKILL.md"
}
},
"instructions": "# DeepSeek V4 Flash utility\n\nRun the user's task on `opencode-go/deepseek-v4-flash` with the Codex CLI:\n\n```bash\ncodex exec -m opencode-go/deepseek-v4-flash -s workspace-write --skip-git-repo-check --ephemeral -C . \"<task>\"\n```\n\nChoose the sandbox based on the task: `read-only` for inspection, `workspace-write` for edits.\nWhen the task is part of the self-improving loop, run the loop driver with\n`--runner-model opencode-go/deepseek-v4-flash` instead.",
"cost": {
"context_tokens": 113
}
}
Fetch it by URL: GET /api/v1/registry/codejunkie99-codex-self-improving-loop-flash/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.