obsidian

Read, search, create, append, and edit markdown notes in an Obsidian vault.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Signmanal/VIGIL --skill obsidian-signmanal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Signmanal/VIGIL/tree/main/skills/note-taking/obsidian
Command: npx skills add https://github.com/Signmanal/VIGIL --skill obsidian-signmanal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually navigating, editing, and linking notes across a large Obsidian vault is time-consuming and prone to errors, especially when working on time-sensitive investigations or research projects that require fast access to related context.

Core Features & Use Cases

  • Vault Note Operations: Read, list, search, create, append to, and edit markdown notes directly in your Obsidian vault using native file tools.
  • Wikilink Integration: Automatically add [[wikilinks]] to connect new notes to existing related content for seamless knowledge navigation.
  • Use Case: During a security investigation, use this skill to quickly log observed indicators of compromise (IOCs) to a new note linked to your existing threat intelligence vault entries, with all changes saved directly to your vault.

Quick Start

Use the obsidian skill to create a new investigation note in your vault linked to the existing 'phishing-indicators' note and add today's observed IOCs to it.

Frequently Asked Questions about obsidian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating and linking markdown notes in an Obsidian vault?

You can automate Obsidian vault note creation by using native file tools to generate markdown files and automatically append [[wikilinks]] to connect new notes to existing content. This allows seamless knowledge organization without manual navigation.

Can I search and read existing markdown notes directly from my local vault path?

Yes, you can search vault content by keyword or filename and read existing markdown notes directly. The skill requires a resolved absolute path to the local Obsidian vault, utilizing native file tools to avoid shell quoting issues with paths containing spaces.

What is the best way to log security investigation indicators into a knowledge base?

The best way to log security indicators is to create a new linked note in your vault and append observed IOCs to it. You can connect this new note to existing threat intelligence entries using wikilinks for fast access to related context.

Do I need an environment variable to manage vault notes with spaces in the filepath?

You do not strictly need an environment variable, but setting OBSIDIAN_VAULT_PATH provides a reliable default fallback. Using native file tools ensures vault management avoids shell quoting issues when vault paths contain spaces.

Why does manual note-taking fail during time-sensitive research projects?

Manual note-taking fails because navigating, editing, and linking notes across a large vault is time-consuming and prone to errors. Automating filesystem-based note operations ensures fast access to related context and accurate knowledge organization during investigations.