SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentsgigabrain

gigabrain

by legendaryvibecoder

Pending

Long-term memory layer for OpenClaw agents: capture, recall, dedupe, and native markdown sync.

118stars
7forks
JavaScript
Added 3/13/2026
View on GitHubDownload ZIP
AI Agentsai-agentmemoryopenclawpluginsqlite
Installation
# Add to your Claude Code skills
git clone https://github.com/legendaryvibecoder/gigabrain
README.md

Gigabrain

Gigabrain is the long-term memory layer for OpenClaw agents. It converts conversations and native notes into durable, queryable memory, then injects the right context before each prompt so agents stay consistent across sessions.

It is built for local-first production use: SQLite-backed recall, deterministic dedupe/audit flows, native markdown sync, and an optional FastAPI console for memory operations.

Release references:

  • Changelog: CHANGELOG.md
  • v0.5.0 release notes: release-notes/v0.5.0.md

What it does

  • Capture: Uses a hybrid memory model where explicit remember intent can write concise native markdown and structured registry memories together
  • Recall: Before each prompt, the recall orchestrator chooses between quick context, entity briefs, timeline briefs, and verification-oriented recall
  • Dedupe: Exact and hybrid semantic deduplication catches duplicates, paraphrases, and malformed near-duplicates with type-aware thresholds
  • Native sync: Indexes your workspace MEMORY.md and daily notes alongside the registry for unified recall
  • World model: Projects atomic memories into entities, beliefs, episodes, open loops, contradictions, and syntheses that can power better recall and review
  • Obsidian surface: Builds a structured vault with native files, active memory nodes, entity pages, briefings, reports, and views so your agent can expose memory clearly in Obsidian and sync it to another machine
  • Person service: Tracks entity mentions across memories for person-aware retrieval ordering
  • Quality gate: Junk filters, durable-personal retention bias, plausibility heuristics, and optional LLM second opinion keep memory clean without losing important relationship context
  • Audit: Nightly maintenance with snapshots, execution artifacts, archive reports, review queue retention, and quality scoring
  • Web console: Optional FastAPI dashboard for browsing, editing, and managing memories

Prerequisites

  • Node.js >= 22.x (uses node:sqlite experimental API)
  • OpenClaw >= 2026.2.15 (gateway + plugin loader)
  • Python >= 3.10 (only for the optional web console)
  • Ollama (optional, for local LLM-based extraction review and semantic search)
  • Obsidian (recommended for the v0.5 memory surface; core capture/recall still works without it)

Installation

Option A: npm install + setup wizard (recommended)

Install:

mkdir -p ~/.openclaw/plugins
cd ~/.openclaw/plugins
npm install @legendaryvibecoder/gigabrain
cd node_modules/@legendaryvibecoder/gigabrain

Run the one-command setup wizard:

npm run setup -- --workspace /path/to/your-openclaw-workspace

What the setup wizard does:

  • Ensures plugins.entries.gigabrain exists in ~/.openclaw/openclaw.json
  • Sets plugin path and runtime paths (workspaceRoot, memoryRoot, outputDir, registryPath)
  • Enables the v0.5 hybr...
Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,469
12,195
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
73,757
9,228
JavaScript
AI Agentsai-agentsanthropic
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
43,513
4,373
Python
AI Agentsagent-skillsai-agents
View details
chatgpt-on-wechat

by zhayujie

CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长。同时支持飞书、钉钉、企业微信应用、微信公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助手和企业数字员工。
42,164
9,820
Python
AI Agentsaiai-agent
View details
cherry-studio

by CherryHQ

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
41,349
3,818
TypeScript
AI Agentsai-agentclaude-code
View details
oh-my-openagent

by code-yeongyu

omo; the best agent harness - previously oh-my-opencode
39,545
2,990
TypeScript
AI Agentsaiai-agents
View details