askill
obsidian-knowledge

obsidian-knowledgeSafety 95Repository

Manage your Obsidian knowledge vault through MCP (Model Context Protocol). Read, write, search notes, manage tags and frontmatter, and track relationships between ideas.

6 stars
1.2k downloads
Updated 2/18/2026

Package Files

Loading files...
SKILL.md

Obsidian Knowledge Manager

This skill enables AI agents to interact with your Obsidian vault for knowledge management, memory tracking, and relationship mapping between notes.

Core Principle

"Your knowledge vault is your second brain. Let AI help you capture, connect, and retrieve insights across your personal knowledge base."

When to Use This Skill

Use this skill when you need to:

  • Search your knowledge vault for relevant notes and insights
  • Create or update notes with new learnings
  • Manage tags and frontmatter metadata
  • Find connections between ideas across your vault
  • Track relationships between people, projects, and concepts
  • Build a personal knowledge graph with AI assistance

Prerequisites

Choose one of these setup methods:

Option 1: Docker Desktop MCP Toolkit (Recommended)

The fastest way to get started:

  1. Open Docker Desktop → Settings → Beta features
  2. Enable "Docker MCP Toolkit" and apply changes
  3. Go to MCP Toolkit → Catalog tab
  4. Search for "Obsidian" and click the plus icon to add it
  5. In Obsidian, install the "Local REST API" community plugin
  6. Copy the API key from the plugin settings
  7. In Docker Desktop, configure the Obsidian server with your API key

Option 2: Manual Setup with npx

See MANUAL-SETUP.md for detailed instructions.

Available Tools

The Obsidian MCP server provides these capabilities:

ToolPurpose
obsidian_read_noteRead note content and metadata
obsidian_update_noteAppend, prepend, or overwrite notes
obsidian_search_replaceFind and replace within a note
obsidian_global_searchSearch entire vault with text/regex
obsidian_list_notesList notes and directories
obsidian_manage_frontmatterGet, set, or delete YAML metadata
obsidian_manage_tagsAdd, remove, or list tags
obsidian_delete_noteRemove files from vault

Reference: See MCP-TOOLS.md for detailed tool usage.

Knowledge Management Workflows

1. Capturing Ideas

When you have a new insight or learning:

Create a note in my vault at ideas/new-idea.md with the content...

2. Finding Connections

Search for related concepts across your vault:

Search my vault for notes mentioning "machine learning" and "product development"

3. Tracking Relationships

Use frontmatter to link related notes:

---
related:
  - people/john-smith.md
  - projects/ai-incubator.md
tags:
  - insight
  - collaboration
---

4. Daily Reflections

Append to daily notes:

Append today's learnings to my daily note...

Reference: See WORKFLOWS.md for more examples.

Vault Structure for Knowledge Management

Recommended folder structure for the Unicorn my_knowledge vault:

my_knowledge/
├── daily/           # Daily notes and reflections
├── ideas/           # Captured insights and inventions
├── people/          # Relationship notes
├── projects/        # Project-specific knowledge
├── learning/        # Study notes and courses
├── news/            # Industry news and trends
└── templates/       # Note templates

Power Move

"Use frontmatter related fields and consistent tagging to build a knowledge graph. Ask the AI to find notes with shared tags or related links to discover unexpected connections between ideas."

Troubleshooting

  • Connection refused: Ensure Obsidian is running with Local REST API plugin enabled
  • Authentication error: Verify your API key matches the plugin settings
  • Note not found: Check the file path is relative to vault root (no leading slash)
  • Docker MCP not showing: Enable Beta features in Docker Desktop settings

Sources

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/23/2026

Well-structured skill for managing Obsidian knowledge vaults via MCP. Strong on actionability with step-by-step setup (Docker and manual), clear tool table, example workflows. Includes valuable 'When to Use This Skill' section and Power Move tip. Minor issues: tags mismatch content, missing referenced files create gaps. Good safety profile. Overall a solid, usable skill with minor completeness扣除 for referenced docs not being included.

95
88
60
72
85

Metadata

Licenseunknown
Version-
Updated2/18/2026
Publisherpingwu

Tags

apici-cdgithub