wiki-import

Installation
SKILL.md

Wiki Import — Reconstruct Pages from graph.json

You are importing a vault's knowledge graph from a graph.json export (produced by wiki-export) into the current vault. This reconstructs page stubs with correct frontmatter, wikilinks, and typed relationships, then updates all vault metadata.

Before You Start

  1. Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH.
  2. Read $OBSIDIAN_VAULT_PATH/AGENTS.md if it exists — apply any owner-specific conventions.

Step 1: Locate and Validate Source

Find the import source:

  • If the user provided a path argument, use it directly.
  • Otherwise auto-detect ./wiki-export/graph.json in the current directory.
  • If neither exists, ask the user for the path.
Installs
81
GitHub Stars
1.7K
First Seen
5 days ago
wiki-import — ar9av/obsidian-wiki