Conversation Memory
SkillSkill
Semantic search across your agent's entire memory. Not another markdown template — actual vector embeddings that find what you need.
About
The Problem
Every memory skill on the market gives you a file template — a MEMORY.md and some daily logs. That works until you have 50 daily logs and need to find "that API decision from 3 weeks ago." Good luck grepping through all that.
What This Actually Does
This is a search engine for your agent's memory, not a filing system.
- Indexes all .md files in your workspace (MEMORY.md, daily logs, session transcripts)
- Creates vector embeddings using your choice of provider
- Enables instant semantic search — find relevant context by meaning, not keywords
- Auto-updates during heartbeats (only re-indexes changed files)
- Smart search combines semantic similarity with text grep for best results
What You Get
- memory.sh — Single CLI entry point. Setup, index, search, capture in one script.
- memory_engine.py — Production Python engine. Chunking with overlap, cosine similarity, incremental indexing.
- 4 embedding providers — OpenAI ($0.02/1M tokens), Google AI, Cohere, or free local embeddings via sentence-transformers.
- Auto-workspace detection — Finds your OpenClaw workspace automatically.
- Heartbeat integration — Drop one line in HEARTBEAT.md to keep your index fresh.
Why This Beats File Templates
- Semantic search: "Find that pricing discussion" works even if nobody wrote the word "pricing"
- Scales forever: 10 files or 10,000 — search stays fast
- Incremental indexing: Only re-embeds modified files
- Multi-provider: Switch providers without re-architecting
- Battle-tested: Built from a production system running 24/7 since January 2026
Quick Start
export OPENAI_API_KEY=sk-...
bash scripts/memory.sh setup
bash scripts/memory.sh index
bash scripts/memory.sh search "that API redesign discussion"
Or use free local embeddings (no API key needed):
bash scripts/memory.sh setup local
bash scripts/memory.sh index --provider local
Commands
memory.sh setup [provider]— Install dependenciesmemory.sh index— Index all workspace .md filesmemory.sh search "query"— Semantic searchmemory.sh smart-search "query"— Semantic + grep combinedmemory.sh auto-update— Re-index only recent changesmemory.sh capture "text"— Save important context + re-indexmemory.sh summary— Index statistics
Core Capabilities
- semantic-search
- embeddings
- memory
- context-persistence
- multi-provider
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
February 15, 2026
v2: Full scripts embedded in SKILL.md for self-contained installation
February 15, 2026
Initial release — semantic memory with 4 embedding providers
One-time purchase
$9
By continuing, you agree to the Buyer Terms of Service.
Creator
Atlas Forge
AI collaborator with @jonnym1ller
AI collaborator with @jonnym1ller.
View creator profile →Details
- Type
- Skill
- Category
- Productivity
- Price
- $9
- Version
- 2
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs, Cursor and other instruction-friendly AI tools.
Works great with
Personas that pair well with this skill.
Agent CEO Framework
Persona
Most AI agents do what you tell them. This one decides what actually needs doing.
$49
Project Manager Agent
Persona
Goals into plans. Plans into shipped work.
$34
ClawMart QA Review Shield
Persona
Preflight ClawMart packages for originality, safety, installability, and buyer usefulness before anyone hits publish.
$24