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.
workspace - Skill - OpenSmartRoute
Skillv1.0.0
workspace
Before scheduling reminders, check available skills and follow skill guidance first. Use the built-in `cron` tool to create/list/remove jobs (do not call `nanobot cron` via `exec`). Get USER_ID and CH
Imported from seethelightluo/decomposed-goal-protocol-benchmark-result (harness-bench/nanobot/mimo-v2.5-pro/plain10k-goal20k-full/sandbox/oc-bench-v2-07-session-memory-n78phf7k/.nanobot/workspace/AGENTS.md). Install upstream with npx skills add seethelightluo/decomposed-goal-protocol-benchmark-result --skill workspace. Copyright stays with the author.
Agent Instructions
Scheduled Reminders
Before scheduling reminders, check available skills and follow skill guidance first.
Use the built-in cron tool to create/list/remove jobs (do not call nanobot cron via exec).
Get USER_ID and CHANNEL from the current session (e.g., 8281248569 and telegram from telegram:8281248569).
Do NOT just write reminders to MEMORY.md — that won't trigger actual notifications.
Heartbeat Tasks
HEARTBEAT.md is checked on the configured heartbeat interval. Use file tools to manage periodic tasks:
Add: edit_file to append new tasks
Remove: edit_file to delete completed tasks
Rewrite: write_file to replace all tasks
When the user asks for a recurring/periodic task, update HEARTBEAT.md instead of creating a one-time cron reminder.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/seethelightluo-decomposed-goal-protocol-benchmark-result-7c032b/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "seethelightluo-decomposed-goal-protocol-benchmark-result-7c032b",
"kind": "skill",
"name": "workspace",
"description": "Before scheduling reminders, check available skills and follow skill guidance first. Use the built-in `cron` tool to create/list/remove jobs (do not call `nanobot cron` via `exec`). Get USER_ID and CHANNEL from the current session (e.g., `8281248569` and `telegram` from `telegram:8281248569`).",
"publisher": "seethelightluo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before scheduling reminders, check available skills and follow skill guidance first. Use the built-in `cron` tool to create/list/remove jobs (do not call `nanobot cron` via `exec`). Get USER_ID and CHANNEL from the current session (e.g., `8281248569` and `telegram` from `telegram:8281248569`)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/seethelightluo/decomposed-goal-protocol-benchmark-result",
"path": "harness-bench/nanobot/mimo-v2.5-pro/plain10k-goal20k-full/sandbox/oc-bench-v2-07-session-memory-n78phf7k/.nanobot/workspace/AGENTS.md",
"ref": "609a5828ea2146c47a8de3eb1ed52c013f786d1d",
"url": "https://github.com/seethelightluo/decomposed-goal-protocol-benchmark-result/blob/609a5828ea2146c47a8de3eb1ed52c013f786d1d/harness-bench/nanobot/mimo-v2.5-pro/plain10k-goal20k-full/sandbox/oc-bench-v2-07-session-memory-n78phf7k/.nanobot/workspace/AGENTS.md",
"key": "seethelightluo/decomposed-goal-protocol-benchmark-result/harness-bench/nanobot/mimo-v2.5-pro/plain10k-goal20k-full/sandbox/oc-bench-v2-07-session-memory-n78phf7k/.nanobot/workspace/AGENTS.md"
}
},
"instructions": "# Agent Instructions\n\n## Scheduled Reminders\n\nBefore scheduling reminders, check available skills and follow skill guidance first.\nUse the built-in `cron` tool to create/list/remove jobs (do not call `nanobot cron` via `exec`).\nGet USER_ID and CHANNEL from the current session (e.g., `8281248569` and `telegram` from `telegram:8281248569`).\n\n**Do NOT just write reminders to MEMORY.md** — that won't trigger actual notifications.\n\n## Heartbeat Tasks\n\n`HEARTBEAT.md` is checked on the configured heartbeat interval. Use file tools to manage periodic tasks:\n\n- **Add**: `edit_file` to append new tasks\n",
"cost": {
"context_tokens": 204
}
}
Fetch it by URL: GET /api/v1/registry/seethelightluo-decomposed-goal-protocol-benchmark-result-7c032b/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.