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.
NoteStyle Studio - Skill - OpenSmartRoute
Skillv1.0.0
NoteStyle Studio
<!-- LOVABLE:BEGIN --> > [!IMPORTANT] > This project is connected to [Lovable](https://lovable.dev). Avoid rewriting > published git history — force pushing, or rebasing/amending/squashing commits > t
Imported from Abi5678/meeting_mind (NoteStyle Studio/AGENTS.md). Install upstream with npx skills add Abi5678/meeting_mind --skill NoteStyle Studio. Copyright stays with the author.
[!IMPORTANT]
This project is connected to Lovable. Avoid rewriting
published git history — force pushing, or rebasing/amending/squashing commits
that are already pushed — as it rewrites history on Lovable's side and the
user will likely lose their project history.
Commits you push to the connected branch sync back to Lovable and show up in
the editor, so keep the branch in a working state.
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.
{
"ocm": "1",
"id": "abi5678-meeting-mind-notestyle-studio",
"kind": "skill",
"name": "NoteStyle Studio",
"description": "<!-- LOVABLE:BEGIN --> > [!IMPORTANT] > This project is connected to [Lovable](https://lovable.dev). Avoid rewriting > published git history — force pushing, or rebasing/amending/squashing commits > that are already pushed — as it rewrites history on Lovable's side and the > user will likely lose their project history. > > Commits you push to the connected branch sync back to Lovable and show up in > the editor, so keep the branch in a working state. <!-- LOVABLE:END -->",
"publisher": "Abi5678",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"<!-- LOVABLE:BEGIN --> > [!IMPORTANT] > This project is connected to [Lovable](https://lovable.dev). Avoid rewriting > published git history — force pushing, or rebasing/amending/squashing commits > that are already pushed — as it rewrites history on Lovable's side and the > user will likely lose their project history. > > Commits you push to the connected branch sync back to Lovable and show up in > the editor, so keep the branch in a working state. <!-- LOVABLE:END -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Abi5678/meeting_mind",
"path": "NoteStyle Studio/AGENTS.md",
"ref": "cc5ac3bfade8b7a473049e7934852fa5b6405b38",
"url": "https://github.com/Abi5678/meeting_mind/blob/cc5ac3bfade8b7a473049e7934852fa5b6405b38/NoteStyle Studio/AGENTS.md",
"key": "Abi5678/meeting_mind/NoteStyle Studio/AGENTS.md"
}
},
"instructions": "<!-- LOVABLE:BEGIN -->\n> [!IMPORTANT]\n> This project is connected to [Lovable](https://lovable.dev). Avoid rewriting\n> published git history — force pushing, or rebasing/amending/squashing commits\n> that are already pushed — as it rewrites history on Lovable's side and the\n> user will likely lose their project history.\n>\n> Commits you push to the connected branch sync back to Lovable and show up in\n> the editor, so keep the branch in a working state.\n<!-- LOVABLE:END -->",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/abi5678-meeting-mind-notestyle-studio/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.