oh-my-obsidian-recall

Search Obsidian Markdown notes for past decisions and session context.

28|1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hongdangmoo49/oh-my-obsidian --skill oh-my-obsidian-recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oh-my-obsidian-recall
Source: https://github.com/hongdangmoo49/oh-my-obsidian/tree/main/plugins/oh-my-obsidian/skills/oh-my-obsidian-recall
Command: npx skills add https://github.com/hongdangmoo49/oh-my-obsidian --skill oh-my-obsidian-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Recall and surface previous decisions, fixes, and session notes stored in the Obsidian vault to inform current conversations.

Core Features & Use Cases

  • Retrieve past decisions, troubleshooting notes, and session context from Markdown documents.
  • Respect vault safety rules by not mutating content and by using a resolver to locate relevant context.
  • Use case: when explaining why a change was made, quickly surface the related notes with references.

Quick Start

Surface relevant context by asking the AI to retrieve past decisions and notes from the vault.

Frequently Asked Questions about oh-my-obsidian-recall

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

FAQPage Schema
How do I recall past decisions and session notes from an Obsidian vault?

You can retrieve session notes by searching Markdown content in your Obsidian vault. The Skill prioritizes the session catalog and falls back to the full vault to surface relevant context, returning concise excerpts with relative paths.

Can I search Obsidian Markdown files for previous troubleshooting fixes without altering the vault?

Yes, you can search Obsidian Markdown files for troubleshooting fixes without altering the vault. The Skill strictly retrieves context and does not mutate any vault content during the search process.

Does recalling context from an Obsidian vault require a specific resolver?

Yes, recalling context from an Obsidian vault requires the Codex resolver contract. This resolver locates the vault and identifies relevant context before returning any decision tracking or session notes.

How do I exclude specific directories when searching Obsidian session notes?

To exclude specific directories when searching Obsidian session notes, the Skill allows you to specify excluded directories. It searches Markdown content only while respecting these directory boundaries.

What is the best way to surface previous decisions stored in Markdown for current conversations?

The best way to surface previous decisions stored in Markdown is to search the session catalog first, falling back to the full vault. This retrieves relevant context with relative paths and a type to inform current conversations.