Agent Plugins Marketplace
All plugins

obsidian-plugin

v1.3.5

Obsidian CLI operations - vault files, search, properties, tasks, plugins/themes, publish/sync, bases, command palette, file history, dev tools, workspaces, multi-vault, templates, and bookmarks

Claude Code21 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
21 skill or MCP entries
Source updated
Sep 15, 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-plugin 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-plugin@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/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is obsidian-plugin/.

Plugin files

obsidian-plugin/
├── .claude-plugin/plugin.json
├── skills/bases/SKILL.md
├── skills/bookmarks/SKILL.md
├── skills/command-palette/SKILL.md
├── skills/dev-tools/SKILL.md
├── skills/file-history/SKILL.md
├── skills/plugins-themes/SKILL.md
├── skills/properties/SKILL.md
├── skills/publish-sync/SKILL.md
├── skills/search-discovery/SKILL.md
├── skills/tasks/SKILL.md
├── skills/templates/SKILL.md
├── skills/vault-files/SKILL.md
├── skills/vault-frontmatter/SKILL.md
├── skills/vault-management/SKILL.md
├── skills/vault-mocs/SKILL.md
├── skills/vault-orphans/SKILL.md
├── skills/vault-stubs/SKILL.md
├── skills/vault-tags/SKILL.md
├── skills/vault-templates/SKILL.md
├── skills/vault-wikilinks/SKILL.md
└── skills/workspaces/SKILL.md

Included Skills21

basesskills/bases/SKILL.md

Obsidian Bases (database-over-notes): list base files/views, create items, run view queries with json/csv/tsv/md output. Use when user mentions Bases or .base files.

bookmarksskills/bookmarks/SKILL.md

Obsidian bookmarks: list and add file/folder/heading/saved-search/URL bookmarks. Use when starring or saving notes for quick access.

command-paletteskills/command-palette/SKILL.md

Run, list, and inspect Obsidian commands and hotkeys from the CLI. Use when triggering a command, enumerating commands, or checking hotkey bindings.

dev-toolsskills/dev-tools/SKILL.md

Obsidian plugin/theme dev: DevTools, CDP, JS eval, console/error buffers, CSS/DOM inspection, mobile emulation, screenshots. Use when debugging the app.

file-historyskills/file-history/SKILL.md

Obsidian File Recovery and Sync history: inspect, diff, restore previous note versions. Use when undoing edits, restoring versions, or recovering files.

plugins-themesskills/plugins-themes/SKILL.md

Obsidian community plugins/themes/CSS snippets management. Use when installing, enabling, switching theme, or toggling restricted mode.

propertiesskills/properties/SKILL.md

Obsidian YAML frontmatter properties: read, set, remove on notes. Use when user mentions frontmatter, metadata, tags, aliases, status, or dates.

publish-syncskills/publish-sync/SKILL.md

Obsidian Publish and Sync operations. Use when publishing notes, managing change sets, pausing/resuming sync, or recovering sync-deleted files.

search-discoveryskills/search-discovery/SKILL.md

Obsidian vault search: full-text/grep, tag listing, link traversal, outline, orphan/dead-end detection, broken wikilink audit. Use when exploring backlinks.

tasksskills/tasks/SKILL.md

Obsidian tasks via CLI: list open tasks, create tasks, mark complete. Use when user mentions Obsidian tasks, todos, checklists, or completion.

templatesskills/templates/SKILL.md

Obsidian Templates plugin: list, read, insert templates with {{date}}/{{time}}/{{title}} variables. Use when inserting or applying a template.

vault-filesskills/vault-files/SKILL.md

Obsidian vault file ops via CLI: read, create, append, move, rename, delete, listings, daily/random notes. Use when managing vault files.

vault-frontmatterskills/vault-frontmatter/SKILL.md

Offline YAML frontmatter maintenance for Obsidian notes. Use when stripping legacy `id:`, cleaning Templater markers, or fixing bare emoji tags.

vault-managementskills/vault-management/SKILL.md

Obsidian vault inspection and cross-vault routing via `vault=` prefix. Use when checking vault info (path, size, file count) or targeting a non-active vault.

vault-mocsskills/vault-mocs/SKILL.md

Map-of-Content (MOC) curation for Obsidian vaults. Use when creating a MOC for a tag, extending with orphans, fixing legacy MOC tags, or analyzing coverage.

vault-orphansskills/vault-orphans/SKILL.md

Triage orphaned notes (zero in/out wikilinks) in an Obsidian vault. Use when finding orphans, linking them into a MOC, or reconnecting Zettelkasten notes.

vault-stubsskills/vault-stubs/SKILL.md

Work-namespace redirect-stub classification in an Obsidian vault. Use when cleaning stubs, converting duplicates to redirects, or merging content into Zettelkasten.

vault-tagsskills/vault-tags/SKILL.md

Emoji-prefixed tag taxonomy for Obsidian vaults. Use when consolidating drifted tags, collapsing bare emoji placeholders, or reducing over-tagging.

vault-templatesskills/vault-templates/SKILL.md

Obsidian Templater drift repair. Use when fixing unrendered `<% tp.file.cursor() %>` markers or replacing `{{title}}`/`{{date}}` placeholders.

vault-wikilinksskills/vault-wikilinks/SKILL.md

Broken Obsidian wikilink detection and repair. Use when fixing `[[Target]]` links, rewriting renamed-note refs, or resolving Zettelkasten/work-namespace paths.

workspacesskills/workspaces/SKILL.md

Obsidian editor workspace: list open tabs, recent files, saved Workspaces. Use when checking what's open, switching layouts, or opening files into tabs.

Plugin manifests1

obsidian-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "obsidian-plugin",
  "version": "1.3.5",
  "description": "Obsidian CLI operations - vault files, search, properties, tasks, plugins/themes, publish/sync, bases, command palette, file history, dev tools, workspaces, multi-vault, templates, and bookmarks",
  "keywords": [
    "obsidian",
    "vault",
    "notes",
    "markdown",
    "knowledge-base",
    "daily-notes",
    "properties",
    "frontmatter",
    "publish",
    "sync",
    "bases",
    "command-palette",
    "file-recovery",
    "workspaces",
    "templates",
    "bookmarks"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[obsidian-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-plugin)