obsidian-vault-manager
v5.3.0Obsidian vault audit and non-destructive Bases view skills for Codex.
By LyaincLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 26, 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-manager for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add obsidian-vault-manager@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/Lyainc/claude-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is obsidian-vault-manager/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/audit/SKILL.md└── skills/base/SKILL.md
Included Skills2
Scan the vault for structural defects and surface a triage report. Detects 9 error types: missing frontmatter (E1), missing required fields (E2), filename convention violations (E3, rename suggestion), orphan notes (E5, tag-based connection candidates), stale sources (E6), tag/property vocabulary inconsistencies (E9a/E9b deterministic; `--deep` adds E9c semantic synonym), misplaced files (E10), unstructured paths (E11), and stale/unverifiable/near-duplicate wiki pages (E12a stale/missing/unparseable `verified:`; E12c deterministic near-dup — same tags + overlapping title tokens; `--deep` adds E12b cross-page contradiction). Example: '/audit' or '/audit --deep'
Generate an Obsidian Bases (.base) view file in ~/vault/notes/ from enforced frontmatter — a live, non-destructive view that never modifies existing notes. Built-in templates: sources, notes, recent. Examples: '/base sources', '/base notes', '/base recent', '/base my-clippings --template sources'
Plugin manifests3
{
"name": "obsidian-vault-manager",
"version": "5.3.0",
"description": "Obsidian vault audit and non-destructive Bases view skills for Codex.",
"author": {
"name": "Lyainc",
"url": "https://github.com/Lyainc"
},
"homepage": "https://github.com/Lyainc/claude-kit",
"repository": "https://github.com/Lyainc/claude-kit",
"license": "MIT",
"keywords": [
"obsidian",
"vault",
"knowledge-management",
"audit",
"bases"
],
"skills": "./skills/",
"interface": {
"displayName": "Obsidian Vault Manager",
"shortDescription": "Audit and view Obsidian vaults",
"longDescription": "Audit an Obsidian vault and create non-destructive Bases views from Codex.",
"developerName": "Lyainc",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/Lyainc/claude-kit",
"privacyPolicyURL": "https://github.com/Lyainc/claude-kit/blob/main/LICENSE",
"termsOfServiceURL": "https://github.com/Lyainc/claude-kit/blob/main/LICENSE",
"defaultPrompt": [
"Audit my Obsidian vault",
"Create a recent notes Base",
"Find structural vault defects"
],
"brandColor": "#7C3AED"
}
}{
"name": "obsidian-vault-manager",
"version": "5.3.0",
"description": "Obsidian vault knowledge management plugin (v4/v5): audit / base skills + 2 agents — the librarian half of the vault (the write entrance moved to vault-bridge /vault-save, #480; the wiki compile entrance moved to vault-bridge /wiki, #645). audit detects E1–E3, E5–E6, E9–E12 structural defects (incl. E9 tag/property vocabulary, E12 wiki page staleness read-only). base generates non-destructive Obsidian Bases (.base) views. type-optin; ovm-primitives shell API.",
"author": {
"name": "Lyainc",
"url": "https://github.com/Lyainc"
},
"homepage": "https://github.com/Lyainc/claude-kit",
"repository": "https://github.com/Lyainc/claude-kit",
"license": "MIT",
"keywords": [
"obsidian",
"vault",
"knowledge-management",
"agents",
"skills",
"note-taking",
"audit",
"type-optin",
"second-brain",
"web-clipper",
"url-metadata",
"base",
"obsidian-bases",
"provenance",
"vault-knowledge-manager",
"vault-file-organizer"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "obsidian-vault-manager",
"version": "5.3.0",
"description": "Obsidian vault audit and non-destructive Bases view skills.",
"author": {
"name": "Lyainc",
"url": "https://github.com/Lyainc"
},
"homepage": "https://github.com/Lyainc/claude-kit",
"repository": "https://github.com/Lyainc/claude-kit",
"license": "MIT",
"keywords": [
"obsidian",
"vault",
"knowledge-management",
"audit",
"bases"
]
}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-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-vault-manager)