open

Open Obsidian notes via custom URI with fuzzy name matching.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill open-davidroliverba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/open
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill open-davidroliverba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to quickly open specific notes or daily journals within your Obsidian vault directly from the Claude Code environment, eliminating the need to manually navigate your vault.

Core Features & Use Cases

  • Fuzzy Note Opening: Open notes by typing their name, even with partial matches.
  • Daily Note Access: Instantly open today's or yesterday's daily note.
  • Specific Note Opening: Open a note using its exact name or a partial identifier.
  • Use Case: You're discussing a concept with the AI and want to quickly reference a related note in Obsidian. You can type /open Concept - CAMO and the note will open.

Quick Start

Use the open skill to open your daily note.

Frequently Asked Questions about open

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

FAQPage Schema
How do I open Obsidian notes directly from a terminal or code environment?

Opening daily notes in Obsidian via a code environment requires disabling sandbox mode to allow inter-process communication with the operating system's default application launcher, enabling direct access to today's or yesterday's daily journal.

Can I use fuzzy matching to open notes in Obsidian without typing the exact file name?

Yes, you can open today's daily note in Obsidian from a code environment by using a custom URI scheme skill that supports direct access to daily notes based on the current date, instantly opening the daily journal entry.

Why does opening Obsidian notes from an AI assistant require disabling sandbox mode?

Yes, you can open specific Obsidian notes while discussing concepts with an AI by invoking the open skill with a partial note name, using fuzzy matching to launch the exact file in your vault for quick reference.

What is the best way to instantly access today's daily journal in Obsidian without navigating the vault?

Disabling sandbox mode is required to open Obsidian notes from a code environment because the URI scheme relies on inter-process communication with the operating system's default application launcher, which sandbox restrictions would block.