← 返回 Skills 市场
zmy1006-sudo

ontology-pro

作者 mingyuan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ontology-pro
功能描述
基于文本构建并持续更新知识图谱,支持多步推理和因果分析,输出可执行的最优策略与行动建议。
安全使用建议
What to consider before installing/using this skill: - Persistent storage: The skill writes/reads graph files on disk (code defaults to ~/.ontology-pro/graphs). The documentation also references a different path (.workbuddy/ontology). Confirm which path will be used and where data will be stored, especially if you handle sensitive information. - Privacy: Any text you ask the agent to 'remember' may be persisted indefinitely in those JSON graph files. If you plan to include sensitive content, use an isolated environment, or avoid the memory/save commands. - Auto-loading triggers: The skill is designed to be auto-loaded for broad keywords (ontology, knowledge graph, reasoning, etc.). If you want tighter control, disable automatic invocation or require explicit user invocation in the agent settings. - Review scripts before running: The two included scripts operate locally and appear to only manipulate JSON files and generate Mermaid text. If you want absolute certainty, inspect/execute them in a sandbox to verify they behave as expected. - Backups and cleanup: Because the skill supports long-lived memory, consider configuring a backup/retention policy and periodically review stored graphs. If you find the docs and code disagree on storage paths, update or patch the skill to use the location you prefer. Overall: the skill appears coherent and implements what it promises, but treat its persistent-memory feature as the main risk vector and control storage location and invocation policy accordingly.
功能分析
Type: OpenClaw Skill Name: ontology-pro Version: 1.0.1 The ontology-pro skill bundle is a well-structured cognitive engine for knowledge graph management and reasoning. The included Python scripts (memory_manager.py and graph_visualize.py) handle local data persistence and visualization using standard libraries without any network activity, obfuscation, or unauthorized file access. The instructions in SKILL.md and the reference protocols are consistent with the stated purpose of building and querying a local knowledge base, and no evidence of malicious intent or prompt-injection attacks was found.
能力评估
Purpose & Capability
Name/description (ontology, reasoning, persistent memory) align with the included reference docs and two helper scripts: graph_visualize.py (renders JSON → Mermaid) and memory_manager.py (create/load/update/query JSON graphs). Everything requested (no credentials, no external services) matches the stated capability. Minor inconsistency: documentation refers to workspace paths like {workspace}/.workbuddy/ontology/... while the code's DEFAULT_BASE_DIR writes to the user's home (~/.ontology-pro/graphs). This mismatch is likely a documentation vs implementation oversight but worth noting.
Instruction Scope
SKILL.md instructs the agent to persist and load knowledge graphs across sessions and to inject graph summaries into prompts for reasoning. The instructions do not ask the agent to read arbitrary system files or environment variables beyond the skill's own storage. However, the skill will read/write files in user directories (see memory and index file locations) and automatically load graph context when triggered by fairly broad keywords—this increases privacy exposure of any text the agent stores in graphs.
Install Mechanism
This is instruction-only with two included Python scripts. There is no install spec, no downloads from external URLs, and no package installs declared. Risk from install mechanism is low because nothing is fetched or executed automatically by an installer; scripts run only if invoked.
Credentials
The skill requests no environment variables, no credentials, and does not declare any external endpoints. That is proportionate for a local knowledge-graph/memory manager. No secret exfiltration indicators are present in the code.
Persistence & Privilege
The skill persists knowledge graphs to disk and supports cross-session indexing, merging, cleanup and automated decay rules (described in docs). It does not request elevated platform privileges nor set always:true. The main consideration: it will create and update files under user directories (code defaults to ~/.ontology-pro/graphs; docs mention .workbuddy/ontology), so stored content could contain sensitive user data if the agent is asked to 'remember' such information.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ontology-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ontology-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Reference documentation files have been removed from the package. - Script files for graph visualization and memory management are no longer included. - Added new documentation file: SKILL_EN.md. - No user-facing workflow or behavior changes; skill usage and documentation unchanged.
v1.0.0
ontology-pro 1.0.0 — 初始发布 - 发布认知本体引擎,支持“知识建模 + 推理 + 决策输出”的 AI Agent 插件 - 自动触发于知识建模、推理、决策分析、持续学习和领域本体等场景 - 实现认知图谱抽取、动态记忆、推理引擎与决策策略输出四大核心模块 - 提供完整工作流和标准 JSON 知识图谱格式,支持持久化与版本管理 - 附带知识可视化与记忆管理脚本工具 - 丰富使用示例,便于快速上手各类认知与决策任务
元数据
Slug ontology-pro
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

ontology-pro 是什么?

基于文本构建并持续更新知识图谱,支持多步推理和因果分析,输出可执行的最优策略与行动建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 ontology-pro?

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

ontology-pro 是免费的吗?

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

ontology-pro 支持哪些平台?

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

谁开发了 ontology-pro?

由 mingyuan(@zmy1006-sudo)开发并维护,当前版本 v1.0.1。

💬 留言讨论