← 返回 Skills 市场
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ontology-local
功能描述
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
安全使用建议
This skill appears to implement a straightforward local ontology stored under memory/ontology and mostly matches its description; however:
- I could not review the entire scripts/ontology.py (the provided file content was truncated). Inspect the full script before installing — grep for network, subprocess, eval/exec, or unusual file paths (look for 'requests', 'urllib', 'socket', 'subprocess', 'exec', 'eval').
- The _meta.json ownerId/version differ from the registry metadata; confirm the publisher and version are what you expect before trusting this package.
- The skill intentionally stores 'secret_ref' strings rather than raw secrets, which is good, but ensure you never put actual secrets into the graph.jsonl or schema files. Treat the ontology files as potentially readable by other local processes.
- Run the skill in a sandbox or with non-sensitive test data first. If you plan to integrate with other skills that dereference secret_ref values, audit those skills carefully for credential access.
If you want, I can (1) scan the complete scripts/ontology.py for network/file-access patterns if you provide the full file, or (2) produce a quick checklist of exact strings to search for in the repository to verify there are no hidden endpoints.
功能分析
Type: OpenClaw Skill
Name: ontology-local
Version: 1.0.0
The ontology skill bundle provides a structured knowledge graph system for agent memory, implementing standard CRUD operations and relationship management via a local JSONL file. The implementation in 'scripts/ontology.py' includes security best practices such as path traversal protection (resolve_safe_path) and safe YAML loading, while the schema definitions in 'references/schema.md' explicitly forbid the storage of raw secrets (passwords/tokens) in the graph.
能力评估
Purpose & Capability
The name/description (local typed knowledge graph for structured agent memory) aligns with the included instructions and the Python script which reads/writes memory/ontology/graph.jsonl. No external credentials, binaries, or unrelated dependencies are requested. Minor metadata inconsistency: _meta.json contains a different ownerId and a different version number than the registry metadata, which could indicate a copy/version mismatch.
Instruction Scope
SKILL.md limits actions to creating/querying/linking entities and manipulating files under memory/ontology. It explicitly recommends append-only operations and forbids storing secrets directly (encourages secret_ref usage). The instructions do read and write files within the workspace (expected for a local ontology) and propose cross-skill use; this could enable data sharing but is within the described scope.
Install Mechanism
No install spec — instruction-only plus a bundled Python script. No external downloads or install steps that would pull arbitrary code from remote hosts were specified.
Credentials
No environment variables, credentials, or config paths are requested. The schema references secret_ref strings (e.g., 'keychain:github-token') but the skill does not itself request or require secrets — it only stores references, which is proportionate to its purpose.
Persistence & Privilege
always:false and default invocation settings are used. The skill persists data only in workspace paths (memory/ontology) and does not demand system-wide modifications or persistent platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ontology-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/ontology-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Local install
元数据
常见问题
Ontology Local 是什么?
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 插件,目前累计下载 91 次。
如何安装 Ontology Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ontology-local」即可一键安装,无需额外配置。
Ontology Local 是免费的吗?
是的,Ontology Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ontology Local 支持哪些平台?
Ontology Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ontology Local?
由 Wu Liyuan(@wuliyuan2026)开发并维护,当前版本 v1.0.0。
推荐 Skills