llm-wiki:import

Ingest URLs, pasted text, or local files into an llm-wiki vault via wiki_ingest.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Pawpaw-Technology/llm-wiki --skill llm-wiki-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki:import
Source: https://github.com/Pawpaw-Technology/llm-wiki/tree/main/skills/llm-wiki-import
Command: npx skills add https://github.com/Pawpaw-Technology/llm-wiki --skill llm-wiki-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill enables you to add a URL, pasted text, or a local file to your llm-wiki vault. It fetches content when needed, enforces scope awareness via SCOPE.md, and routes ingestion through wiki_ingest.

Core Features & Use Cases

  • Supports input types: URL, pasted markdown, and local file content.
  • Performs (optional) scope checks against SCOPE.md and ingests via wiki_ingest.
  • Use case: add an article from a URL or paste content to create or update a wiki page within your vault.

Quick Start

Share a URL, pasted text, or a file path and let the wiki_ingest flow save it to your vault.

Frequently Asked Questions about llm-wiki:import

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

FAQPage Schema
How do I add a URL to my markdown wiki vault?

To add a URL to your markdown wiki vault, share the link and the content is fetched and routed through wiki_ingest to create or update a wiki page.

Can I ingest pasted text and local files into a wiki?

Yes, you can ingest pasted text and local files into a wiki. The tool accepts pasted markdown or local file content as mutually exclusive inputs alongside URLs.

How does SCOPE.md enforce content scope during wiki ingestion?

SCOPE.md enforces content scope during wiki ingestion by performing optional scope checks against the file before routing the new articles or notes through wiki_ingest.

What is the best way to import external content into an llm-wiki?

The best way to import external content into an llm-wiki is providing a URL, pasted text, or file path to trigger the wiki_ingest flow, saving it directly to your vault.

Do I need to provide both content and source_path to add a wiki page?

No, you do not need both. Content and source_path are mutually exclusive inputs, so you provide only one source type to add an article to your vault.

What types of content sources are supported for vault ingestion?

Supported content sources for vault ingestion include URLs, pasted markdown text, and local file content, allowing flexible one-step additions to your wiki.