← Back to Skills Marketplace
tonydesign1999

Ontology 1

by tonydesign1999 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
249
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install ontology-1
Description
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Usage Guidance
This skill appears coherent and implements a local ontology stored under memory/ontology/graph.jsonl using the bundled Python script. It does not request secrets or network access. Before installing: (1) be aware data is persisted locally in the workspace (append-only), so do not store raw secrets or sensitive file contents in entity properties; use secret_ref patterns as recommended; (2) confirm the agent's workspace root is appropriate (the script constrains paths to the workspace); (3) if you intend to expose this graph to other skills, review those skills' permissions because they may read/write the same files; and (4) you may review the full scripts/ontology.py to confirm its behavior matches your expectations (no network or unexpected system access was observed).
Capability Analysis
Type: OpenClaw Skill Name: ontology-1 Version: 1.0.4 The 'ontology' skill bundle provides a structured knowledge graph system for agent memory with robust security-conscious design. The core script (scripts/ontology.py) includes path traversal protection via a path resolution utility and explicitly implements validation logic to forbid the storage of sensitive credentials like passwords or tokens. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions and code are strictly aligned with the stated purpose of managing entities and relations.
Capability Assessment
Purpose & Capability
Name/description match the included assets: SKILL.md describes a typed ontology and the included scripts/ontology.py implements create/query/relate/validate operations over a JSONL graph file. Nothing in the code or docs demands unrelated capabilities (no cloud creds, no unrelated binaries).
Instruction Scope
Runtime instructions focus on creating/querying/linking entities via memory/ontology/graph.jsonl and the scripts. They direct file writes/reads within the workspace and recommend schema files. They do not instruct reading arbitrary system files or transmitting data externally. Note: schema and document types reference local file paths and URLs — the skill does not itself fetch remote URLs, but users should avoid putting secrets or sensitive file contents into the graph.
Install Mechanism
No install spec; this is instruction-only with a bundled Python script. No external downloads or package installs are requested. Risk is limited to the included script being run locally.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read secrets or environment vars. Schema enforces using secret_ref for credentials (advisory).
Persistence & Privilege
always is false and the skill can be user-invoked or autonomously invoked per platform defaults. The skill writes an append-only graph file under memory/ontology/graph.jsonl within the agent workspace — this is expected for its purpose but does persist user data locally.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ontology-1
  3. After installation, invoke the skill by name or use /ontology-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Expanded documentation in SKILL.md for ontology usage, including triggers, core types, constraints, workflows, and integration tips. - Added clear guidance for entity creation, querying, linking, and validation with CLI examples. - Specified append-only rule to preserve ontology history. - Detailed contract for cross-skill data access and planning as graph transformations. - Clarified storage, validation, and supported integration patterns for skill developers and users.
Metadata
Slug ontology-1
Version 1.0.4
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Ontology 1?

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 249 downloads so far.

How do I install Ontology 1?

Run "/install ontology-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ontology 1 free?

Yes, Ontology 1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ontology 1 support?

Ontology 1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ontology 1?

It is built and maintained by tonydesign1999 (@tonydesign1999); the current version is v1.0.4.

💬 Comments