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.
Imported from nirholas/scroll-zoom-thing (skills/SKILL.md). Install upstream with npx skills add nirholas/scroll-zoom-thing --skill skills. Copyright stays with the author.
Skills — Root Index
Name
Description
Status
setup-parallax
Scaffold a complete CSS 3D parallax hero from scratch
stable
tune-layers
Adjust depth and image-position values for existing layers
stable
convert-images
Convert PNG/WebP source images to AVIF for parallax layers
stable
generate-prompts
Write AI image prompts for each parallax depth layer
stable
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.
nirholas-scroll-zoom-thing-skills.ocm.jsonjson
{
"ocm": "1",
"id": "nirholas-scroll-zoom-thing-skills",
"kind": "skill",
"name": "skills-root",
"description": "Index of all scroll-zoom-thing skills.",
"publisher": "nirholas",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Index of all scroll-zoom-thing skills."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/nirholas/scroll-zoom-thing",
"path": "skills/SKILL.md",
"ref": "a33a989e37e75efd7ba9994eeec3e845567c3ae9",
"url": "https://github.com/nirholas/scroll-zoom-thing/blob/a33a989e37e75efd7ba9994eeec3e845567c3ae9/skills/SKILL.md",
"key": "nirholas/scroll-zoom-thing/skills/SKILL.md"
}
},
"instructions": "# Skills — Root Index\n\n| Name | Description | Status |\n|---|---|---|\n| `setup-parallax` | Scaffold a complete CSS 3D parallax hero from scratch | stable |\n| `tune-layers` | Adjust depth and image-position values for existing layers | stable |\n| `convert-images` | Convert PNG/WebP source images to AVIF for parallax layers | stable |\n| `generate-prompts` | Write AI image prompts for each parallax depth layer | stable |",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/nirholas-scroll-zoom-thing-skills/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.