agent-memory

Memory management for AI agents - list, search, summarize, and maintain your memory files. Includes AI-powered digest.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-memory" with this command: npx skills add molty-assistant/agent-memory-skill/molty-assistant-agent-memory-skill-agent-memory

Agent Memory (memctl)

Memory management CLI for AI agents. Organize, search, and maintain your memory files.

Install

npm install -g agent-memory

Or clone and build:

git clone https://github.com/molty-assistant/agent-memory.git
cd agent-memory && npm install && npm run build

Commands

List memory files

memctl list              # List all
memctl ls --recent 5     # Show recent

Search across files

memctl search "query"              # Find mentions
memctl s "project" --context 3     # With context lines

Summary stats

memctl summary           # Last 7 days stats
memctl sum --days 30     # Last 30 days

Check for gaps

memctl gaps              # Missing daily entries (30 days)
memctl gaps --days 7     # Check last week

Create today's file

memctl touch             # Creates YYYY-MM-DD.md if missing

AI-powered digest (requires Gemini API key)

export GEMINI_API_KEY=your_key
memctl digest            # AI summary of last 7 days
memctl ai --days 3       # Last 3 days
memctl digest -o out.md  # Save to file

Configuration

Memory directory is found automatically:

  1. $MEMORY_DIR environment variable
  2. ./memory in current directory
  3. ~/.openclaw/workspace/memory

Use Cases

Daily check:

memctl gaps --days 7 && memctl touch

Weekly review:

memctl digest --days 7 -o weekly-digest.md

Find context:

memctl search "project name"

Integration

Add to your HEARTBEAT.md:

## Memory Maintenance
- `memctl gaps` to check for missing entries
- `memctl touch` to create today's file
- `memctl digest` for weekly AI summary

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

MemSync Dual Memory System

Logs all OpenClaw conversations and events with role tags, saving to JSONL and Memvid for full context search and monthly sharded or single-file storage.

Registry SourceRecently Updated
4990Profile unavailable
Automation

Total Recall

The only memory skill that watches on its own. No database. No vectors. No manual saves. Just an LLM observer that compresses your conversations into priorit...

Registry SourceRecently Updated
6642Profile unavailable
Automation

Empathic Trinity Core

面向 OpenClaw 工作区的低上下文占用记忆系统安装、迁移与配置技能。用于把任意工作区改造成 Memory V8 运行方式:会话优先、daily 摘要、精简 `MEMORY.md`、按需检索,并保留用户状态察觉、关系温度与更有情商的长期协作能力。适用于安装新记忆体系、迁移旧记忆规则、压缩上下文占用、规范 da...

Registry SourceRecently Updated
2221Profile unavailable
Automation

Correction Memory

Makes agent corrections persistent and reusable. When you override, reject, or correct an agent's output, this skill logs the correction and automatically in...

Registry SourceRecently Updated
2540Profile unavailable