wiki-import

Imports wiki graph data into an Obsidian vault from graph.json or OKF bundles.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill wiki-import-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-import
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/wiki-import
Command: npx skills add https://github.com/zjykzk/blog --skill wiki-import-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import a wiki knowledge graph into the current vault — from a graph.json export (stubs) or from an OKF bundle (full pages). Use this to reconstruct pages and relationships with correct frontmatter and wikilinks, enabling vault-to-vault transfers or consolidation.

Core Features & Use Cases

  • Reconstructs stub pages from graph.json with frontmatter, relationships, and wikilinks.
  • Fully rebuilds pages from OKF bundles with real bodies for lossless vault transfers.
  • Maintains and updates vault metadata, links, and tags during import.

Quick Start

Provide the path to a graph.json or OKF bundle and run the import to reconstruct pages in your vault.

Frequently Asked Questions about wiki-import

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

FAQPage Schema
How do I import a wiki knowledge graph into an Obsidian vault?

To import a wiki knowledge graph into an Obsidian vault, provide the path to a graph.json export or an OKF bundle. The import process automatically reconstructs pages, frontmatter, and wikilinks while updating vault metadata.

What is the difference between importing from graph.json and an OKF bundle?

Importing from graph.json reconstructs stub pages with frontmatter and relationships, whereas importing from an OKF bundle fully rebuilds pages with real bodies for lossless vault-to-vault transfers.

Can I perform vault-to-vault transfers and preserve wikilinks and frontmatter?

Yes, you can perform vault-to-vault transfers by writing stubs or full pages depending on the source. The import validates source structure and preserves relationships, frontmatter, and wikilinks.

How does the wiki import process handle vault metadata and change auditing?

The wiki import process maintains and updates vault metadata, links, and tags during import. It also validates the source structure and generates a change-log preview specifically for auditing purposes.

Do I need any dependencies to reconstruct wiki pages in my vault?

No dependencies are required to reconstruct wiki pages in your vault. You only need to provide the path to a valid graph.json export or OKF bundle to run the import and rebuild pages.