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.
keeplore - Skill - OpenSmartRoute
Skillv1.0.0
keeplore
Issues live in this repo's GitHub Issues (via `gh`). See `docs/agents/issue-tracker.md`.
Imported from JacobStephens2/keeplore (AGENTS.md). Install upstream with npx skills add JacobStephens2/keeplore. Copyright stays with the author.
Agent skills
Issue tracker
Issues live in this repo's GitHub Issues (via gh). See docs/agents/issue-tracker.md.
Triage labels
Default vocabulary: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See docs/agents/triage-labels.md.
Domain docs
Single-context: one CONTEXT.md and docs/adr/ at the repo root. See docs/agents/domain.md.
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.
jacobstephens2-keeplore-keeplore.ocm.jsonjson
{
"ocm": "1",
"id": "jacobstephens2-keeplore-keeplore",
"kind": "skill",
"name": "keeplore",
"description": "Issues live in this repo's GitHub Issues (via `gh`). See `docs/agents/issue-tracker.md`.",
"publisher": "JacobStephens2",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Issues live in this repo's GitHub Issues (via `gh`). See `docs/agents/issue-tracker.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/JacobStephens2/keeplore",
"path": "AGENTS.md",
"ref": "b4c62dac9a9a84acc5340f59be8152dc50ffbdaf",
"url": "https://github.com/JacobStephens2/keeplore/blob/b4c62dac9a9a84acc5340f59be8152dc50ffbdaf/AGENTS.md",
"key": "JacobStephens2/keeplore/AGENTS.md"
}
},
"instructions": "## Agent skills\n\n### Issue tracker\n\nIssues live in this repo's GitHub Issues (via `gh`). See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nDefault vocabulary: `needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`. See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context: one `CONTEXT.md` and `docs/adr/` at the repo root. See `docs/agents/domain.md`.",
"cost": {
"context_tokens": 98
}
}
Fetch it by URL: GET /api/v1/registry/jacobstephens2-keeplore-keeplore/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.