← 返回 Skills 市场
jonathangu

OpenClawBrain

作者 Jonathan Louis Gu · GitHub ↗ · v12.2.1
cross-platform ⚠ suspicious
440
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install openclawbrain
功能描述
Learned memory graph for AI agents. Policy-gradient routing over document chunks with self-learning, self-regulation, and autonomous correction. Pure Python...
安全使用建议
This skill appears to be a coherent memory-graph tool, but before installing: 1) understand it will read and chunk your workspace files and persist mutable state to a local JSON (./brain/state.json) and run a daemon listening on a Unix socket — review where that file and socket will live and who/what can access them; 2) if you plan to use the OpenAI embedder/LLM, you will need to supply an API key (the skill bundle did not declare any required env vars like OPENAI_API_KEY); 3) the skill supports agent-initiated 'self_learn' (automatic updates to the graph) — only enable autonomous invocation if you trust the agent's behavior and data handling; 4) verify the openclawbrain PyPI package and its source (there is no homepage/source URL in the registry) before running pip install; and 5) if you need higher assurance, request the package source or a signed release and review daemon/socket access controls. If any of these points are unacceptable, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: openclawbrain Version: 12.2.1 The OpenClaw AgentSkills skill bundle for 'openclawbrain' appears benign. The `SKILL.md` provides documentation and usage instructions for a learned memory graph system, including CLI commands for initialization, querying, learning, and daemon management. All operations described, such as local file system access for state management, local IPC via Unix sockets for the daemon, and optional network calls to OpenAI for embeddings, are consistent with the stated purpose of the skill. There are no instructions for data exfiltration, persistence, unauthorized remote control, or any other malicious activity. Potential vulnerabilities related to unsanitized user input passed to CLI arguments (e.g., in `query` or `content`) would be a flaw in the agent's execution or the `openclawbrain` tool itself, not an intentional malicious instruction within this skill bundle's documentation.
能力评估
Purpose & Capability
The name/description (learned memory graph, policy-gradient routing) match the SKILL.md workflow (init, query, learn, daemon, maintenance). Requiring local workspace files and a state JSON is coherent. However, the README promotes optional OpenAI embeddings/LLM usage while the registry metadata declares no required environment variables (e.g., OPENAI_API_KEY) — an omission that is disproportionate to the advertised embedder capability.
Instruction Scope
Instructions explicitly tell the agent to read and chunk workspace files, run a long-lived daemon that holds state in memory and listens on a Unix socket, and perform autonomous 'self_learn' updates. Those actions are consistent with a memory/learning system but grant the skill discretion to read local files and mutate its state without human review; the SKILL.md also references 'chat_id lookback' for human corrections which implies reading session/chat context.
Install Mechanism
This is an instruction-only skill with no install spec or code files in the bundle, which is the lowest install risk. The SKILL.md shows standard pip install commands for a PyPI package, which is expected for a Python project.
Credentials
The skill advertises optional OpenAI embedding/LLM usage (e.g., text-embedding-3-small) but the registry shows no required environment variables or primary credential. If you plan to use the OpenAI embedder the agent or user will need an API key (OPENAI_API_KEY or equivalent); the skill does not declare this, so the registry metadata understates credential needs. No other unexpected credentials are requested.
Persistence & Privilege
The skill runs a daemon that keeps state hot in memory and exposes a Unix socket for NDJSON RPC; it also provides autonomous 'self_learn' capabilities that mutate the memory graph. It does not request 'always:true' or system-wide config changes, but it does persist state on disk (state.json) and can autonomously update that state — consider the security/privacy implications of allowing autonomous updates and a local socket accessible to other processes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclawbrain
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclawbrain 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v12.2.1
v12.2.1: deployment fixes, status command, progress output, rechunking, upgrade guide
v12.2.0
v12.2.0: PG learning, self-learn, self-regulation, node splitting
v12.0.1
Updated SKILL.md with full CLI reference and API docs
v12.0.0
Renamed from CrabPath to OpenClawBrain
元数据
Slug openclawbrain
版本 12.2.1
许可证
累计安装 1
当前安装数 1
历史版本数 4
常见问题

OpenClawBrain 是什么?

Learned memory graph for AI agents. Policy-gradient routing over document chunks with self-learning, self-regulation, and autonomous correction. Pure Python... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。

如何安装 OpenClawBrain?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclawbrain」即可一键安装,无需额外配置。

OpenClawBrain 是免费的吗?

是的,OpenClawBrain 完全免费(开源免费),可自由下载、安装和使用。

OpenClawBrain 支持哪些平台?

OpenClawBrain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClawBrain?

由 Jonathan Louis Gu(@jonathangu)开发并维护,当前版本 v12.2.1。

💬 留言讨论