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.
memx - Skill - OpenSmartRoute
Skillv1.0.0
memx
Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools.
Imported from NeoLi00/memX (skills/memx/SKILL.md). Install upstream with npx skills add NeoLi00/memX --skill memx. Copyright stays with the author.
memX Memory
Use memx_recall for focused memory lookup before relying on past project details.
Use memx_remember only for durable, reusable facts, preferences, decisions, resources, and task state.
Use memx_audit or memx_stats when debugging whether the memory pipeline is working.
Do not write raw conversation echoes as memory. Prefer concise semantic statements that will help future turns.
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.
neoli00-memx-memx.ocm.jsonjson
{
"ocm": "1",
"id": "neoli00-memx-memx",
"kind": "skill",
"name": "memx",
"description": "Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools.",
"publisher": "NeoLi00",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NeoLi00/memX",
"path": "skills/memx/SKILL.md",
"ref": "159b9dab0ba948cd715bf570cffd04f345815ccd",
"url": "https://github.com/NeoLi00/memX/blob/159b9dab0ba948cd715bf570cffd04f345815ccd/skills/memx/SKILL.md",
"key": "NeoLi00/memX/skills/memx/SKILL.md"
}
},
"instructions": "# memX Memory\n\nUse `memx_recall` for focused memory lookup before relying on past project details.\nUse `memx_remember` only for durable, reusable facts, preferences, decisions, resources, and task state.\nUse `memx_audit` or `memx_stats` when debugging whether the memory pipeline is working.\n\nDo not write raw conversation echoes as memory. Prefer concise semantic statements that will help future turns.",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/neoli00-memx-memx/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.