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.
module - Skill - OpenSmartRoute
Skillv1.0.0
module
Automatic pre-turn memory injection satisfies the start-of-task retrieval requirement. Do not load the `agent-memory` skill or repeat the search unless exact source details are needed, the injected co
Imported from Marcusk19/obsidian-agent-tools (module/AGENTS.md). Install upstream with npx skills add Marcusk19/obsidian-agent-tools --skill module. Copyright stays with the author.
Obsidian Agent Memory
Automatic pre-turn memory injection satisfies the start-of-task retrieval requirement. Do not load the agent-memory skill or repeat the search unless exact source details are needed, the injected context is insufficient, the user asks about history/notes/prior decisions, or a correction, durable preference, or reusable failure must be captured. Injected snippets are advisory; canonical Markdown remains authoritative.
Use obsidian-agent-tools MCP tools when they are available. In Pi, or any runtime without MCP, use the Obsidian CLI through Bash with OBSIDIAN_VAULT_NAME, OBSIDIAN_VAULT/OBSIDIAN_VAULT_PATH, and OBSIDIAN_CLI_PATH. Always pass the registered vault name explicitly and read notes back after writes before claiming success. Never store secrets or sensitive data, and never bypass the Obsidian CLI with raw filesystem writes.
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/marcusk19-obsidian-agent-tools-module/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": "marcusk19-obsidian-agent-tools-module",
"kind": "skill",
"name": "module",
"description": "Automatic pre-turn memory injection satisfies the start-of-task retrieval requirement. Do not load the `agent-memory` skill or repeat the search unless exact source details are needed, the injected context is insufficient, the user asks about history/notes/prior decisions, or a correction, durable preference, or reusable failure must be captured. Injected snippets are advisory; canonical Markdown remains authoritative.",
"publisher": "Marcusk19",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Automatic pre-turn memory injection satisfies the start-of-task retrieval requirement. Do not load the `agent-memory` skill or repeat the search unless exact source details are needed, the injected context is insufficient, the user asks about history/notes/prior decisions, or a correction, durable preference, or reusable failure must be captured. Injected snippets are advisory; canonical Markdown remains authoritative."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Marcusk19/obsidian-agent-tools",
"path": "module/AGENTS.md",
"ref": "fbcbfa59d119ca5c3e59d0af0c72cdf374f9e529",
"url": "https://github.com/Marcusk19/obsidian-agent-tools/blob/fbcbfa59d119ca5c3e59d0af0c72cdf374f9e529/module/AGENTS.md",
"key": "Marcusk19/obsidian-agent-tools/module/AGENTS.md"
}
},
"instructions": "# Obsidian Agent Memory\n\nAutomatic pre-turn memory injection satisfies the start-of-task retrieval requirement. Do not load the `agent-memory` skill or repeat the search unless exact source details are needed, the injected context is insufficient, the user asks about history/notes/prior decisions, or a correction, durable preference, or reusable failure must be captured. Injected snippets are advisory; canonical Markdown remains authoritative.\n\nUse `obsidian-agent-tools` MCP tools when they are available. In Pi, or any runtime without MCP, use the Obsidian CLI through `Bash` with `OBSIDIAN_VAU",
"cost": {
"context_tokens": 220
}
}
Fetch it by URL: GET /api/v1/registry/marcusk19-obsidian-agent-tools-module/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.