obsidian-wiki-ingest

Ingest Markdown, PDFs, text, and images into an Obsidian wiki with deduplication.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/itsmarsss/memento --skill obsidian-wiki-ingest-itsmarsss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-wiki-ingest
Source: https://github.com/itsmarsss/memento/tree/main/obsidian-wiki/.cursor/skills/obsidian-wiki-ingest
Command: npx skills add https://github.com/itsmarsss/memento --skill obsidian-wiki-ingest-itsmarsss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines and de-duplicates document ingestion into an Obsidian wiki so knowledge pages stay consistent, cross-linked, and up to date without manual cleanup.

Core Features & Use Cases

  • Deduplicated Wiki Ingestion: Uses a manifest and page frontmatter to prevent duplicate content and conflicting updates.
  • Mode-Aware Processing: Chooses append, full, or raw ingest behavior based on user intent and source changes.
  • Cross-Linking & Index Refresh: Updates overview pages and adds/maintains cross-links so related concepts remain discoverable.

Quick Start

Tell the agent in the obsidian-wiki project context: ingest to wiki in append mode using your current sources.

Frequently Asked Questions about obsidian-wiki-ingest

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

FAQPage Schema
How do I automate document ingestion into an Obsidian wiki without creating duplicates?

Automated Obsidian wiki ingestion uses a manifest and page frontmatter to prevent duplicate content during document processing. It validates vault paths and updates logs, ensuring knowledge pages stay consistent without manual cleanup.

What is the best way to update existing Markdown pages and PDFs in an Obsidian vault?

The best way to update existing Obsidian wiki pages is using mode-aware processing. It selects append, full, or raw ingest behavior based on source changes, updating pages and the manifest state while maintaining existing cross-links.

Can I ingest PDFs and images alongside Markdown files into my Obsidian wiki?

Yes, you can ingest PDFs, images, and text alongside Markdown files into your Obsidian wiki. The ingestion workflow processes these formats, applies frontmatter, and updates the manifest to keep cross-linked knowledge pages current.

How does cross-linking work when adding new documents to an Obsidian wiki?

Cross-linking during Obsidian wiki ingestion automatically updates overview pages and adds links between related concepts. This ensures newly added Markdown and text documents remain discoverable within the existing vault structure.

Does wiki ingestion prevent secrets from being added to Obsidian vault pages?

Yes, the wiki ingestion workflow prevents secrets from being added to Obsidian vault pages. It validates vault paths and manifest state during document processing to ensure sensitive information is avoided during updates.