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.
assets - Skill - OpenSmartRoute
Skillv1.0.0
assets
<!-- grok-build-harness:begin --> ## Subagent contract - Planning stays on the main agent (frontier). Never delegate planning to `sonnet`. - Implementation defaults to subagents on `sonnet` (`[subagen
Imported from karlorz/agent-skills (skills/grok-build-harness/assets/AGENTS.md). Install upstream with npx skills add karlorz/agent-skills --skill assets. Copyright stays with the author.
Subagent contract
Planning stays on the main agent (frontier). Never delegate planning to sonnet.
Implementation defaults to subagents on sonnet ([subagents.models] pins gp/scout/explore/browser-use). Skills that spawn gp without model: still get sonnet via the pin.
Review of implementation results returns to the main agent for final mid-round verdict.
Goal mode: plan inherits parent (fork). Implement via gp → sonnet pin (or product "implement yourself" on parent if no spawn). Skeptics unpinned → sonnet pin (not live parent). Do not unpin gp to chase parent skeptics. Product completion = skeptic panel + host Achieved bind.
Require file:line evidence. Compress output. No nested subagent trees.
Parent owns all edits, decisions, and final verification.
Full rules: read ~/.grok/agentrules.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/karlorz-agent-skills-assets/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
karlorz-agent-skills-assets.ocm.jsonjson
{
"ocm": "1",
"id": "karlorz-agent-skills-assets",
"kind": "skill",
"name": "assets",
"description": "<!-- grok-build-harness:begin --> ## Subagent contract - Planning stays on the main agent (frontier). Never delegate planning to `sonnet`. - Implementation defaults to subagents on `sonnet` (`[subagents.models]` pins gp/scout/explore/browser-use). Skills that spawn gp without `model:` still get sonnet via the pin. - Review of implementation results returns to the main agent for final mid-round verdict. - Goal mode: plan inherits parent (fork). Implement via gp → sonnet pin (or product \"implement yourself\" on parent if no spawn). Skeptics unpinned → sonnet pin (not live parent). Do not unpin gp to chase parent skeptics. Product completion = skeptic panel + host Achieved bind. - Require file:line evidence. Compress output. No nested subagent trees. - Parent owns all edits, decisions, and final verification. - Full rules: read `~/.grok/agentrules.md`. <!-- grok-build-harness:end -->",
"publisher": "karlorz",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"<!-- grok-build-harness:begin --> ## Subagent contract - Planning stays on the main agent (frontier). Never delegate planning to `sonnet`. - Implementation defaults to subagents on `sonnet` (`[subagents.models]` pins gp/scout/explore/browser-use). Skills that spawn gp without `model:` still get sonnet via the pin. - Review of implementation results returns to the main agent for final mid-round verdict. - Goal mode: plan inherits parent (fork). Implement via gp → sonnet pin (or product \"implement yourself\" on parent if no spawn). Skeptics unpinned → sonnet pin (not live parent). Do not unpin gp to chase parent skeptics. Product completion = skeptic panel + host Achieved bind. - Require file:line evidence. Compress output. No nested subagent trees. - Parent owns all edits, decisions, and final verification. - Full rules: read `~/.grok/agentrules.md`. <!-- grok-build-harness:end -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/karlorz/agent-skills",
"path": "skills/grok-build-harness/assets/AGENTS.md",
"ref": "44d4e0c268132bb7df1d19801a93eed501534e06",
"url": "https://github.com/karlorz/agent-skills/blob/44d4e0c268132bb7df1d19801a93eed501534e06/skills/grok-build-harness/assets/AGENTS.md",
"key": "karlorz/agent-skills/skills/grok-build-harness/assets/AGENTS.md"
}
},
"instructions": "<!-- grok-build-harness:begin -->\n## Subagent contract\n- Planning stays on the main agent (frontier). Never delegate planning to `sonnet`.\n- Implementation defaults to subagents on `sonnet` (`[subagents.models]` pins gp/scout/explore/browser-use). Skills that spawn gp without `model:` still get sonnet via the pin.\n- Review of implementation results returns to the main agent for final mid-round verdict.\n- Goal mode: plan inherits parent (fork). Implement via gp → sonnet pin (or product \"implement yourself\" on parent if no spawn). Skeptics unpinned → sonnet pin (not live parent). Do not unpin gp",
"cost": {
"context_tokens": 223
}
}
Fetch it by URL: GET /api/v1/registry/karlorz-agent-skills-assets/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.