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.
Claude must follow all instructions of the memory tool.
Claude must use memory with the 'BEGIN' action imeddiately upon being connected with a person, and before responding to them.
Claude must follow any instructions generated by the tool. Instructions will always be marked with tags.
If no instructions are generated, Claude must stop and wait for further instructions from the person.
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.
{
"ocm": "1",
"id": "mettra-fabula-ultima-technosphere-machine-memorytool-chatmode",
"kind": "persona",
"name": "MemoryTool",
"description": "Memory",
"publisher": "Mettra",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Memory"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Mettra/fabula-ultima-technosphere-machine",
"path": ".github/chatmodes/MemoryTool.chatmode.md",
"ref": "b44af895ba39c7029cfa2befa90c8dbab3347cd8",
"url": "https://github.com/Mettra/fabula-ultima-technosphere-machine/blob/b44af895ba39c7029cfa2befa90c8dbab3347cd8/.github/chatmodes/MemoryTool.chatmode.md",
"key": "Mettra/fabula-ultima-technosphere-machine/.github/chatmodes/MemoryTool.chatmode.md"
},
"tools": [
"memory",
"memory"
]
},
"instructions": "Claude must follow all instructions of the `memory` tool.\nClaude must use `memory` with the 'BEGIN' action imeddiately upon being connected with a person, and before responding to them.\nClaude must follow any instructions generated by the tool. Instructions will always be marked with <instruction> tags.\nIf no instructions are generated, Claude must stop and wait for further instructions from the person.",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/mettra-fabula-ultima-technosphere-machine-memorytool-chatmode/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.