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.
daily - Skill - OpenSmartRoute
Skillv1.0.0
daily
Start the day with vault context. Read today's daily note or create one. Surface top priorities. Ask what we're working on.
Imported from bsy/exo-brain (skills/daily/SKILL.md). Install upstream with npx skills add bsy/exo-brain --skill daily. Copyright stays with the author.
Read today's daily note at daily/YYYY-MM-DD.md (use today's actual date).
If it doesn't exist, create it with this template:
[Today's Date]
Top of Mind
Today's Focus
Notes
Then check the inbox/ folder and list any unprocessed files found.
Read the most relevant active project or client folder for context.
Summarize the top 3 priorities for today based on recent notes.
Ask: "What are we working on today?"
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.
bsy-exo-brain-daily.ocm.jsonjson
{
"ocm": "1",
"id": "bsy-exo-brain-daily",
"kind": "skill",
"name": "daily",
"description": "Start the day with vault context. Read today's daily note or create one. Surface top priorities. Ask what we're working on.",
"publisher": "bsy",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Start the day with vault context. Read today's daily note or create one. Surface top priorities. Ask what we're working on."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/bsy/exo-brain",
"path": "skills/daily/SKILL.md",
"ref": "64837f4e7efb7f7e758f41e78684994ed50cb8a3",
"url": "https://github.com/bsy/exo-brain/blob/64837f4e7efb7f7e758f41e78684994ed50cb8a3/skills/daily/SKILL.md",
"key": "bsy/exo-brain/skills/daily/SKILL.md"
}
},
"instructions": "Read today's daily note at daily/YYYY-MM-DD.md (use today's actual date).\nIf it doesn't exist, create it with this template:\n\n# [Today's Date]\n\n## Top of Mind\n\n## Today's Focus\n\n## Notes\n\nThen check the inbox/ folder and list any unprocessed files found.\nRead the most relevant active project or client folder for context.\nSummarize the top 3 priorities for today based on recent notes.\nAsk: \"What are we working on today?\"",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/bsy-exo-brain-daily/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.