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.
end-session - Skill - OpenSmartRoute
Skillv1.0.0
end-session
Close out a work session. Triggers: 'end session', 'I'm done for today', 'let's wrap up', 'mark this task done', 'save progress'. ONLY correct way to mark tasks done/in-review with a session record.
Imported from Gruku/claude-tools (codex-plugins/taskmaster/skills/end-session/SKILL.md). Install upstream with npx skills add Gruku/claude-tools --skill end-session. Copyright stays with the author.
End Session
Follow the playbook at ../../playbooks/end-session/playbook.md (relative to
this skill's base directory). Read it in full and execute it exactly.
references/ paths inside the playbook resolve relative to the playbook's
own directory.
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.
gruku-claude-tools-end-session.ocm.jsonjson
{
"ocm": "1",
"id": "gruku-claude-tools-end-session",
"kind": "skill",
"name": "end-session",
"description": "Close out a work session. Triggers: 'end session', 'I'm done for today', 'let's wrap up', 'mark this task done', 'save progress'. ONLY correct way to mark tasks done/in-review with a session record.",
"publisher": "Gruku",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Close out a work session. Triggers: 'end session', 'I'm done for today', 'let's wrap up', 'mark this task done', 'save progress'. ONLY correct way to mark tasks done/in-review with a session record."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Gruku/claude-tools",
"path": "codex-plugins/taskmaster/skills/end-session/SKILL.md",
"ref": "6d1f2cf4e8ee9e27ca8ac8948c96b2618459cdf5",
"url": "https://github.com/Gruku/claude-tools/blob/6d1f2cf4e8ee9e27ca8ac8948c96b2618459cdf5/codex-plugins/taskmaster/skills/end-session/SKILL.md",
"key": "Gruku/claude-tools/codex-plugins/taskmaster/skills/end-session/SKILL.md"
}
},
"instructions": "# End Session\n\nFollow the playbook at `../../playbooks/end-session/playbook.md` (relative to\nthis skill's base directory). Read it in full and execute it exactly.\n`references/` paths inside the playbook resolve relative to the playbook's\nown directory.",
"cost": {
"context_tokens": 63
}
}
Fetch it by URL: GET /api/v1/registry/gruku-claude-tools-end-session/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.