wiki-export

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

方便外部可视化与知识库迁移,支持多种目标格式。

▸ 风险提示

导出可能泄露私有数据,注意目标与权限

这个 Skill 做什么

将 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/.

数据与抓取导出知识图谱兼容性通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-export/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-export/SKILL.md"
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"` — 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有