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.
vault - Skill - OpenSmartRoute
Skillv1.0.0
vault
Use when the user wants to set or change their Obsidian vault path, or says "vault", "set vault", or "change vault".
Imported from thoreinstein/gemini-obsidian (skills/vault/SKILL.md). Install upstream with npx skills add thoreinstein/gemini-obsidian --skill vault. Copyright stays with the author.
Set Vault Path
Configure the Obsidian vault path for this session.
With Argument
If the user provides a path after /vault:
Call obsidian_set_vault with the provided path
Without Argument
If no path is provided:
Ask the user: "What is the absolute path to your Obsidian vault?"
Once they respond, call obsidian_set_vault with their path
Confirmation
After setting, confirm: "Vault path set to: [path]"
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.
thoreinstein-gemini-obsidian-vault.ocm.jsonjson
{
"ocm": "1",
"id": "thoreinstein-gemini-obsidian-vault",
"kind": "skill",
"name": "vault",
"description": "Use when the user wants to set or change their Obsidian vault path, or says \"vault\", \"set vault\", or \"change vault\".",
"publisher": "thoreinstein",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when the user wants to set or change their Obsidian vault path, or says \"vault\", \"set vault\", or \"change vault\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/thoreinstein/gemini-obsidian",
"path": "skills/vault/SKILL.md",
"ref": "9156cba5760f933b02b4fadb210ed8aab9a7d2b1",
"url": "https://github.com/thoreinstein/gemini-obsidian/blob/9156cba5760f933b02b4fadb210ed8aab9a7d2b1/skills/vault/SKILL.md",
"key": "thoreinstein/gemini-obsidian/skills/vault/SKILL.md"
}
},
"instructions": "# Set Vault Path\n\nConfigure the Obsidian vault path for this session.\n\n## With Argument\n\nIf the user provides a path after `/vault`:\n- Call `obsidian_set_vault` with the provided path\n\n## Without Argument\n\nIf no path is provided:\n- Ask the user: \"What is the absolute path to your Obsidian vault?\"\n- Once they respond, call `obsidian_set_vault` with their path\n\n## Confirmation\n\nAfter setting, confirm: \"Vault path set to: [path]\"",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/thoreinstein-gemini-obsidian-vault/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.