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.
upgrade - Skill - OpenSmartRoute
Skillv1.0.0
upgrade
Use this skill when Storybook exists but needs an upgrade.
Imported from storybookjs/storybook (code/lib/codex-plugin/plugins/storybook/skills/upgrade/SKILL.md). Install upstream with npx skills add storybookjs/storybook --skill upgrade. Copyright stays with the author.
Storybook must end up at version 10.6 or later. (While 10.6 is unreleased, next satisfies this — 10.6.0-alpha.x. Any canary build, 0.0.0-pr-*, also qualifies.)
If the latest stable release is still below 10.6, upgrade to the prerelease instead with npx storybook@next upgrade.
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.
storybookjs-storybook-upgrade.ocm.jsonjson
{
"ocm": "1",
"id": "storybookjs-storybook-upgrade",
"kind": "skill",
"name": "upgrade",
"description": "Use this skill when Storybook exists but needs an upgrade.",
"publisher": "storybookjs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill when Storybook exists but needs an upgrade."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/storybookjs/storybook",
"path": "code/lib/codex-plugin/plugins/storybook/skills/upgrade/SKILL.md",
"ref": "d48adc8e7c0d5bd6469583a05701761a13871035",
"url": "https://github.com/storybookjs/storybook/blob/d48adc8e7c0d5bd6469583a05701761a13871035/code/lib/codex-plugin/plugins/storybook/skills/upgrade/SKILL.md",
"key": "storybookjs/storybook/code/lib/codex-plugin/plugins/storybook/skills/upgrade/SKILL.md"
}
},
"instructions": "Storybook must end up at version 10.6 or later. (While 10.6 is unreleased, `next` satisfies this — 10.6.0-alpha.x. Any canary build, `0.0.0-pr-*`, also qualifies.)\n\nRead https://storybook.js.org/docs/releases/upgrading.md in its **entirety** to get the latest Storybook upgrade instructions.\n\nIf the latest stable release is still below 10.6, upgrade to the prerelease instead with `npx storybook@next upgrade`.",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/storybookjs-storybook-upgrade/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.