Agent Plugins Marketplace
All plugins

obsidian-vault

v0.3.10

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.

Claude Code3 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install obsidian-vault@agent-plugin-marketplace

Paste 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-ons

Clone 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

plugin/obsidian-vault/
├── .claude-plugin/plugin.json
├── skills/obsidian-memory-contract/SKILL.md
├── skills/obsidian-scheduling/SKILL.md
└── skills/obsidian-setup/SKILL.md

Included Skills3

obsidian-memory-contractskills/obsidian-memory-contract/SKILL.md

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.

obsidian-schedulingskills/obsidian-scheduling/SKILL.md

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.

obsidian-setupskills/obsidian-setup/SKILL.md

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

plugin/obsidian-vault/.claude-plugin/plugin.json
{
  "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"
}

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)