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.
nerds-toegankelijkheid - Skill - OpenSmartRoute
Skillv1.0.0
nerds-toegankelijkheid
Digitale toegankelijkheid bij de overheid: WCAG, a11y, EN 301 549, screenreader, toetsenbordnavigatie, kleurcontrast, NL Design System, inclusief ontwerpen.
Imported from MinBZK/NeRDS (skills/nerds-toegankelijkheid/SKILL.md). Install upstream with npx skills add MinBZK/NeRDS --skill nerds-toegankelijkheid. Copyright stays with the author.
NeRDS Richtlijn 2: Zorg voor toegankelijkheid en inclusie
Lees richtlijn.md voor bewezen praktijken en hulpmiddelen, en fases.md voor implementatie per fase.
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.
minbzk-nerds-nerds-toegankelijkheid.ocm.jsonjson
{
"ocm": "1",
"id": "minbzk-nerds-nerds-toegankelijkheid",
"kind": "skill",
"name": "nerds-toegankelijkheid",
"description": "Digitale toegankelijkheid bij de overheid: WCAG, a11y, EN 301 549, screenreader, toetsenbordnavigatie, kleurcontrast, NL Design System, inclusief ontwerpen.",
"publisher": "MinBZK",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Digitale toegankelijkheid bij de overheid: WCAG, a11y, EN 301 549, screenreader, toetsenbordnavigatie, kleurcontrast, NL Design System, inclusief ontwerpen."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/MinBZK/NeRDS",
"path": "skills/nerds-toegankelijkheid/SKILL.md",
"ref": "ea64e4bc0f36e47c2bafc4c2dd1ad81fda480839",
"url": "https://github.com/MinBZK/NeRDS/blob/ea64e4bc0f36e47c2bafc4c2dd1ad81fda480839/skills/nerds-toegankelijkheid/SKILL.md",
"key": "MinBZK/NeRDS/skills/nerds-toegankelijkheid/SKILL.md"
}
},
"instructions": "# NeRDS Richtlijn 2: Zorg voor toegankelijkheid en inclusie\n\nLees [richtlijn.md](richtlijn.md) voor bewezen praktijken en hulpmiddelen, en [fases.md](fases.md) voor implementatie per fase.\n\nGerelateerde richtlijnen: `/nerds-gebruikers`, `/nerds-standaarden`",
"cost": {
"context_tokens": 64
}
}
Fetch it by URL: GET /api/v1/registry/minbzk-nerds-nerds-toegankelijkheid/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.