← 返回 Skills 市场
wazionapps

NEXO Brain

作者 wazionapps · GitHub ↗ · v7.33.0 · MIT-0
darwinlinux ✓ 安全检测通过
5658
总下载
3
收藏
3
当前安装
235
版本数
在 OpenClaw 中安装
/install nexo-brain
功能描述
Cognitive memory system for AI agents — Atkinson-Shiffrin memory model, semantic RAG, trust scoring, and metacognitive error prevention. Gives your agent per...
使用说明 (SKILL.md)

NEXO Brain — Cognitive Memory for Your Agent

NEXO Brain gives your agent persistent memory modeled after human cognition. It remembers across sessions, learns from mistakes, naturally forgets what's irrelevant, and builds a trust-based relationship with you.

Setup

If your OpenClaw client shows an install action for this skill, use that first. It installs the nexo-brain package via your configured Node package manager.

If you are setting it up manually, install the cognitive engine:

npx nexo-brain

After NEXO Brain is installed, add the MCP server to your OpenClaw config (~/.openclaw/openclaw.json):

{
  "mcp": {
    "servers": {
      "nexo-brain": {
        "command": "python3",
        "args": ["~/.nexo/server.py"],
        "env": {
          "NEXO_HOME": "~/.nexo"
        }
      }
    }
  }
}

Restart the gateway: openclaw gateway restart

What You Get

Key MCP capabilities include:

  • Cognitive Memory — RAG-powered semantic search, trust scoring, sentiment detection, cognitive dissonance resolution
  • Guard System — Checks "have I made this mistake before?" before every code change
  • Episodic Memory — Change logs, decision logs with reasoning, session diaries for continuity
  • Learnings — Error patterns and prevention rules, searchable by category
  • Session Management — Startup, heartbeat, multi-session coordination
  • Reminders & Followups — Track user tasks and system verification tasks separately
  • Entities & Preferences — Remember people, services, URLs, and observed user preferences
  • Backup & Evolution — SQLite backup with retention, self-improvement proposals

How Memory Works

NEXO implements the Atkinson-Shiffrin memory model (1968):

  1. Sensory Register — Raw capture, 48h retention
  2. Short-Term Memory — 7-day half-life, promoted if used frequently
  3. Long-Term Memory — 60-day half-life, semantic search by meaning

Memories naturally decay via Ebbinghaus forgetting curves. Accessing a memory reinforces it. Automated "sleep cycles" consolidate, prune, and merge memories.

Key Tools

Tool When to Use
nexo_startup Once at session start — registers session, returns active sessions
nexo_heartbeat Every interaction — updates task, checks inbox
nexo_cognitive_retrieve Semantic search across all memories
nexo_guard_check Before editing code — checks for past errors
nexo_learning_add After resolving an error — prevents recurrence
nexo_session_diary_write Before closing session — enables continuity
nexo_cognitive_trust After user feedback — calibrates rigor level

Privacy

Everything stays local. Two SQLite databases in ~/.nexo/. No telemetry, no cloud APIs. Vector search runs on CPU via fastembed.

More Info

安全使用建议
Install only if you want your agent to keep local memory across sessions. Review what it stores in `~/.nexo/`, avoid saving sensitive secrets unless you intend them to persist, and remember that the external npm package provides the actual MCP server implementation.
能力评估
Purpose & Capability
The stated purpose is persistent cognitive memory for AI agents, and the described capabilities—semantic retrieval, guard checks, session diaries, preferences, reminders, and trust scoring—fit that purpose.
Instruction Scope
The skill asks the agent to use startup once per session, heartbeat every interaction, guard checks before code edits, and retrieval across memories; this is broad, but it is disclosed as part of the memory system rather than hidden behavior.
Install Mechanism
Installation is via the external npm package `nexo-brain`, which installs bins and runs a Python MCP server from `~/.nexo/server.py`; the skill artifact discloses this, but the package implementation is not included in the artifact text reviewed here.
Credentials
Local SQLite databases in `~/.nexo/`, CPU vector search, and no claimed cloud APIs are proportionate for an on-device memory/RAG tool.
Persistence & Privilege
The skill intentionally persists agent memory across sessions and mentions automated consolidation/pruning; users should understand this can retain interaction history, preferences, entities, and task context.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nexo-brain
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nexo-brain 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v7.33.0
Release v7.33.0
v7.32.0
Release v7.32.0
v7.31.13
Release v7.31.13
v7.31.12
Release v7.31.12
v7.31.11
Release v7.31.11
v7.31.10
Release v7.31.10
v7.31.9
Release v7.31.9
v7.31.8
Release v7.31.8
v7.31.7
Release v7.31.7
v7.31.5
Release v7.31.5
v7.31.4
Release v7.31.4
v7.31.3
Release v7.31.3
v7.31.2
Release v7.31.2
v7.31.1
Release v7.31.1
v7.31.0
Release v7.31.0
v7.30.28
Release v7.30.28
v7.30.27
Release v7.30.27
v7.30.26
Release v7.30.26
v7.30.25
Release v7.30.25
v7.30.24
Release v7.30.24
元数据
Slug nexo-brain
版本 7.33.0
许可证 MIT-0
累计安装 4
当前安装数 3
历史版本数 235
常见问题

NEXO Brain 是什么?

Cognitive memory system for AI agents — Atkinson-Shiffrin memory model, semantic RAG, trust scoring, and metacognitive error prevention. Gives your agent per... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5658 次。

如何安装 NEXO Brain?

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

NEXO Brain 是免费的吗?

是的,NEXO Brain 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NEXO Brain 支持哪些平台?

NEXO Brain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 NEXO Brain?

由 wazionapps(@wazionapps)开发并维护,当前版本 v7.33.0。

💬 留言讨论