Bring Claude's reasoning directly into your Obsidian knowledge graph.

Sync Claude AI Conversations to Obsidian

OmniScriber exports Claude conversations as clean Markdown notes — with headings, code blocks, and tables intact — ready to link into your vault.

  • Claude's detailed analysis and reasoning chains vanish when you close the tab — nothing links to your existing Obsidian notes.
  • Manually pasting Claude conversations into Obsidian destroys code blocks, heading levels, and list structure.
  • Your PKM system is only as good as the connections it contains — and right now, Claude is completely outside it.
Add to Chrome — It's Free

Why Claude + Obsidian Is a Powerful Combination

Claude is exceptional at long-form reasoning, research synthesis, and detailed technical explanation. Obsidian is the leading tool for personal knowledge management and building a linked, searchable second brain. Together, they form a uniquely powerful workflow — but only if you can get Claude's outputs into your vault without manual work.

OmniScriber closes this gap. Every Claude conversation you want to keep can become an Obsidian note in one click — with all formatting preserved and metadata (date, model, session length) added automatically.

What an Exported Claude Note Looks Like in Obsidian

---
title: "Claude — Zettelkasten Note-Taking System Explained"
date: 2024-11-14
model: claude-3-5-sonnet
tags: [ai-conversation, zettelkasten, note-taking]
source: claude.ai
---

# Claude: Zettelkasten Note-Taking System Explained

## User
Explain the Zettelkasten method and how to apply it in Obsidian.

## Claude

The **Zettelkasten** (German for "slip box") is a knowledge management method
developed by sociologist Niklas Luhmann...

### Core Principles

1. **Atomic notes** — one idea per note, never more
2. **Permanent notes** — written in your own words, not quotes
3. **Links over folders** — connections matter more than hierarchy

### Obsidian Implementation

```markdown
# Note: [[Emergence in Complex Systems]]

An emergent property arises from component interactions that could
not be predicted from components alone.

Related: [[Systems Thinking]], [[Complexity Theory]]
```

The key insight: your knowledge base becomes more valuable with
every note you add, because each note can link to all prior notes.

Features for Obsidian Power Users

YAML Frontmatter

Each note includes a frontmatter block with date, AI model, and configurable tags — making Claude notes queryable with Dataview or Obsidian's built-in search.

GFM Code Blocks

Code blocks export with language identifiers (```python, ```typescript) for correct syntax highlighting in Obsidian's source and reading modes.

Full Heading Hierarchy

Claude's H1–H4 structure maps directly to Markdown heading levels, making conversations navigable with Obsidian's outline panel.

Local File Export

The .md file is written directly to your filesystem — compatible with any Obsidian sync solution (Obsidian Sync, iCloud, Dropbox, Git).

Install OmniScriber — It's Free

One-click extension. No account required to get started.

Add to Chrome — Free

Frequently Asked Questions

How do I get Claude conversations into my Obsidian vault?

Install OmniScriber, open a Claude conversation, click the OmniScriber button, and select Export to Obsidian. The conversation exports as a .md file that you import into your vault — or you can set up a watch folder for automatic import.

What Markdown flavor does OmniScriber use for Obsidian export?

OmniScriber exports CommonMark-compatible Markdown with GFM extensions. Headings, code blocks (with language tags), tables, and lists all render correctly in Obsidian's preview mode.

Can I add YAML frontmatter with tags and metadata?

Yes. OmniScriber can generate a YAML frontmatter block at the top of each exported note, including date, AI model, and custom tags you configure in the extension settings.

Does the exported note support Obsidian wikilinks?

The exported Markdown is plain .md, so you can manually add [[wikilinks]] after import. OmniScriber focuses on accurate content export; linking to other notes is something you do in Obsidian after import.

Does OmniScriber work with Obsidian Sync and remote vaults?

OmniScriber exports a .md file to your local filesystem. If your Obsidian vault folder is synced via Obsidian Sync, iCloud, or Dropbox, the note will appear on all your devices automatically once synced.

Is OmniScriber free for Claude to Obsidian export?

Yes. Claude to Obsidian sync is available in the free tier. Install OmniScriber from the Chrome Web Store at no cost.

Install OmniScriber — It's Free

One-click extension. No account required to get started.

Add to Chrome — Free

Related Pages