← Back to Skills Marketplace
1652
Downloads
0
Stars
56
Active Installs
1
Versions
Install in OpenClaw
/install ontology-1-0-4
Description
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Usage Guidance
Install this only if you want persistent local agent memory in the workspace. Do not store secrets or highly sensitive personal data in the ontology graph, and review proposed memory writes when the agent is asked to remember or link facts.
Capability Assessment
Purpose & Capability
The artifacts consistently describe and implement a typed ontology for creating, querying, linking, validating, and sharing structured agent memory.
Instruction Scope
The trigger language is broad, including phrases like "remember" and cross-skill state access, but this matches the memory purpose and the documented operations are local ontology CRUD/query actions.
Install Mechanism
The package contains documentation, references, metadata, and one Python helper script; there is no installer, dependency bootstrap, network fetch, or auto-run hook.
Credentials
File access is scoped to workspace ontology files such as memory/ontology/graph.jsonl and memory/ontology/schema.yaml, with path resolution constrained to the workspace root; static scan was clean and VirusTotal is only pending telemetry.
Persistence & Privilege
Persistent shared memory is intentional and disclosed. Delete operations are logical append-only records, so earlier raw facts may remain in the JSONL history unless manually removed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ontology-1-0-4 - After installation, invoke the skill by name or use
/ontology-1-0-4 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the ontology skill, enabling a typed knowledge graph for structured agent memory and composable skills.
- Supports entity creation, querying, linking (relations), enforcement of type constraints, and planning as graph transformations.
- Includes core types for people, projects, tasks, events, documents, accounts, and more.
- Provides CLI commands for entity and relation CRUD, validation, and graph traversal.
- Ensures data integrity through validation, append-only change tracking, and an extensible schema/constraint system.
- Designed for cross-skill data sharing and integration patterns, with full documentation and quick start guides.
Metadata
Frequently Asked Questions
What is Ontology 1.0.4?
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin... It is an AI Agent Skill for Claude Code / OpenClaw, with 1652 downloads so far.
How do I install Ontology 1.0.4?
Run "/install ontology-1-0-4" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ontology 1.0.4 free?
Yes, Ontology 1.0.4 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ontology 1.0.4 support?
Ontology 1.0.4 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ontology 1.0.4?
It is built and maintained by tenmyword (@tenmyword); the current version is v1.0.0.
More Skills