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.
Imported from charlsdev/portfolio-dev (AGENTS.md). Install upstream with npx skills add charlsdev/portfolio-dev. Copyright stays with the author.
This is NOT the SvelteKit/Tailwind you know
SvelteKit 2 + Svelte 5 (runes). Componentes legacy de Svelte 4 conviven, pero el código nuevo usa $props/$state/$derived y {@render}. No asumas Svelte 4.
Tailwind v4 (CSS-first, @theme en src/app.css, plugin @tailwindcss/vite). NO hay tailwind.config.js. El config v3 que aparece en MARCA.md es solo referencia de tokens.
Lee la guía relevante en node_modules/@sveltejs/kit/** o node_modules/svelte/** antes de tocar APIs que no recuerdes con certeza. Honra los deprecation notices (ej. <svelte:component>).
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": "charlsdev-portfolio-dev-portfolio-dev",
"kind": "skill",
"name": "portfolio-dev",
"description": "This is NOT the SvelteKit/Tailwind you know",
"publisher": "charlsdev",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is NOT the SvelteKit/Tailwind you know"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/charlsdev/portfolio-dev",
"path": "AGENTS.md",
"ref": "b00b083ce574569e422bd4d2ebb238585cc39c4e",
"url": "https://github.com/charlsdev/portfolio-dev/blob/b00b083ce574569e422bd4d2ebb238585cc39c4e/AGENTS.md",
"key": "charlsdev/portfolio-dev/AGENTS.md"
}
},
"instructions": "# This is NOT the SvelteKit/Tailwind you know\n\n- **SvelteKit 2 + Svelte 5 (runes)**. Componentes legacy de Svelte 4 conviven, pero el código nuevo usa `$props/$state/$derived` y `{@render}`. No asumas Svelte 4.\n- **Tailwind v4** (CSS-first, `@theme` en `src/app.css`, plugin `@tailwindcss/vite`). NO hay `tailwind.config.js`. El config v3 que aparece en `MARCA.md` es solo referencia de tokens.\n- Lee la guía relevante en `node_modules/@sveltejs/kit/**` o `node_modules/svelte/**` antes de tocar APIs que no recuerdes con certeza. Honra los deprecation notices (ej. `<svelte:component>`).",
"cost": {
"context_tokens": 147
}
}
Fetch it by URL: GET /api/v1/registry/charlsdev-portfolio-dev-portfolio-dev/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.