← 返回 Skills 市场
188
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install mjolnir-brain
功能描述
AI Agent 自进化记忆系统。核心功能 100% 本地运行 (纯 Markdown+JSON)。网络备份/节点通信为可选 opt-in,需手动配置凭证。
安全使用建议
High-level: the project is internally consistent — the core memory system is local and useful, and network/automation features are opt-in. Before installing or enabling any scripts, do the following: 1) Review the scripts/*.sh files (workspace_backup.sh, comm_window.sh, auto_commit.sh, migrate_to_v2.sh, set_permissions.sh, etc.) to confirm they do only what you expect (look for unexpected network endpoints, remote POST targets, base64/obfuscated strings, or use of credentials). 2) Inspect SKILL.md and other docs for invisible characters (the scanner found unicode-control-chars); open in a hex/visible-characters mode to ensure no hidden directives. 3) Test in an isolated workspace or VM first; copy templates to a throwaway directory and exercise the core features without copying scripts. 4) If you enable backups or node comms, only configure trusted targets (your own WebDAV/SSH servers) and store tokens/credentials securely. 5) Do not enable cron jobs until scripts are audited; run backup scripts with DRY_RUN=1 first per the docs. 6) If you need stronger guarantees, search the repo for network calls (curl/ssh/scp/sftp) and for any hardcoded URLs or IPs; confirm the node-protocol's access controls are implemented in code you inspected. These steps will materially reduce risk prior to opt‑in activation.
功能分析
Type: OpenClaw Skill
Name: mjolnir-brain
Version: 3.0.2
Mjolnir Brain is a comprehensive self-evolving memory system for OpenClaw agents, designed with a strong emphasis on local-first data sovereignty and security. It implements a multi-layer memory architecture, including a partition system for efficient context loading and a 'Write-Through' protocol to ensure learnings are persisted immediately. While the bundle includes scripts for remote backups (workspace_backup.sh) and inter-node communication (comm_window.sh), these features are strictly opt-in, well-documented, and require manual configuration of credentials. The security model explicitly prevents sensitive data leakage by restricting long-term memory access to private sessions (AGENTS.md). No evidence of malicious intent, hidden exfiltration, or harmful prompt injection was found; the system's complexity serves its stated purpose of enhancing agent continuity and reliability.
能力评估
Purpose & Capability
The name/description claim a 100% local core memory system. The repository contents (templates, MEMORY.md, strategies.json, docs) align with that. Network features (WebDAV/SSH backup, node-to-node protocol) are documented and presented as explicit opt-in, which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs copying templates and optionally copying/activating scripts. The scripts (auto_commit, workspace_backup, comm_window, migrate, set_permissions, etc.) perform file writes, git operations, and (if configured) network I/O. That scope matches the optional features, but the runtime instructions allow installing and running scripts that can read/write workspace files and perform network operations — so audit scripts before enabling cron/backup/comm features.
Install Mechanism
There is no automated install or remote download; the skill is instruction-only and provides optional local scripts. No external installers or arbitrary downloads are included, lowering supply-chain risk. Users copy files locally and enable cron manually (opt-in).
Credentials
No required environment variables are declared. Optional env vars (WEBDAV_*, SSH_*, MJOLNIR_USER) are appropriate for the described optional backup and multi-user features. There are no unexplained credentials requested by default.
Persistence & Privilege
Skill does not request always:true and does not claim automatic autonomous persistence. Scripts can be installed to the user's workspace and enabled via cron by the user (explicit, opt-in). This is expected for automation features; there is no indication the skill tries to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mjolnir-brain - 安装完成后,直接呼叫该 Skill 的名称或使用
/mjolnir-brain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.2
v3.0.2 最终修复版 - Unicode 字符彻底清理 + 安全声明完善
v3.0.1
v3.0.1 安全修复版 - 清理 Unicode 字符 + 明确 opt-in 声明 + 完整环境变量声明
v3.0.0
v3.0 融合方法论版 - 技能库 (18 个) + 大厂方法论 (6 大) + 真实案例库 (6 个) + 安全审查通过
v1.0.5
chore: 声明环境变量(修复 ClawdHub 安全扫描警告)
v1.0.4
docs: 添加公众号介绍(雷哥玩 AI)
v1.0.3
feat: 工作即时记录机制(防止记忆遗漏)+ 多用户支持准备
v1.0.2
security: 声明所有依赖项(核心/可选)、强化隐私边界(MEMORY.md 仅私人会话加载)、消除安全扫描警告(opt-in/consent/scope)
v1.0.1
security: 修复安全扫描问题 — 明确 opt-in 机制 + 安全警告 + 权限边界 + DRY_RUN 模式 + docs/security.md
v1.0.0
v1.0.0: AI Agent 自进化记忆系统 — 三层记忆架构 + Write-Through + 策略注册表 + 心跳自检 + AI真摘要提炼
元数据
常见问题
雷神之脑 v3.0.2 是什么?
AI Agent 自进化记忆系统。核心功能 100% 本地运行 (纯 Markdown+JSON)。网络备份/节点通信为可选 opt-in,需手动配置凭证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。
如何安装 雷神之脑 v3.0.2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mjolnir-brain」即可一键安装,无需额外配置。
雷神之脑 v3.0.2 是免费的吗?
是的,雷神之脑 v3.0.2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
雷神之脑 v3.0.2 支持哪些平台?
雷神之脑 v3.0.2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 雷神之脑 v3.0.2?
由 king6381(@king6381)开发并维护,当前版本 v3.0.2。
推荐 Skills