← 返回 Skills 市场
shi8103312

Obsidian Ontology Sync 1.0.1

作者 shi8103312 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
134
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-ontology-sync-1-0-1
功能描述
Bidirectional sync between Obsidian PKM (human-friendly notes) and structured ontology (machine-queryable graph). Automatically extracts entities and relatio...
安全使用建议
Things to check before installing or running: 1) The README/SKILL claim 'bidirectional' but the provided script only extracts and appends to a local graph.jsonl—if you need automatic writes back into your notes, inspect the remaining code (feedback/ write-back) to confirm behavior. 2) Run the tool in --dry-run --verbose first and point it at a test copy of your vault to observe what it would extract and what files it would write. 3) Confirm the configured vault path (default is /root/life/pkm) so it doesn't scan unexpected user/system directories. 4) Review the remainder of the feedback implementation (truncated in the bundle) to ensure it does not perform network I/O or exfiltrate data. 5) Note the script will write graph.jsonl in your vault area (append mode); back up that directory if you care about provenance or atomicity. 6) The hard-coded project name list is unusual—check whether it will incorrectly tag or create project entities. If you want higher assurance, request the complete, untruncated source (full feedback routine) and confirm there are no network calls or credential usage before granting automated cron/agent runs.
能力评估
Purpose & Capability
Name/description promise 'Bidirectional sync' implies ontology↔Obsidian updates, but the included code and instructions only show extraction (Obsidian → ontology) and writing append-only JSONL entries. There is no clear implementation of writing back to the Obsidian vault; that mismatch could be sloppy documentation or a missing feature. Also the code embeds a hard-coded list of project names (ValueChain, BytePlus, Benow, Wirerr) which is unexpected for a general PKM tool and should be explained.
Instruction Scope
SKILL.md and scripts instruct the agent to scan user note directories and write a graph.jsonl under the user's configured vault (defaults to /root/life/pkm/memory/ontology). Reading/writing those files is consistent with the stated extraction/analysis purpose. The instructions recommend running via cron and provide dry-run flags. No instructions reference unrelated system files, secrets, or external endpoints.
Install Mechanism
This is instruction-only with a single included script and no install spec or downloads—lowest install risk. The code runs locally and writes files under configured paths; nothing is pulled from third-party URLs.
Credentials
No environment variables or credentials are required. The script reads configuration files from default paths (e.g., /root/life/pkm/ontology-sync/config.yaml and /root/.openclaw/workspace/skills/...) which is reasonable for a local tool, but you should confirm the vault path before running to avoid scanning unintended directories.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. It creates and appends to files in the configured vault area (creates memory/ontology/graph.jsonl); this is within scope for a sync tool but be aware writes are append-only and there is no locking or transactional safety.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-ontology-sync-1-0-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-ontology-sync-1-0-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release enabling bidirectional sync between Obsidian notes and a structured ontology. - Automatically extracts entities and relationships (Person, Organization, Project, etc.) from Obsidian markdown notes. - Maintains a machine-queryable ontology graph and runs regular analytics to provide insights. - Generates structured feedback to help improve note structure and templates. - Configurable via YAML, with automatic sync, analysis, and feedback scheduled via cron. - Supports actionable queries on synced knowledge (e.g., team assignments, missing data, relationship gaps).
元数据
Slug obsidian-ontology-sync-1-0-1
版本 1.0.0
许可证 MIT-0
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Obsidian Ontology Sync 1.0.1 是什么?

Bidirectional sync between Obsidian PKM (human-friendly notes) and structured ontology (machine-queryable graph). Automatically extracts entities and relatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Obsidian Ontology Sync 1.0.1?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-ontology-sync-1-0-1」即可一键安装,无需额外配置。

Obsidian Ontology Sync 1.0.1 是免费的吗?

是的,Obsidian Ontology Sync 1.0.1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Obsidian Ontology Sync 1.0.1 支持哪些平台?

Obsidian Ontology Sync 1.0.1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Obsidian Ontology Sync 1.0.1?

由 shi8103312(@shi8103312)开发并维护,当前版本 v1.0.0。

💬 留言讨论