← 返回 Skills 市场
Knowledge Graph
作者
SafaTinaztepe
· GitHub ↗
· v1.0.0
7448
总下载
5
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install knowledge-graph
功能描述
Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md), and keeping IDs consistent. Use when you need deterministic updates to the knowledge graph rather than manual JSON edits.
安全使用建议
Install this if you want an agent to maintain local knowledge-graph files under life/areas. Review or back up those files if they matter, and prefer a version that explicitly declares its file read/write scope.
功能分析
Type: OpenClaw Skill
Name: knowledge-graph
Version: 1.0.0
The skill bundle is designed to manage a file-based knowledge graph within the OpenClaw workspace. The `SKILL.md` provides clear, non-malicious instructions for the agent, with no evidence of prompt injection attempts. The `scripts/kg.py` Python script performs file I/O operations (reading/writing `items.json` and `summary.md`) strictly within the designated `life/areas/` directory relative to the workspace root. It does not access sensitive files, make network calls, execute arbitrary commands, or exhibit any other high-risk behaviors or obfuscation techniques.
能力评估
Purpose & Capability
The stated purpose is a file-based knowledge graph, and reading/writing items.json and summary.md under life/areas is coherent with that purpose.
Instruction Scope
The described runtime scope is narrow and workspace-local, but the supplied SkillSpector finding indicates the skill does not explicitly declare its needed file read/write permissions.
Install Mechanism
No install-time execution, dependency installation, persistence setup, or privileged configuration is indicated by the supplied telemetry.
Credentials
Workspace-local file I/O for knowledge graph data is proportionate; there is no indicated access to credentials, session stores, broad private files, or network services.
Persistence & Privilege
The skill intentionally modifies persistent knowledge graph files, which is expected for its function; no background worker, privilege escalation, or hidden persistence is indicated.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install knowledge-graph - 安装完成后,直接呼叫该 Skill 的名称或使用
/knowledge-graph触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the knowledge-graph skill.
- Enables safe, programmatic updates to Clawdbot's knowledge graph under life/areas/**.
- Add or supersede atomic facts for any entity via command-line scripts.
- Ensures fact IDs remain consistent and auto-increment per entity.
- Supports regenerating entity summaries from active facts.
- Removes the need for manual JSON edits; prevents deletion of facts by enforcing supersession.
元数据
常见问题
Knowledge Graph 是什么?
Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md), and keeping IDs consistent. Use when you need deterministic updates to the knowledge graph rather than manual JSON edits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7448 次。
如何安装 Knowledge Graph?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install knowledge-graph」即可一键安装,无需额外配置。
Knowledge Graph 是免费的吗?
是的,Knowledge Graph 完全免费(开源免费),可自由下载、安装和使用。
Knowledge Graph 支持哪些平台?
Knowledge Graph 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Knowledge Graph?
由 SafaTinaztepe(@safatinaztepe)开发并维护,当前版本 v1.0.0。
推荐 Skills