← 返回 Skills 市场
2233admin

Ontology KG

作者 2233admin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ontology-kg
功能描述
Typed knowledge graph for AI agent memory. Create entities, link relations, enforce constraints. JSONL append-only storage, zero dependencies. Use when agent...
安全使用建议
Do not install or enable this skill until you confirm where the implementation lives. Questions to ask the publisher: (1) Where are scripts/ontology.py and any supporting code? The SKILL.md's CLI examples rely on that file. (2) If the code is provided separately, inspect it for filesystem and network access before running. (3) If you intend the agent to implement these semantics itself, understand the agent will create and modify memory/ontology/graph.jsonl (local files) — back up that folder and restrict file permissions. (4) Verify how credentials are handled: the schema requires secret_ref (good), but confirm the runtime never writes secrets into the JSONL. If the author cannot provide source code or a clear install path, treat the package as incomplete and avoid enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: ontology-kg Version: 1.0.0 The ontology-kg skill bundle provides a structured knowledge graph system for AI agent memory, using JSONL for storage. The documentation (SKILL.md, schema.md) defines clear entity types and relations with a focus on security, such as explicitly forbidding the storage of raw secrets in Credential entities. No malicious instructions, data exfiltration patterns, or suspicious execution commands were identified in the provided files.
能力评估
Purpose & Capability
The skill claims a zero-dependency JSONL store for a typed KG, which is coherent, but the SKILL.md examples and references assume a Python CLI (scripts/ontology.py). No such scripts or install steps are included in the package or manifest. That leaves a missing implementation: either the agent must implement the behavior itself or the package is incomplete.
Instruction Scope
Instructions tell the agent to create/read/relate/validate entities by running python scripts that read/write memory/ontology/graph.jsonl. The instructions reference local filesystem paths and document paths (which could point to arbitrary local files). While the described operations are appropriate for a memory/ontology tool, the SKILL.md grants implicit permission to read/write local files and to run arbitrary Python scripts — and since the scripts aren't provided, it's unclear what code would run.
Install Mechanism
There is no install spec (instruction-only), which is low risk in principle. However, the lack of included implementation while instructing use of specific scripts is an inconsistency: either an install or code files should be present or the SKILL.md should explain how the agent provides equivalent functionality.
Credentials
The skill requests no environment variables or credentials. The schema references secret_ref for credentials (encouraging not storing secrets directly), which is a reasonable safety constraint. There are no declared env/credential requirements that appear disproportionate.
Persistence & Privilege
always is false and model invocation is permitted (defaults). The skill does instruct writing to a local graph.jsonl (agent-local storage), which is expected for a memory tool. No indications it attempts to change other skills or gain elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ontology-kg
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ontology-kg 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Typed knowledge graph for AI agent memory. Entities + relations + constraints. JSONL storage, zero deps. Inspired by oswalpalash/ontology.
元数据
Slug ontology-kg
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ontology KG 是什么?

Typed knowledge graph for AI agent memory. Create entities, link relations, enforce constraints. JSONL append-only storage, zero dependencies. Use when agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。

如何安装 Ontology KG?

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

Ontology KG 是免费的吗?

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

Ontology KG 支持哪些平台?

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

谁开发了 Ontology KG?

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

💬 留言讨论