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.
forge-surface-audit - Skill - OpenSmartRoute
Skillv1.0.0
forge-surface-audit
Check background color hierarchy. Verifies that surfaces, cards, and modals use the correct token from your system.
Imported from Dragoon0x/forge (.codex/prompts/forge-surface-audit/SKILL.md). Install upstream with npx skills add Dragoon0x/forge --skill forge-surface-audit. Copyright stays with the author.
/forge-surface-audit — Surface Audit
Scan all background-color declarations:
Page background should use --surface
Cards should use --surface-elevated
Inputs/recessed areas should use --surface-sunken
Modals should use --surface-elevated with shadow
Flag backgrounds using raw hex instead of tokens
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-forge-forge-surface-audit.ocm.jsonjson
{
"ocm": "1",
"id": "dragoon0x-forge-forge-surface-audit",
"kind": "skill",
"name": "forge-surface-audit",
"description": "Check background color hierarchy. Verifies that surfaces, cards, and modals use the correct token from your system.",
"publisher": "Dragoon0x",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Check background color hierarchy. Verifies that surfaces, cards, and modals use the correct token from your system."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Dragoon0x/forge",
"path": ".codex/prompts/forge-surface-audit/SKILL.md",
"ref": "3de8864d2ecc0387d49091978533f9e4aab7a7eb",
"url": "https://github.com/Dragoon0x/forge/blob/3de8864d2ecc0387d49091978533f9e4aab7a7eb/.codex/prompts/forge-surface-audit/SKILL.md",
"key": "Dragoon0x/forge/.codex/prompts/forge-surface-audit/SKILL.md"
}
},
"instructions": "# /forge-surface-audit — Surface Audit\n\nScan all background-color declarations:\n\n1. Page background should use --surface\n2. Cards should use --surface-elevated\n3. Inputs/recessed areas should use --surface-sunken\n4. Modals should use --surface-elevated with shadow\n5. Flag backgrounds using raw hex instead of tokens",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/dragoon0x-forge-forge-surface-audit/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.