·ontology

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.

607Installs·57Trend·@sundial-org

Installation

$npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill ontology

How to Install ontology

Quickly install ontology AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill ontology
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sundial-org/awesome-openclaw-skills.

SKILL.md

View raw

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

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

| "Remember that..." | Create/update entity | | "What do I know about X?" | Query graph | | "Link X to Y" | Create relation | | "Show all tasks for project Z" | Graph traversal | | "What depends on X?" | Dependency query | | Planning multi-step work | Model as graph transformations | | Skill needs shared state | Read/write ontology objects |

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access. Source: sundial-org/awesome-openclaw-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill ontology
Category
{}Data Analysis
Verified
First Seen
2026-03-03
Updated
2026-03-11

Browse more skills from sundial-org/awesome-openclaw-skills

Quick answers

What is ontology?

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access. Source: sundial-org/awesome-openclaw-skills.

How do I install ontology?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill ontology Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sundial-org/awesome-openclaw-skills