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.
angular-ssr - Skill - OpenSmartRoute
Skillv1.0.0
angular-ssr
DEPRECATED - this skill is unmaintained. Use the official Angular skills at https://github.com/angular/skills instead. Implement server-side rendering and hydration in Angular v20+ using @angular/ssr.
Imported from NeelakshSaxena/Drishti (.agents/skills/angular-ssr/SKILL.md). Install upstream with npx skills add NeelakshSaxena/Drishti --skill angular-ssr. Copyright stays with the author.
Angular SSR
⚠️ Deprecated. This skill is no longer maintained, and its guidance has been
removed rather than left to go stale. The Angular team now publishes official
skills at angular/skills — install those
instead:
npx skills add https://github.com/angular/skills
To remove these: npx skills remove analogjs/angular-skills
The previous contents of this skill remain available in this repository's git
history.
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.
neelakshsaxena-drishti-angular-ssr.ocm.jsonjson
{
"ocm": "1",
"id": "neelakshsaxena-drishti-angular-ssr",
"kind": "skill",
"name": "angular-ssr",
"description": "DEPRECATED - this skill is unmaintained. Use the official Angular skills at https://github.com/angular/skills instead. Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.",
"publisher": "NeelakshSaxena",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"DEPRECATED - this skill is unmaintained. Use the official Angular skills at https://github.com/angular/skills instead. Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NeelakshSaxena/Drishti",
"path": ".agents/skills/angular-ssr/SKILL.md",
"ref": "73dfd9533bc9da383b6299d43ef965dc4d4259d6",
"url": "https://github.com/NeelakshSaxena/Drishti/blob/73dfd9533bc9da383b6299d43ef965dc4d4259d6/.agents/skills/angular-ssr/SKILL.md",
"key": "NeelakshSaxena/Drishti/.agents/skills/angular-ssr/SKILL.md"
}
},
"instructions": "# Angular SSR\n\n> **⚠️ Deprecated.** This skill is no longer maintained, and its guidance has been\n> removed rather than left to go stale. The Angular team now publishes official\n> skills at [angular/skills](https://github.com/angular/skills) — install those\n> instead:\n>\n> ```sh\n> npx skills add https://github.com/angular/skills\n> ```\n>\n> To remove these: `npx skills remove analogjs/angular-skills`\n\nThe previous contents of this skill remain available in this repository's git\nhistory.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/neelakshsaxena-drishti-angular-ssr/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.