← 返回 Skills 市场
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ontology-xgjk
功能描述
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
安全使用建议
This skill appears coherent for local structured memory: it reads/writes an append-only graph file under memory/ontology and provides Python utilities to manage entities and relations. Before installing, review the full scripts/ontology.py (the provided snippet was truncated) to ensure there are no hidden network calls or code that reads arbitrary system files. Consider these practical precautions: (1) run the tool in a restricted workspace or container so the graph file cannot reference sensitive host paths, (2) enforce file permissions on memory/ontology to prevent other processes from reading stored references, (3) avoid putting secrets directly into the graph (use secret_ref patterns and an appropriate secret store), and (4) if other skills are allowed to read this ontology, vet those skills because cross-skill access can leak sensitive references. If you want stronger assurance, provide the complete untruncated script for review or run the tool in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: ontology-xgjk
Version: 1.0.4
The skill bundle provides a structured knowledge graph (ontology) system for agent memory and state management. The core logic in `scripts/ontology.py` includes security-conscious features such as path traversal protection via `resolve_safe_path` and schema constraints that explicitly forbid the direct storage of secrets (passwords/tokens) in the `Credential` type. The behavior is entirely consistent with the stated purpose of managing entities and relations within the local workspace.
能力评估
Purpose & Capability
Name/description (typed knowledge graph for agent memory) matches what is present: SKILL.md documents entity types and workflows and scripts/ontology.py implements create/query/relate/validate against a local graph file. No unrelated credentials, binaries, or cloud APIs are requested.
Instruction Scope
Instructions operate on local storage (memory/ontology/graph.jsonl), describe CLI usage, and encourage append-only mutations and schema validation. This is appropriate, but the skill permits storing file paths (Document.path) and secret references (secret_ref). While the schema forbids storing raw secrets in Credential objects, the ontology can hold references to local file paths or external secret-store references which could be used by other skills to access sensitive data. Also: portions of the python script and SKILL.md were truncated in the supplied view, so confirm there are no additional instructions that read arbitrary system files or call external endpoints.
Install Mechanism
No install spec or external downloads; code is included in the package and the runtime behavior is file-based. This is low-risk from an install perspective (nothing is fetched from remote URLs).
Credentials
No environment variables, credentials, or config paths are required. The declared data model includes credential references but explicitly forbids embedding raw secrets; requested privileges are consistent with a local graph store.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform-level privileges. It writes to its own workspace path (memory/ontology) which is expected behavior for a local datastore.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ontology-xgjk - 安装完成后,直接呼叫该 Skill 的名称或使用
/ontology-xgjk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
XGJK official version of ontology skill
元数据
常见问题
Ontology XGJK 是什么?
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 插件,目前累计下载 96 次。
如何安装 Ontology XGJK?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ontology-xgjk」即可一键安装,无需额外配置。
Ontology XGJK 是免费的吗?
是的,Ontology XGJK 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ontology XGJK 支持哪些平台?
Ontology XGJK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ontology XGJK?
由 spzwin(@spzwin)开发并维护,当前版本 v1.0.4。
推荐 Skills