← 返回 Skills 市场
Ontology 1
作者
tonydesign1999
· GitHub ↗
· v1.0.4
· MIT-0
249
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install ontology-1
功能描述
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ontology-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/ontology-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Ontology 1 是什么?
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。
如何安装 Ontology 1?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ontology-1」即可一键安装,无需额外配置。
Ontology 1 是免费的吗?
是的,Ontology 1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ontology 1 支持哪些平台?
Ontology 1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ontology 1?
由 tonydesign1999(@tonydesign1999)开发并维护,当前版本 v1.0.4。
推荐 Skills