← Back to Skills Marketplace
114
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ontology-pro
Description
基于文本构建并持续更新知识图谱,支持多步推理和因果分析,输出可执行的最优策略与行动建议。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ontology-pro - After installation, invoke the skill by name or use
/ontology-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 知识图谱格式,支持持久化与版本管理
- 附带知识可视化与记忆管理脚本工具
- 丰富使用示例,便于快速上手各类认知与决策任务
Metadata
Frequently Asked Questions
What is ontology-pro?
基于文本构建并持续更新知识图谱,支持多步推理和因果分析,输出可执行的最优策略与行动建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install ontology-pro?
Run "/install ontology-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ontology-pro free?
Yes, ontology-pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ontology-pro support?
ontology-pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ontology-pro?
It is built and maintained by mingyuan (@zmy1006-sudo); the current version is v1.0.1.
More Skills