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.
nx-plugins - Skill - OpenSmartRoute
Skillv1.0.0
nx-plugins
Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.
Imported from ariel-gallardo/restaurante (Restaurante.Frontend/.github/skills/nx-plugins/SKILL.md). Install upstream with npx skills add ariel-gallardo/restaurante --skill nx-plugins. Copyright stays with the author.
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": "ariel-gallardo-restaurante-nx-plugins",
"kind": "skill",
"name": "nx-plugins",
"description": "Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.",
"publisher": "ariel-gallardo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ariel-gallardo/restaurante",
"path": "Restaurante.Frontend/.github/skills/nx-plugins/SKILL.md",
"ref": "6322c1f93c53840d44720256dd7acbdb59994046",
"url": "https://github.com/ariel-gallardo/restaurante/blob/6322c1f93c53840d44720256dd7acbdb59994046/Restaurante.Frontend/.github/skills/nx-plugins/SKILL.md",
"key": "ariel-gallardo/restaurante/Restaurante.Frontend/.github/skills/nx-plugins/SKILL.md"
}
},
"instructions": "## Finding and Installing new plugins\n\n- List plugins: `pnpm nx list`\n- Install plugins `pnpm nx add <plugin>`. Example: `pnpm nx add @nx/react`.",
"cost": {
"context_tokens": 36
}
}
Fetch it by URL: GET /api/v1/registry/ariel-gallardo-restaurante-nx-plugins/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.