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.
ux-screen - Skill - OpenSmartRoute
Skillv1.0.0
ux-screen
Build or redesign one screen, reviewed and gated (the `screen` mode of nadav-design). Use when Nadav types /ux-screen NAME or asks to build or redesign a screen the right way.
Imported from Nadav011/nadavai-claude (plugins/nadavai/skills/ux-screen/SKILL.md). Install upstream with npx skills add Nadav011/nadavai-claude --skill ux-screen. Copyright stays with the author.
ux-screen
This is a shortcut for the screen mode of the nadavai:nadav-design skill. Same plugin, same version, always.
Invoke the Skill tool with skill nadavai:nadav-design and args screen $ARGUMENTS (the mode word first, then whatever Nadav typed). If the Skill tool cannot load it, read ${CLAUDE_PLUGIN_ROOT}/skills/nadav-design/SKILL.md and follow its Hard rules and its Mode screen section verbatim with screen $ARGUMENTS as $ARGUMENTS. Never look for the master anywhere else.
Start at the first step of that section (step 0 where it exists), one step at a time, evidence after every step, stop on failure, Hebrew chat.
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.
nadav011-nadavai-claude-ux-screen.ocm.jsonjson
{
"ocm": "1",
"id": "nadav011-nadavai-claude-ux-screen",
"kind": "skill",
"name": "ux-screen",
"description": "Build or redesign one screen, reviewed and gated (the `screen` mode of nadav-design). Use when Nadav types /ux-screen NAME or asks to build or redesign a screen the right way.",
"publisher": "Nadav011",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Build or redesign one screen, reviewed and gated (the `screen` mode of nadav-design). Use when Nadav types /ux-screen NAME or asks to build or redesign a screen the right way."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Nadav011/nadavai-claude",
"path": "plugins/nadavai/skills/ux-screen/SKILL.md",
"ref": "c5e425987a7f257e4675c00da1467a0fec89a2f0",
"url": "https://github.com/Nadav011/nadavai-claude/blob/c5e425987a7f257e4675c00da1467a0fec89a2f0/plugins/nadavai/skills/ux-screen/SKILL.md",
"key": "Nadav011/nadavai-claude/plugins/nadavai/skills/ux-screen/SKILL.md"
}
},
"instructions": "# ux-screen\n\nThis is a shortcut for the `screen` mode of the **nadavai:nadav-design** skill. Same plugin, same version, always.\n\n1. Invoke the Skill tool with skill `nadavai:nadav-design` and args `screen $ARGUMENTS` (the mode word first, then whatever Nadav typed). If the Skill tool cannot load it, read `${CLAUDE_PLUGIN_ROOT}/skills/nadav-design/SKILL.md` and follow its **Hard rules** and its **Mode `screen`** section verbatim with `screen $ARGUMENTS` as `$ARGUMENTS`. Never look for the master anywhere else.\n2. Start at the first step of that section (step 0 where it exists), one step at a ti",
"cost": {
"context_tokens": 165
}
}
Fetch it by URL: GET /api/v1/registry/nadav011-nadavai-claude-ux-screen/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.