ontology

Installation
SKILL.md

Ontology

A typed vocabulary + constraint system for representing knowledge as a verifiable graph.

Core Concept

Everything is an entity with a type, properties, and relations to other entities. Every mutation is validated against type constraints before committing.

Entity: { id, type, properties, relations, created, updated }
Relation: { from_id, relation_type, to_id, properties }

When to Use

Installs
17
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 18, 2026
ontology — openclaw/skills