← 返回 Skills 市场
205
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ontology-vic
功能描述
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
安全使用建议
This skill is an instruction-only design for a local typed knowledge graph and appears coherent. Before installing/using: 1) Note that the SKILL.md references helper scripts (scripts/ontology.py) that are NOT included — review or provide those implementations before use. 2) Confirm the filesystem location (memory/ontology) and set tight permissions so the agent cannot read unrelated sensitive files. 3) Never store plaintext secrets in the graph; use secret references that point to a secure secret store and review how secret_ref is resolved by your implementation. 4) If you wire cross-skill integrations or migration to SQLite, audit those components for network access or credential use. 5) If you want stronger guarantees, require an explicit implementation (code) and review it for any file I/O or network calls before enabling the skill for autonomous use.
功能分析
Type: OpenClaw Skill
Name: ontology-vic
Version: 1.0.0
The ontology skill provides a structured framework for managing an agent's memory through a typed knowledge graph. It includes security-conscious design patterns, such as a schema that explicitly forbids the storage of sensitive information like passwords or tokens in the 'Credential' entity type. While it utilizes shell commands to interact with a local script (scripts/ontology.py), this behavior is well-documented and strictly aligned with the stated purpose of performing graph transformations and entity management within the memory/ontology/ directory.
能力评估
Purpose & Capability
Name and description match the instructions. The SKILL.md describes a typed knowledge-graph, local storage (memory/ontology/graph.jsonl), schema rules, and integration patterns; nothing requested (no env vars, no binaries, no installs) is out of scope for an ontology/memory skill.
Instruction Scope
Instructions confine reads/writes to a local ontology store (memory/ontology/*) and describe using helper scripts (python3 scripts/ontology.py). The skill is instruction-only and does not include those scripts — agents or integrators would need to supply them. Because the instructions allow 'direct file ops' and cross-skill communication, an implementation could be used to read/write additional files if misconfigured; the SKILL.md itself does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
No install spec or code files are included. This is low-risk: nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables or credentials are requested. The ontology defines a 'Credential' type with a secret_ref and explicitly warns against storing secrets directly — appropriate guidance. If you integrate real secret stores, those credentials would be required by the implementation, not by this instruction-only skill.
Persistence & Privilege
Skill does not request permanent inclusion (always:false) and uses normal autonomous invocation. It does not modify other skills or system-wide settings in the instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ontology-vic - 安装完成后,直接呼叫该 Skill 的名称或使用
/ontology-vic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the ontology skill for typed knowledge graph management.
- Supports creating, querying, and relating core entity types such as Person, Project, Task, Event, and Document.
- Enforces type constraints and validates entity and relation operations before committing changes.
- Adds append-only storage in `memory/ontology/graph.jsonl` and optional schema enforcement in `memory/ontology/schema.yaml`.
- Provides CLI workflows for entity CRUD, relation management, graph traversal, and validation.
- Facilitates state sharing and cross-skill data access for agent-based workflows.
元数据
常见问题
Ontology Knowledge Graph 是什么?
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 Ontology Knowledge Graph?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ontology-vic」即可一键安装,无需额外配置。
Ontology Knowledge Graph 是免费的吗?
是的,Ontology Knowledge Graph 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ontology Knowledge Graph 支持哪些平台?
Ontology Knowledge Graph 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ontology Knowledge Graph?
由 chungvic(@chungvic)开发并维护,当前版本 v1.0.0。
推荐 Skills