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.
icons - Skill - OpenSmartRoute
Skillv1.0.0
icons
We use https://github.com/unplugin/unplugin-icons, to use an Icon we need to import.
<script lang="ts">import IconAccessibility from '~icons/carbon/accessibility';import IconAccountBox from '~icons/mdi/account-box';</script><IconAccesibility /><IconAccountBox class="w-6 h-6 text-green-500" />
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/lemontv-win-lemontv-icons-rule/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
lemontv-win-lemontv-icons-rule.ocm.jsonjson
{
"ocm": "1",
"id": "lemontv-win-lemontv-icons-rule",
"kind": "skill",
"name": "icons",
"description": "We use https://github.com/unplugin/unplugin-icons, to use an Icon we need to import.",
"publisher": "LemonTV-win",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"We use https://github.com/unplugin/unplugin-icons, to use an Icon we need to import."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/LemonTV-win/LemonTV",
"path": ".cursor/rules/icons.mdc",
"ref": "56476be748404adb8b7959245244283b11a8eb45",
"url": "https://github.com/LemonTV-win/LemonTV/blob/56476be748404adb8b7959245244283b11a8eb45/.cursor/rules/icons.mdc",
"key": "LemonTV-win/LemonTV/.cursor/rules/icons.mdc"
}
},
"instructions": "# Unplugin-Icons\n\nWe use https://github.com/unplugin/unplugin-icons, to use an Icon we need to import.\n\n```svelte\n<script lang=\"ts\">\nimport IconAccessibility from '~icons/carbon/accessibility';\nimport IconAccountBox from '~icons/mdi/account-box';\n</script>\n\n<IconAccesibility />\n<IconAccountBox class=\"w-6 h-6 text-green-500\" />\n```",
"cost": {
"context_tokens": 83
}
}
Fetch it by URL: GET /api/v1/registry/lemontv-win-lemontv-icons-rule/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.