Toolverse
All skills

ontology

by openclaw

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Data Science
Views
2

About this skill

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 \

How to use

  1. Zainstaluj skill ontology z repozytorium openclaw i włącz go w konfiguracji agenta. Skill będzie dostępny jako narzędzie do wywoływania z poziomu innych umiejętności lub bezpośrednio z promptów agenta.

  2. Definiuj encje poprzez polecenia "remember that" — agent utworzy nową encję z odpowiednim typem (Person, Project, Task, Event, Document) i zapisze jej właściwości w grafie. Na przykład: "remember that Alice is a developer" tworzy encję typu Person z właściwością name.

  3. Pytaj o zapisaną wiedzę używając "what do I know about X?" — skill przeszukuje graf i zwraca wszystkie encje i relacje powiązane z X. To pozwala agentowi odzyskać wcześniej zapamiętane informacje.

  4. Łącz encje relacjami poprzez "link X to Y" — określ typ relacji (np. "owns", "depends_on", "assigned_to") i skill utworzy połączenie między obiektami. Każda relacja jest walidowana względem typów encji.

  5. Wykonuj zapytania o zależności i strukturę — użyj "show dependencies" lub "show all tasks for project Z" do przechodzenia grafu i znajdowania powiązanych obiektów. System obsługuje zapytania wielopoziomowe, na przykład znalezienie wszystkich zadań przypisanych do osoby pracującej nad danym projektem.

  6. Jeśli wiele umiejętności agenta musi współdzielić informacje, skonfiguruj je do czytania i pisania do tego samego ontology — skill automatycznie waliduje wszystkie mutacje względem zdefiniowanych typów i ograniczeń, zapobiegając niespójnościom danych.

Related skills

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144

threejs

by mrgoonie

Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.

Data Science
1743

market-analysis

by xbklairith

Use when analyzing markets or interpreting charts - applies technical indicators (RSI, MACD, Moving Averages), identifies support/resistance, analyzes multi-timeframe trends, checks fundamentals and sentiment. Activates when user says \

Data Science
29144

skill-creator

by anthropics

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Data Science
59147

a-stock-analysis

by openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

Data Science
48153