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.
quote-policy - Skill - OpenSmartRoute
Skillv1.0.0
quote-policy
Synthetic benchmark quote workflow with a reference, inventory tool and calculation script.
Imported from roomkit-live/roomkit (benchmarks/chat/fixtures/quote-policy/SKILL.md). Install upstream with npx skills add roomkit-live/roomkit --skill quote-policy. Copyright stays with the author.
For a benchmark quote, follow this workflow:
Read rules.md with read_skill_reference.
Call inventory to obtain quantity and unit price. This tool is gated by this skill.
Run total.py with run_skill_script, passing quantity and unit_price as strings.
Answer with the script's total and the policy marker from the reference.
Reuse this skill on follow-up quotes. These rules apply only in this room.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/roomkit-live-roomkit-quote-policy/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
roomkit-live-roomkit-quote-policy.ocm.jsonjson
{
"ocm": "1",
"id": "roomkit-live-roomkit-quote-policy",
"kind": "skill",
"name": "quote-policy",
"description": "Synthetic benchmark quote workflow with a reference, inventory tool and calculation script.",
"publisher": "roomkit-live",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Synthetic benchmark quote workflow with a reference, inventory tool and calculation script."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/roomkit-live/roomkit",
"path": "benchmarks/chat/fixtures/quote-policy/SKILL.md",
"ref": "2ee1169b8287abf9cfab0cf60089a35d616229e4",
"url": "https://github.com/roomkit-live/roomkit/blob/2ee1169b8287abf9cfab0cf60089a35d616229e4/benchmarks/chat/fixtures/quote-policy/SKILL.md",
"key": "roomkit-live/roomkit/benchmarks/chat/fixtures/quote-policy/SKILL.md"
}
},
"instructions": "For a benchmark quote, follow this workflow:\n1. Read `rules.md` with read_skill_reference.\n2. Call inventory to obtain quantity and unit price. This tool is gated by this skill.\n3. Run `total.py` with run_skill_script, passing quantity and unit_price as strings.\n4. Answer with the script's total and the policy marker from the reference.\n\nReuse this skill on follow-up quotes. These rules apply only in this room.",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/roomkit-live-roomkit-quote-policy/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.