ingest-url

Distill web pages into Obsidian wiki notes with provenance frontmatter.

3.2k|320|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Ar9av/obsidian-wiki --skill ingest-url
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest-url
Source: https://github.com/Ar9av/obsidian-wiki/tree/main/.skills/ingest-url
Command: npx skills add https://github.com/Ar9av/obsidian-wiki --skill ingest-url

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest URL addresses the challenge of quickly converting online content into structured knowledge within an Obsidian wiki, reducing manual gathering and summarization.

Core Features & Use Cases

  • Detects current project context and places pages accordingly.
  • Applies frontmatter to maintain provenance and linking for later discovery.
  • Use Case: you want to save a blog post, product page, or research article into a project wiki for future reference.

Quick Start

Tell the AI: ingest-url <URL> to fetch and distill that page into the wiki.

Frequently Asked Questions about ingest-url

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

FAQPage Schema
How do I save a web page URL into an Obsidian wiki for knowledge management?

To ingest a URL into your Obsidian wiki, the Skill distills the web page content and writes it as a new page with robust frontmatter. It automatically detects your current project folder to place the page contextually, preserving the source URL and provenance data for future reference.

How does web distillation handle provenance and frontmatter when ingesting links?

Web distillation in this context captures provenance by automatically generating frontmatter with source_url, created, and updated fields. This ensures that every ingested web page maintains its original link and contextual metadata, enabling reliable later discovery and linking within your project wiki.

Can I save online research articles into a specific project folder automatically?

Yes, you can save research articles automatically into a specific project folder. The Skill detects your current project context and places new pages there accordingly; if no project is detected, it defaults to placing the distilled web content into a misc/ folder.

What is the best way to avoid duplicate pages when ingesting web content?

The best way to avoid duplicate pages is to rely on the Skill's built-in duplicate validation. Before writing a new page to your Obsidian wiki, it checks for existing duplicates and validates the vault configuration to ensure your knowledge management system remains clean and organized.

Does ingest-url require any dependencies or components to function?

No, ingest-url does not require any dependencies or components to function. It operates independently to validate your vault configuration, distill web page content, and apply structured frontmatter directly into your Obsidian wiki without additional setup.