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.
density - Skill - OpenSmartRoute
Skillv1.0.0
density
Audit visual density and whitespace balance. Checks that sections alternate between sparse and dense, avoiding uniform monotony.
Imported from Dragoon0x/optik (.agents/skills/density/SKILL.md). Install upstream with npx skills add Dragoon0x/optik --skill density. Copyright stays with the author.
/density — Density Analysis
Measure the visual density of each section:
Content-to-whitespace ratio
Element count per viewport height
Spacing between major sections
Internal padding within components
Flag:
Uniformly dense (need breathing room)
Uniformly sparse (need to tighten)
Abrupt density changes (need transitions)
Ideal: rhythmic alternation between dense information and open breathing space.
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.
dragoon0x-optik-density.ocm.jsonjson
{
"ocm": "1",
"id": "dragoon0x-optik-density",
"kind": "skill",
"name": "density",
"description": "Audit visual density and whitespace balance. Checks that sections alternate between sparse and dense, avoiding uniform monotony.",
"publisher": "Dragoon0x",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Audit visual density and whitespace balance. Checks that sections alternate between sparse and dense, avoiding uniform monotony."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Dragoon0x/optik",
"path": ".agents/skills/density/SKILL.md",
"ref": "d103ce67a587c9a51e856d74171738ead60be1e7",
"url": "https://github.com/Dragoon0x/optik/blob/d103ce67a587c9a51e856d74171738ead60be1e7/.agents/skills/density/SKILL.md",
"key": "Dragoon0x/optik/.agents/skills/density/SKILL.md"
}
},
"instructions": "# /density — Density Analysis\n\nMeasure the visual density of each section:\n- Content-to-whitespace ratio\n- Element count per viewport height\n- Spacing between major sections\n- Internal padding within components\n\nFlag:\n- Uniformly dense (need breathing room)\n- Uniformly sparse (need to tighten)\n- Abrupt density changes (need transitions)\n\nIdeal: rhythmic alternation between dense information and open breathing space.",
"cost": {
"context_tokens": 104
}
}
Fetch it by URL: GET /api/v1/registry/dragoon0x-optik-density/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.