Files
wiki/concepts/skill-ontology.md
2026-04-10 20:14:25 +00:00

43 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
pageType: concept
id: concept.skill-ontology
title: "Skill: ontology"
sourceIds: [source.skill]
updatedAt: 2026-04-10T13:21:00.000Z
tags: [skill, ontology, knowledge-graph, memory]
---
# Skill: ontology
<!-- openclaw:wiki:managed:start -->
## Описание
Граф знаний для структурированной памяти агента. Сущности: Person, Project, Task, Event, Document. CRUD + запросы.
## Расположение
`~/.openclaw/workspace/skills/ontology/`
## Ключевые файлы
- `memory/ontology/graph.jsonl` — граф
- `memory/ontology/schema.yaml` — схема типов
- `memory/ontology/RULES.md` — правила ведения
## Правила
- Стрим — единственный writer
- Все изменения — только с ОК Славы
- Обязательно при работе с проектами/задачами
<!-- openclaw:wiki:managed:end -->
## Related
<!-- openclaw:wiki:related:start -->
### Sources
- [SKILL](sources/skill.md)
### Related Pages
- [Skill: telegram-collector](concepts/skill-telegram-collector.md)
- [Skill: voice-tts](concepts/skill-voice-tts.md)
- [Skills: diagram-png & diagram-table](concepts/skill-diagram.md)
- [Skills: youtube-search & yandex-search](concepts/skill-search.md)
<!-- openclaw:wiki:related:end -->