Obsidian Ingest banner
eugeniughelbur eugeniughelbur

Obsidian Ingest

Development community

Description

--- description: Ingest a source into the vault — the vault rewrites itself around new knowledge. Every ingest updates entities, rewrites stale claims, synthesizes new concepts, and resolves contradictions. --- Use the obsidian-second-brain skill. Execute `/obsidian-ingest $ARGUMENTS`: The argument is a URL, file path, or pasted text. If no argument, ask what to ingest. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Classify the source type before reading the full content: -

Installation

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

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

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

Full documentation available on GitHub

View Source Repository