obsidian-memory-capture

Capture Codex assistant answers from session JSONL files into Obsidian inbox notes.

1|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/mbtz/agent-skills --skill obsidian-memory-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-memory-capture
Source: https://github.com/mbtz/agent-skills/tree/main/skills/obsidian-memory-capture
Command: npx skills add https://github.com/mbtz/agent-skills --skill obsidian-memory-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of capturing valuable AI assistant responses from your sessions and storing them as raw notes in your Obsidian vault for long-term memory and distillation.

Core Features & Use Cases

  • Automated Capture: Ingests AI assistant messages from session JSONL files into your Obsidian inbox.
  • Deduplication: Ensures only new, unseen entries are appended, preventing redundant notes.
  • Obsidian Integration: Organizes captured notes by date and session ID within your Obsidian vault's 00-Inbox.
  • Use Case: After a long AI-assisted coding session, automatically save all the generated code snippets and explanations into your Obsidian vault, making them easily searchable and referenceable later.

Quick Start

Run the obsidian-memory-capture skill to ingest the latest AI assistant answers from your current session into your Obsidian vault.

Frequently Asked Questions about obsidian-memory-capture

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

FAQPage Schema
How do I capture AI assistant answers into Obsidian notes automatically?

Deduplication ensures only new, unseen AI assistant answers are appended to your Obsidian inbox. It processes session JSONL files and checks against previously logged entries to prevent redundant notes from being captured.

How do I configure session roots and vault paths for note taking automation?

To automate note taking, you must configure your Obsidian vault root and session root directories. This setup allows the capture script to correctly locate JSONL files and route new answers into the 00-Inbox folder organized by date and session ID.

Can I use Codex post-operation hooks to trigger automatic capture?

Yes, you can integrate with Codex post-operation hooks to trigger automatic capture. This optional integration runs the ingestion process after sessions end, seamlessly transferring AI answers into your Obsidian vault without manual execution.

Does the capture process overwrite existing notes in my Obsidian inbox?

Automated capture is ideal after long AI-assisted coding sessions where you generate many code snippets and explanations. It saves these responses into your Obsidian vault, making them easily searchable and referenceable for future distillation.