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.
mem - Skill - OpenSmartRoute
Skillv1.0.0
mem
Search local memory index (local-first). Use for /mem queries in Telegram.
Imported from modbender/skill-library-mcp (data/mem/SKILL.md). Install upstream with npx skills add modbender/skill-library-mcp --skill mem. Copyright stays with the author.
Memory Search (/mem)
Overview
Run local-first memory search using the cached index.
Usage
Update the index if needed:
scripts/index-memory.py
Search the index with the user query:
scripts/search-memory.py "<query>" --top 5
Output
Return the top hits with their paths and headers. Summarize briefly if needed.
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.
modbender-skill-library-mcp-mem.ocm.jsonjson
{
"ocm": "1",
"id": "modbender-skill-library-mcp-mem",
"kind": "skill",
"name": "mem",
"description": "Search local memory index (local-first). Use for /mem queries in Telegram.",
"publisher": "modbender",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Search local memory index (local-first). Use for /mem queries in Telegram."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/modbender/skill-library-mcp",
"path": "data/mem/SKILL.md",
"ref": "5934c483768f9f8c792b8b7c0bb6f45a77df3edf",
"url": "https://github.com/modbender/skill-library-mcp/blob/5934c483768f9f8c792b8b7c0bb6f45a77df3edf/data/mem/SKILL.md",
"key": "modbender/skill-library-mcp/data/mem/SKILL.md"
}
},
"instructions": "# Memory Search (/mem)\r\n\r\n## Overview\r\n\r\nRun local-first memory search using the cached index.\r\n\r\n## Usage\r\n\r\n1) Update the index if needed:\r\n```bash\r\nscripts/index-memory.py\r\n```\r\n\r\n2) Search the index with the user query:\r\n```bash\r\nscripts/search-memory.py \"<query>\" --top 5\r\n```\r\n\r\n## Output\r\n\r\nReturn the top hits with their paths and headers. Summarize briefly if needed.",
"cost": {
"context_tokens": 94
}
}
Fetch it by URL: GET /api/v1/registry/modbender-skill-library-mcp-mem/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.