Obsidian Export banner
eugeniughelbur eugeniughelbur

Obsidian Export

Documentation community

Description

--- description: Export a clean structured snapshot of the vault that any agent or tool can consume — flat JSON or markdown index --- Use the obsidian-second-brain skill. Execute `/obsidian-export $ARGUMENTS`: The optional argument is the format: `json` (default) or `markdown`. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Read `index.md` for the full vault catalog 3. Build a structured export by scanning the vault: **For each note in wiki/**, extract: - `path`: file p

Installation

Installs to ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-export && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/HEAD/commands/obsidian-export.md -o ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository