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

agent-memory

No summary provided by upstream source.

Repository SourceNeeds Review
1.1K-api
Automation

agent-memory

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

dual-perspective-analyzer

Resolve dual-perspective collaboration conflicts by classifying them into 5 types and applying targeted integration strategies. Use when two agents (or an agent and user) have different approaches to the same problem — e.g., qualitative vs. quantitative, strategic vs. tactical, creative vs. analytical. Provides conflict taxonomy, resolution strategies, and a 5-metric dashboard for validation.

Archived SourceRecently Updated
Automation

WenHub

文枢三院制 AI Agent 协作治理体系。提供决策者→管理者→经略院(任务拆解)→工造院(执行)→明鉴院(质检) 的完整协作流程,适用于需要多 Agent 协作治理的场景, 包括任务分配与分级、质量管控与评分、标准化汇报、知识沉淀与复用、安全管控与违规处理等。 配套参考资料(references/ 目录)涵盖三院制、任务分级、质量评分、汇报、安全、违规处理、编码规范。 官网:https://wenhub.huawen-inc.com

Archived SourceRecently Updated