Agent Plugins Marketplace
All plugins

obsidian

v0.3.0

Generic Obsidian format helpers: Obsidian Flavored Markdown, Bases, JSON Canvas, Obsidian CLI, and Defuddle web clipping.

Claude Code5 Skills

By atman-332 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 13, 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 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-2@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/atman-33/workhub

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

Plugin files

plugins/obsidian/
├── .claude-plugin/plugin.json
├── skills/defuddle/SKILL.md
├── skills/json-canvas/SKILL.md
├── skills/obsidian-bases/SKILL.md
├── skills/obsidian-cli/SKILL.md
└── skills/obsidian-markdown/SKILL.md

Included Skills5

defuddleskills/defuddle/SKILL.md

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

json-canvasskills/json-canvas/SKILL.md

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

obsidian-basesskills/obsidian-bases/SKILL.md

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

obsidian-cliskills/obsidian-cli/SKILL.md

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

obsidian-markdownskills/obsidian-markdown/SKILL.md

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

Plugin manifests1

plugins/obsidian/.claude-plugin/plugin.json
{
  "name": "obsidian",
  "version": "0.3.0",
  "description": "Generic Obsidian format helpers: Obsidian Flavored Markdown, Bases, JSON Canvas, Obsidian CLI, and Defuddle web clipping.",
  "author": {
    "name": "atman-33",
    "url": "https://github.com/atman-33"
  }
}

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

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