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.
civic-knowledge - Skill - OpenSmartRoute
Skillv1.0.0
civic-knowledge
Explain local civic services and public processes with clear verification boundaries.
Imported from artbakerchat/Y (skills/civic-knowledge/SKILL.md). Install upstream with npx skills add artbakerchat/Y --skill civic-knowledge. Copyright stays with the author.
Civic Knowledge
Identify the jurisdiction, service, program, or public process involved.
Explain the process in plain language and distinguish general guidance from verified local facts.
Note dates, eligibility rules, contact details, or policies that may have changed and need confirmation.
Help the user prepare a short list of questions or documents for the responsible office.
Do not present the agent as a government office or as legal, medical, or emergency advice.
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.
artbakerchat-y-civic-knowledge.ocm.jsonjson
{
"ocm": "1",
"id": "artbakerchat-y-civic-knowledge",
"kind": "skill",
"name": "civic-knowledge",
"description": "Explain local civic services and public processes with clear verification boundaries.",
"publisher": "artbakerchat",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"civic",
"municipality",
"local",
"service",
"public",
"meeting",
"government",
"permit",
"benefits"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Explain local civic services and public processes with clear verification boundaries."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/artbakerchat/Y",
"path": "skills/civic-knowledge/SKILL.md",
"ref": "aaa274612328b51c77be8224f5215bbce495bfc8",
"url": "https://github.com/artbakerchat/Y/blob/aaa274612328b51c77be8224f5215bbce495bfc8/skills/civic-knowledge/SKILL.md",
"key": "artbakerchat/Y/skills/civic-knowledge/SKILL.md"
}
},
"instructions": "# Civic Knowledge\n\n1. Identify the jurisdiction, service, program, or public process involved.\n2. Explain the process in plain language and distinguish general guidance from verified local facts.\n3. Note dates, eligibility rules, contact details, or policies that may have changed and need confirmation.\n4. Help the user prepare a short list of questions or documents for the responsible office.\n5. Do not present the agent as a government office or as legal, medical, or emergency advice.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/artbakerchat-y-civic-knowledge/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.