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.
sol - Skill - OpenSmartRoute
Skillv1.0.0
sol
Use Sol to review work or rewrite prompts. Use when the user invokes /sol or wants the Sol utility.
Imported from codejunkie99/codex-self-improving-loop (skills/sol/SKILL.md). Install upstream with npx skills add codejunkie99/codex-self-improving-loop --skill sol. Copyright stays with the author.
Sol utility
Run the review or rewrite task on gpt-5.6-sol with the Codex CLI:
For rewriting a loop prompt, feed the current prompt.md plus log.md to Sol
with the rewriter instructions from the self-improving loop, and give
workspace-write so it can rewrite prompt.md in place. Rewrites stay at most
20% larger than the original.
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-sol",
"kind": "skill",
"name": "sol",
"description": "Use Sol to review work or rewrite prompts. Use when the user invokes /sol or wants the Sol utility.",
"publisher": "codejunkie99",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use Sol to review work or rewrite prompts. Use when the user invokes /sol or wants the Sol utility."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/codejunkie99/codex-self-improving-loop",
"path": "skills/sol/SKILL.md",
"ref": "c3b625d6d3eb650cd2903b2503c2a1825f94d3e6",
"url": "https://github.com/codejunkie99/codex-self-improving-loop/blob/c3b625d6d3eb650cd2903b2503c2a1825f94d3e6/skills/sol/SKILL.md",
"key": "codejunkie99/codex-self-improving-loop/skills/sol/SKILL.md"
}
},
"instructions": "# Sol utility\n\nRun the review or rewrite task on `gpt-5.6-sol` with the Codex CLI:\n\n```bash\ncodex exec -m gpt-5.6-sol -s read-only --skip-git-repo-check --ephemeral -C . \"<task>\"\n```\n\nFor rewriting a loop prompt, feed the current `prompt.md` plus `log.md` to Sol\nwith the rewriter instructions from the self-improving loop, and give\n`workspace-write` so it can rewrite `prompt.md` in place. Rewrites stay at most\n20% larger than the original.",
"cost": {
"context_tokens": 110
}
}
Fetch it by URL: GET /api/v1/registry/codejunkie99-codex-self-improving-loop-sol/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.