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.
context-list - Skill - OpenSmartRoute
Skillv1.0.0
context-list
List active sessions and saved contexts with summaries. Use /context-list or /context-list <task-id> to see what contexts are available for a task.
Imported from 0x6a77/context-curator (src/skills/context-curator/session/context-list/SKILL.md). Install upstream with npx skills add 0x6a77/context-curator --skill context-list. Copyright stays with the author.
Display the output verbatim. No reformatting or additional analysis needed — the script handles all formatting.
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.
0x6a77-context-curator-context-list.ocm.jsonjson
{
"ocm": "1",
"id": "0x6a77-context-curator-context-list",
"kind": "skill",
"name": "context-list",
"description": "List active sessions and saved contexts with summaries. Use /context-list or /context-list <task-id> to see what contexts are available for a task.",
"publisher": "0x6a77",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"List active sessions and saved contexts with summaries. Use /context-list or /context-list <task-id> to see what contexts are available for a task."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/0x6a77/context-curator",
"path": "src/skills/context-curator/session/context-list/SKILL.md",
"ref": "1c941510d0e8a25a89615ffdddae9cb6449ed2b2",
"url": "https://github.com/0x6a77/context-curator/blob/1c941510d0e8a25a89615ffdddae9cb6449ed2b2/src/skills/context-curator/session/context-list/SKILL.md",
"key": "0x6a77/context-curator/src/skills/context-curator/session/context-list/SKILL.md"
},
"allowed_tools": [
"Bash"
]
},
"instructions": "# /context-list\n\n**Usage:** `/context-list [task-id]`\n\nRun the listing script and display its output:\n\n```bash\nnode ~/.claude/context-curator/dist/scripts/context-list.js ${args}\n```\n\nDisplay the output verbatim. No reformatting or additional analysis needed — the script handles all formatting.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/0x6a77-context-curator-context-list/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.