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.
drill-status - Skill - OpenSmartRoute
Skillv1.0.0
drill-status
Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me
Imported from davepoon/buildwithclaude (plugins/drill-me/skills/status/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill status. Copyright stays with the author.
drill-status
Report on the user's learning state. Read-only — no teaching, no ledger writes.
Run date +%Y-%m-%d.
Read ~/.drill-me/index.md and every file in ~/.drill-me/topics/.
If the directory doesn't exist, say so and suggest /drill:me <topic> to start.
Print a compact report:
A table of topics: cards, due now, next due date, last session.
Weak spots: cards flagged cw (confident-wrong) or leech, and any card with
stability under 2 days after 3+ reviews — name the concepts plainly.
Recommendation: the single best next action ("3 cards due in Rust lifetimes —
a 10-minute review today beats 30 minutes on Friday").
Keep it under a screenful. No lectures, no science explainers — just the dashboard.
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.
davepoon-buildwithclaude-status.ocm.jsonjson
{
"ocm": "1",
"id": "davepoon-buildwithclaude-status",
"kind": "skill",
"name": "drill-status",
"description": "Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/drill-me/skills/status/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/drill-me/skills/status/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/drill-me/skills/status/SKILL.md"
},
"allowed_tools": [
"Read",
"Glob",
"Bash"
]
},
"instructions": "# drill-status\n\nReport on the user's learning state. Read-only — no teaching, no ledger writes.\n\n1. Run `date +%Y-%m-%d`.\n2. Read `~/.drill-me/index.md` and every file in `~/.drill-me/topics/`.\n If the directory doesn't exist, say so and suggest `/drill:me <topic>` to start.\n3. Print a compact report:\n - A table of topics: cards, due now, next due date, last session.\n - **Weak spots**: cards flagged `cw` (confident-wrong) or `leech`, and any card with\n stability under 2 days after 3+ reviews — name the concepts plainly.\n - **Recommendation**: the single best next action (\"3 cards d",
"cost": {
"context_tokens": 191
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-status/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.