obsidian-vault
v0.3.10Make one or more Obsidian vaults Claude Code's durable, token-efficient memory: cross-platform, multi-vault setup and health checks for the Local REST API bridge (one MCP server per vault), a vault contract guard whose frontmatter and ASCII rules ship off and whose canvas shape check ships on, gardening and reflection agents, canvas and map-of-content generation, and graphify wiring into a separate codegraphs vault - no vault path hardcoded.
By Matthew BadaliLicense: GPL-2.0-only2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install obsidian-vault for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install obsidian-vault@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mbadali25/useful-claude-add-onsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/obsidian-vault/.
Plugin files
├── .claude-plugin/plugin.json├── skills/obsidian-memory-contract/SKILL.md├── skills/obsidian-scheduling/SKILL.md└── skills/obsidian-setup/SKILL.md
Included Skills3
The frontmatter contract, tag discipline, and canvas-vs-note rule for writing durable memory into an Obsidian vault. Use whenever a session is about to write, edit, or garden a note in a configured Obsidian vault.
How to schedule the obsidian-vault:gardener and obsidian-vault:reflector agents to run unattended on Windows and Linux. Use when the user wants nightly gardening, a recurring reflection pass, or asks why the gardener only ran when they typed /obsidian-vault:garden.
Install and configure Obsidian, the Local REST API bridge, and this plugin's config for a vault. Use when the user says set up Obsidian, configure the vault bridge, run obsidian init, or asks why mcp__obsidian__* tools are not working.
Plugin manifests1
{
"name": "obsidian-vault",
"version": "0.3.10",
"description": "Make one or more Obsidian vaults Claude Code's durable, token-efficient memory: cross-platform, multi-vault setup and health checks for the Local REST API bridge (one MCP server per vault), a vault contract guard whose frontmatter and ASCII rules ship off and whose canvas shape check ships on, gardening and reflection agents, canvas and map-of-content generation, and graphify wiring into a separate codegraphs vault - no vault path hardcoded.",
"author": {
"name": "Matthew Badali",
"url": "https://github.com/mbadali25/useful-claude-add-ons"
},
"license": "GPL-2.0-only"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[obsidian-vault on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-vault)