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 outshift-open/mas-lab (library-samples/skills/answer-formatting/SKILL.md). Install upstream with npx skills add outshift-open/mas-lab --skill answer-formatting. Copyright stays with the author.
Answer Formatting
When to use
Apply these rules to EVERY answer you produce.
Rules
Start with a one-sentence summary (the direct answer).
Follow with supporting details in 2-3 bullet points.
If you used a tool, cite the source (URL or tool name).
End with a confidence indicator: HIGH / MEDIUM / LOW.
Example
Q: What is the speed of light?
A: The speed of light in vacuum is approximately 299,792,458 m/s.
This is an exact defined value in the SI system (since 1983).
Often approximated as 3 × 10⁸ m/s.
Source: established physics constant (no tool needed).
Confidence: HIGH
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": "outshift-open-mas-lab-answer-formatting",
"kind": "skill",
"name": "answer-formatting",
"description": "Apply these rules to EVERY answer you produce.",
"publisher": "outshift-open",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Apply these rules to EVERY answer you produce."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/outshift-open/mas-lab",
"path": "library-samples/skills/answer-formatting/SKILL.md",
"ref": "c6f99e0bd3fd157eeeac842e482f91992ef82ca3",
"url": "https://github.com/outshift-open/mas-lab/blob/c6f99e0bd3fd157eeeac842e482f91992ef82ca3/library-samples/skills/answer-formatting/SKILL.md",
"key": "outshift-open/mas-lab/library-samples/skills/answer-formatting/SKILL.md"
}
},
"instructions": "<!--\n Copyright (c) 2026 Cisco Systems, Inc. and its affiliates\n SPDX-License-Identifier: Apache-2.0\n-->\n# Answer Formatting\n\n## When to use\n\nApply these rules to EVERY answer you produce.\n\n## Rules\n\n1. Start with a **one-sentence summary** (the direct answer).\n2. Follow with **supporting details** in 2-3 bullet points.\n3. If you used a tool, cite the source (URL or tool name).\n4. End with a **confidence indicator**: HIGH / MEDIUM / LOW.\n\n## Example\n\n**Q:** What is the speed of light?\n**A:** The speed of light in vacuum is approximately 299,792,458 m/s.\n\n- This is an exact defined value in t",
"cost": {
"context_tokens": 184
}
}
Fetch it by URL: GET /api/v1/registry/outshift-open-mas-lab-answer-formatting/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.