markdown-obsidian-toolkit
v0.1.1Markdown notes and Obsidian skills collection for writing, reading, and organizing notes. (Agent Plugins 1.0.0) Markdown and Obsidian Flavored style (wikilinks, embeds, callouts, properties), vault MCP access, Obsidian CLI, Bases (.base), and JSON Canvas (.canvas). Portable across Claude Code, Claude Desktop, and compatible agent frameworks.
By phenatesLicense: MIT0 GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 23, 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 →
Get the plugin
git clone https://github.com/phenates/phenates-agents-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is markdown-obsidian-toolkit/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/json-canvas/SKILL.md├── skills/markdown-flavor/SKILL.md├── skills/obsidian-bases/SKILL.md├── skills/obsidian-cli/SKILL.md└── skills/obsidian-vault/SKILL.md
Included Skills5
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.
Write and edit Markdown following house conventions plus Obsidian Flavored Markdown syntax (wikilinks, embeds, callouts, properties). Use for any Markdown file the agent writes or edits, inside an Obsidian vault or not.
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.
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.
Access and write to the Obsidian vault via MCP: tool mechanics, default save folder, vault organization, and plugin-specific behavior. Use when reading, searching, creating, or editing notes in the Obsidian vault, or when the user asks about vault structure, folders, or vault plugins.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "markdown-obsidian-toolkit",
"description": "Markdown notes and Obsidian skills collection for writing, reading, and organizing notes. (Agent Plugins 1.0.0) Markdown and Obsidian Flavored style (wikilinks, embeds, callouts, properties), vault MCP access, Obsidian CLI, Bases (.base), and JSON Canvas (.canvas). Portable across Claude Code, Claude Desktop, and compatible agent frameworks.",
"version": "0.1.1",
"author": {
"name": "phenates"
},
"repository": "https://github.com/phenates/phenates-agents-plugins/tree/main/markdown-obsidian-toolkit",
"license": "MIT",
"keywords": [
"Productivity",
"Markdown",
"Obsidian"
]
}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.
[markdown-obsidian-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/markdown-obsidian-toolkit)