← Back to Skills Marketplace
king6381

雷神之脑 v3.0.2

by king6381 · GitHub ↗ · v3.0.2 · MIT-0
cross-platform ✓ Security Clean
188
Downloads
0
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install mjolnir-brain
Description
AI Agent 自进化记忆系统。核心功能 100% 本地运行 (纯 Markdown+JSON)。网络备份/节点通信为可选 opt-in,需手动配置凭证。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mjolnir-brain
  3. After installation, invoke the skill by name or use /mjolnir-brain
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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真摘要提炼
Metadata
Slug mjolnir-brain
Version 3.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 9
Frequently Asked Questions

What is 雷神之脑 v3.0.2?

AI Agent 自进化记忆系统。核心功能 100% 本地运行 (纯 Markdown+JSON)。网络备份/节点通信为可选 opt-in,需手动配置凭证。 It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.

How do I install 雷神之脑 v3.0.2?

Run "/install mjolnir-brain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 雷神之脑 v3.0.2 free?

Yes, 雷神之脑 v3.0.2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 雷神之脑 v3.0.2 support?

雷神之脑 v3.0.2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 雷神之脑 v3.0.2?

It is built and maintained by king6381 (@king6381); the current version is v3.0.2.

💬 Comments