@oswalpalash

ontology

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...

当前版本
v1.0.4
650 19万总安装 0

v1.0.4

2026/03/11

版本

- Initial release of the ontology skill for typed, constraint-validated knowledge graphs. - Supports entity and relation CRUD, property and relation validation, and graph traversal for common types such as Person, Project, Task, Event, and Document. - Provides schema-driven constraints including required properties, enums, forbidden fields, cardinality, and acyclicity. - Enables multi-step planning and shared memory across skills via structured ontology objects. - Includes CLI tooling for creating, querying, linking, and validating graph data using JSONL storage.

Security Scan

OpenClaw

gpt-5.5

clean

OpenClaw 分析

This is a transparent local knowledge-graph memory skill, with the main risk being that it intentionally persists user-supplied structured memory in the workspace.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: ontology Version: 1.0.4 The 'ontology' skill provides a robust framework for managing a local knowledge graph (entities and relations) stored in JSONL format. The implementation in `scripts/ontology.py` includes proactive security measures such as a `resolve_safe_path` function to prevent path traversal and schema constraints in `references/schema.md` that explicitly forbid storing raw secrets like passwords or tokens. The logic is transparent, well-documented, and strictly focused on its stated purpose of structured memory management.

元数据

  • 作者: @oswalpalash
  • 创建时间: 2026/01/26
  • 更新时间: 2026/05/11
  • 版本数: 4
  • 评论数: 7
  • 扫描时间: 2026/07/10

运行要求

官方公开数据里暂未列出运行要求。