$npx skillfedfor your agent

wiki-ingest

wiki-ingest reads external sources—files, URLs, or images—and populates your Obsidian vault by extracting entities and concepts, then creating or updating interconnected wiki pages. It handles delta tracking to skip unchanged sources, supports multiple vault organization modes, and uses file locking to safely coordinate concurrent writes across your knowledge base.

wiki-ingest automatically extracts entities and concepts from external sources to populate your Obsidian vault with cross-referenced wiki pages.

AI-generated summary based on this skill's SKILL.md

10,007 1,165 MITupdated by AgriciDaniel

Decision gist · record as of 2026-05-28

wiki-ingest automatically extracts entities and concepts from external sources to populate your Obsidian vault with cross-referenced wiki pages. wiki-ingest reads external sources—files, URLs, or images—and populates your Obsidian vault by extracting entities and concepts, then creating or updating interconnected wiki pages. It handles delta tracking to skip unchanged sources, supports multiple vault organization modes, and uses file locking to safely coordinate concurrent writes across your knowledge base.

manual: git clone https://github.com/AgriciDaniel/claude-obsidian → cp -r claude-obsidian/skills/wiki-ingest ~/.claude/skills/wiki-ingest
skills/wiki-ingest/SKILL.md · version cc9ee5c6

Use it when

  • Yes.
  • wiki-ingest extracts entities and concepts from the article, creates new wiki pages for those entities.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

AgriciDaniel/claude-obsidian/wiki-ingest · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I ingest sources into Obsidian wiki with wiki-ingest?

wiki-ingest reads external sources—files, URLs, or images—and automatically populates your Obsidian vault by extracting entities and concepts, then creating or updating interconnected wiki pages with proper markdown formatting. The tool handles the entire pipeline from ingestion through cross-referencing, so you can feed it raw material and get structured wiki content.

Can wiki-ingest process multiple files at once?

Yes. wiki-ingest supports batch mode ingestion of multiple sources while tracking changes and avoiding duplicate ingestion. It uses delta tracking to skip unchanged sources and file locking to safely coordinate concurrent writes, so you can process many files together without conflicts or redundant updates to your vault.

What happens when I add an article to wiki vault automatically?

wiki-ingest extracts entities and concepts from the article, creates new wiki pages for those entities, and cross-references them with proper Obsidian markdown links. It also maintains wiki consistency through delta tracking, locking, and contradiction detection to ensure your vault stays coherent as content grows.

Does wiki-ingest support different vault organization modes?

wiki-ingest supports multiple vault organization modes including generic, LYT, Zettelkasten, and PARA, with mode-aware filing so content is automatically placed according to your chosen structure. This lets you maintain your preferred knowledge management system while automating the ingestion and cross-referencing work.

How does wiki-ingest handle duplicate or conflicting content?

wiki-ingest uses delta tracking to detect which sources have already been processed or changed, skipping redundant ingestion. File locking prevents concurrent write conflicts, and contradiction detection identifies conflicts in your wiki so you can resolve them manually while the tool maintains overall vault consistency.

Can wiki-ingest ingest images into my wiki?

Yes. wiki-ingest accepts multiple source types including files, URLs, and images. When you ingest an image, it extracts relevant entities and concepts, creates associated wiki pages, and embeds or links the image appropriately within your Obsidian vault structure.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

wiki-ingest: Source Ingestion

Read the source. Write the wiki. Cross-reference everything. A single source typically touches 8-15 wiki pages.

Syntax standard: Write all Obsidian Markdown using proper Obsidian Flavored Markdown. Wikilinks as [[Note Name]], callouts as > [!type] Title, embeds as ![[file]], properties as YAML frontmatter. If the kepano/obsidian-skills plugin is installed, prefer its canonical obsidian-markdown skill for Obsidian syntax reference. Otherwise, follow the guidance in this skill.


Transport (v1.7+)

Before mutating any vault file, consult .vault-meta/transport.json (auto-created by bash scripts/detect-transport.sh). Use the preferred transport per the fallback chain:

  • cliobsidian-cli write "$VAULT" "$NOTE" < content.md (or append,

(truncated - see the full file via the links below)

File tree — 1 file
skills/wiki-ingest/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Ingest external sources (files, URLs, images) into Obsidian wiki with automatic entity and concept extraction”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

wiki-lint
by AgriciDaniel · AgriciDaniel/claude-obsidian

wiki-lint scans your Obsidian vault to surface structural problems: orphaned pages, broken wikilinks, missing cross-references, incomplete frontmatter, and empty sections. It generates a timestamped health report, updates Dataview dashboards, and can create visual canvas maps of your vault's domain structure.

MITupdated May 2026
★ 10,007repo stars
wiki-mode
by AgriciDaniel · AgriciDaniel/claude-obsidian

wiki-mode lets you pick an organizational methodology—LYT, PARA, Zettelkasten, or Generic—and store it in `.vault-meta/mode.json` so wiki-ingest, save, and autoresearch route new pages consistently. Set your mode once with an interactive setup script; switching modes later only affects newly-filed pages. Each methodology ships with templates and folder conventions tailored to its philosophy.

MITupdated May 2026
★ 10,007repo stars
save
by AgriciDaniel · AgriciDaniel/claude-obsidian

save captures valuable chat content and files it as a permanent wiki page with the right structure and metadata. It analyzes conversations to pick the best note type—synthesis, concept, source, decision, or session—then creates frontmatter, places the note in the correct folder, and updates your wiki's index and log. The skill respects your vault's organization mode and handles concurrent writes safely.

MITupdated May 2026
★ 10,007repo stars
wiki
by AgriciDaniel · AgriciDaniel/claude-obsidian

wiki transforms Obsidian into a compounding knowledge system by scaffolding vault structure from your description, organizing sources and entities, and maintaining a hot cache of recent context. Unlike RAG systems, the wiki persists as a structured artifact where cross-references and contradictions surface automatically. Route ingest, query, and maintenance tasks to specialized sub-skills while the skill handles vault setup, indexing, and knowledge layer management.

MITupdated May 2026
★ 10,007repo stars
Second Brain Ingest
by NicholasSpisak · NicholasSpisak/second-brain

Second Brain Ingest processes raw source documents into organized wiki pages, automatically identifying and linking entities, concepts, and related topics. It guides you through extracting key takeaways, creating source summaries, and updating your knowledge graph with new information while flagging contradictions with existing content.

no license declared → metadata onlyupdated Apr 2026
★ 643repo stars
wiki-ingest
by sanyuan0704 · sanyuan0704/sanyuan-skills

Transform loose content into a living knowledge base by ingesting articles, documents, or notes into organized wiki pages. The skill automatically extracts concepts, products, and patterns, creates interconnected pages with cross-references, and maintains a searchable index—all while preventing duplicates and keeping your knowledge network coherent.

MITupdated May 2026
★ 3,785repo stars

More skills wiki-cli (MIT) · wiki-ingest (MIT) · wiki-query (MIT) · wiki-ingest (MIT) · llm-wiki (MIT) · llm-wiki (MIT) · wiki-dedup (MIT) · wiki-retrieve (MIT)

Tags
content-ingestionautomated-indexingentity-extractioncross-referencingbatch-processingvault-managementsource-processingwiki-automationknowledge-synthesis