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.
add-notification - Skill - OpenSmartRoute
Skillv1.0.0
add-notification
Add or change an in-app notification trigger, message-bank entry, idle nudge, welcome-back cue, or quiet hours. Use for anything a notification module touches.
Imported from eloooel/StudyBao (.claude/skills/add-notification/SKILL.md). Install upstream with npx skills add eloooel/StudyBao --skill add-notification. Copyright stays with the author.
Read docs/ai/add-notification.md and follow it exactly. There is no backend and no push: nothing
fires while the app is closed, so every trigger must work inside the running page, and elapsed time is
always derived from wall clock rather than a ticking counter. Keep quiet hours and the cadence caps
intact. The user's request: $ARGUMENTS
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.
eloooel-studybao-add-notification.ocm.jsonjson
{
"ocm": "1",
"id": "eloooel-studybao-add-notification",
"kind": "skill",
"name": "add-notification",
"description": "Add or change an in-app notification trigger, message-bank entry, idle nudge, welcome-back cue, or quiet hours. Use for anything a notification module touches.",
"publisher": "eloooel",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Add or change an in-app notification trigger, message-bank entry, idle nudge, welcome-back cue, or quiet hours. Use for anything a notification module touches."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/eloooel/StudyBao",
"path": ".claude/skills/add-notification/SKILL.md",
"ref": "12bc28505a5a30b7d9d12957a631e1c693f49862",
"url": "https://github.com/eloooel/StudyBao/blob/12bc28505a5a30b7d9d12957a631e1c693f49862/.claude/skills/add-notification/SKILL.md",
"key": "eloooel/StudyBao/.claude/skills/add-notification/SKILL.md"
}
},
"instructions": "Read `docs/ai/add-notification.md` and follow it exactly. There is **no backend and no push**: nothing\nfires while the app is closed, so every trigger must work inside the running page, and elapsed time is\nalways derived from wall clock rather than a ticking counter. Keep quiet hours and the cadence caps\nintact. The user's request: $ARGUMENTS",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/eloooel-studybao-add-notification/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.