Collective Agent Memory
Description
Semantic search over Claude Code / OpenClaw session history
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
█▀▀ ▄▀█ █▀▄▀█ 🇨🇴🇱🇱🇪🇨🇹🇮🇻🇪
█▄▄ █▀█ █░▀░█ 🇦🇬🇪🇳🇹 🇲🇪🇲🇴🇷🇾
Collective Agent Memory
Shared, searchable agent memory across machines
CAM indexes sessions from Claude Code, Cursor, OpenClaw, and Codex CLI, segments them into searchable topics, and optionally syncs them across machines via GitHub. Your agents can search previous work, decisions, and code patterns from any session on any machine.
What It Does
- Context recovery - Continue previous work with one command:
cam context "topic" - Search past sessions - Find previous work with fast weighted keyword search
- Entity search - Find sessions mentioning specific tools, files, concepts, or people
- Filter by time - Get only recent results: last 2 hours, last day, last week
- Filter by agent - Search only Claude, OpenClaw, or other specific agents
- Shared memory - Sync sessions across machines so all agents can search everything
- Topic segmentation - Sessions are automatically split into coherent topics with keywords
- Entity extraction - Typed entities (tools, files, concepts, etc.) are extracted and indexed
- Fast local search - SQLite FTS5, no embeddings needed, sub-second results
Install
curl -fsSL https://raw.githubusercontent.com/julianfleck/collective-agent-memory/main/install.sh | bash
The installer will:
- Install CAM and its dependencies
- Detect your host RAM and prompt for local or headed mode (see below)
- Download ML models (~1.5GB) for embeddings and entity extraction (local mode only)
- Detect your coding agents (Claude Code, Cursor, OpenClaw, Codex)
- Index existing sessions into searchable session segments
- Optionally set up GitHub sync for cross-machine access
- Install the
/camskill to your agents
**Tip:** Set `HF_TOKEN` before installing for faster model downloads (see [Configuration](#configuration)). The installer + `cam init` writes t
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11