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.
BreadSched - Skill - OpenSmartRoute
Skillv1.0.0
BreadSched
Repository-wide contributor and coding-agent instructions are maintained in [`CONTRIBUTING.md`](CONTRIBUTING.md). Read that file completely before planning, editing, testing, committing, or submitting
Imported from hdholm/BreadSched (AGENTS.md). Install upstream with npx skills add hdholm/BreadSched. Copyright stays with the author.
Agent instructions
Repository-wide contributor and coding-agent instructions are maintained in
CONTRIBUTING.md. Read that file completely before planning,
editing, testing, committing, or submitting work in this repository.
More-specific AGENTS.md files may add instructions for their own subtrees. When
present, follow both sets; the more-specific file governs only its directory scope.
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.
hdholm-breadsched-breadsched.ocm.jsonjson
{
"ocm": "1",
"id": "hdholm-breadsched-breadsched",
"kind": "skill",
"name": "BreadSched",
"description": "Repository-wide contributor and coding-agent instructions are maintained in [`CONTRIBUTING.md`](CONTRIBUTING.md). Read that file completely before planning, editing, testing, committing, or submitting work in this repository.",
"publisher": "hdholm",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Repository-wide contributor and coding-agent instructions are maintained in [`CONTRIBUTING.md`](CONTRIBUTING.md). Read that file completely before planning, editing, testing, committing, or submitting work in this repository."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/hdholm/BreadSched",
"path": "AGENTS.md",
"ref": "545c313e51b338e2e0c31b2c5d7813b0448c65c0",
"url": "https://github.com/hdholm/BreadSched/blob/545c313e51b338e2e0c31b2c5d7813b0448c65c0/AGENTS.md",
"key": "hdholm/BreadSched/AGENTS.md"
}
},
"instructions": "# Agent instructions\n\nRepository-wide contributor and coding-agent instructions are maintained in\n[`CONTRIBUTING.md`](CONTRIBUTING.md). Read that file completely before planning,\nediting, testing, committing, or submitting work in this repository.\n\nMore-specific `AGENTS.md` files may add instructions for their own subtrees. When\npresent, follow both sets; the more-specific file governs only its directory scope.",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/hdholm-breadsched-breadsched/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.