Overview
- Skill Key
- harrey401/brain-cms
- Author
- harrey401
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/harrey401/brain-cms
- Latest Commit SHA
- ab919da9a4e056701446b1739df976457d446ac7
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Brain Cms 技能。 若已安装,则直接安装 Brain Cms 技能。
# Brain CMS 🧠 A neuroscience-inspired memory architecture for OpenClaw agents. Replaces flat file injection with sparse, semantic, frequency-gated memory loading. ## What This Installs ``` memory/ ├── INDEX.md ← Hippocampus: topic router + cross-links ├── ANCHORS.md ← Permanent high-significance event store └── schemas/ ← Domain-specific semantic schemas (you create these) memory_brain/ ├── index_memory.py ← Embeds schemas into LanceDB vector store ├── query_memory.py ← Semantic similarity search ├── nrem.py ← NREM sleep cycle (compression + anchor promotion) ├── rem.py ← REM sleep cycle (LLM consolidation via Ollama) └── vectorstore/ ← LanceDB database (auto-created) ``` ## Setup (one-time) ```bash # 1. Run the installer python3 ~/.openclaw/workspace/skills/brain-cms/install.py # 2. Index your schemas cd ~/.openclaw/workspace/memory_brain .venv/bin/python3 index_memory.py # 3. Test retrieval .venv/bin/python3 query_memory.py "your topic here" --sources-only ``` ## How It Works **Boot sequence:** Load MEMORY.md (lean core) + today's daily log. Nothing else. **When a topic appears:** Read `memory/INDEX.md` → load only the relevant schemas (spreading activation). Check `memory/ANCHORS.md` for high-significance events. **For ambiguous topics:** Run semantic search: ```bash memory_brain/.venv/bin/python3 memory_brain/query_memory.py "message text" --sources-only ``` **Auto-schema creation:** When a new significant project or domain appears: 1. Create `memory/<topic>.md` 2. Add to INDEX.md with triggers + priority + cross-links 3. Re-index: `memory_brain/.venv/bin/python3 memory_brain/index_memory.py` **Sleep cycles:** ```bash # NREM — run on shutdown (~30s, no LLM) cd ~/.openclaw/workspace/memory_brain && .venv/bin/python3 nrem.py # REM — run weekly (2-5 min, uses local llama3.2:3b, free) cd ~/.openclaw/workspace/memory_brain && .venv/bin/python3 rem.py ``` ## Memory Layers (CMS) | Layer | Files |...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.