wiki-export
方便外部可视化与知识库迁移,支持多种目标格式。
导出可能泄露私有数据,注意目标与权限
将 Obsidian 知识图导出为 JSON/GraphML/Gephi/Neo4j 等结构化格式。
把 Obsidian 的知识图导出为结构化格式,能生成 JSON、GraphML、Gephi、Neo4j(cypher.txt)和交互式 graph.html,方便在外部工具做可视化与分析。适合需要迁移数据、做图数据库导入或用可视化工具探索知识网络时使用。导出结果会放在 wiki-export/ 目录,并可选生成符合 Open Knowledge Format 的 markdown 包,便于分享与再利用。
▸ 展开 SKILL.md 英文原文
Export the Obsidian wiki's knowledge graph to structured formats for use in external tools. Use this skill when the user says "export wiki", "export graph", "export to JSON", "export to Gephi", "export to Neo4j", "graphml", "visualize wiki", "knowledge graph export", "export to OKF", "OKF bundle", "open knowledge format", "export as markdown bundle", or wants to use their wiki data in another tool. Outputs graph.json, graph.graphml, cypher.txt (Neo4j), and graph.html (interactive browser visualization) into a wiki-export/ directory at the vault root, plus an optional OKF (Open Knowledge Format) markdown bundle under wiki-export/okf/.
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-export/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-export/SKILL.md"# Wiki Export — Knowledge Graph Export You are exporting the wiki's wikilink graph to structured formats so it can be used in external tools (Gephi, Neo4j, custom scripts, browser visualization). ## Before You Start 1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt setup). This gives `OBSIDIAN_VAULT_PATH` 2. Confirm the vault has pages to export — if fewer than 5 pages exist, warn the user and stop ## Project Filter (optional) If the user's invocation includes a project name — e.g. `/wiki-export prismor`, `"export the prismor project"`, `"export project:security"` —