mem

mem — Agent Memory Store

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 "mem" with this command: npx skills add runablehq/memory/runablehq-memory-mem

mem — Agent Memory Store

A CLI tool for storing and retrieving memories with full-text search. Data is stored locally in ~/.mem/mem.db .

When to Use

  • Remember user preferences, project decisions, important facts

  • Store code snippets, commands, configurations for later recall

  • Search your knowledge base before asking the user for information you may have stored

  • Attach images (screenshots, diagrams) to memories

Commands

Three operators: (none) = recall, + = remember, - = forget.

Recall (search, list, get)

mem # list recent memories mem "deploy" # full-text search mem "database" --tag db # search filtered by tag mem 7sjtNVyZrNIa # get full content by ID mem --tag prefs # list filtered by tag mem "api" --limit 5 --json # limit results, JSON output mem --full # show full content for all

Remember

mem + "user prefers dark mode" --tag prefs mem + "deploy: bun build --compile" --tag deploy mem + "chose SQLite for simplicity" --tag architecture mem + --image ./screenshot.png --title "Current UI" --tag ui echo "long content" | mem + --tag notes

Forget

mem - <id> # delete one memory mem - id1 id2 id3 # delete multiple

Piping

mem "old" --json | jq -r '.[].id' | xargs -I{} mem - {} echo "long content" | mem + --tag notes

Best Practices

  • Tag consistently — Use lowercase, descriptive tags like prefs , api , deploy , db

  • Search before asking — Check if you've stored relevant information before asking the user

  • Store decisions — When making architectural or design decisions, store the reasoning

  • Keep memories atomic — One concept per memory for better searchability

Output Formats

  • Default: One-line summary per result

  • --full : Complete content inline

  • --json : Structured JSON for parsing

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

Eywa

Multi-agent coordination, spatial memory, and swarm navigation. Connect to an Eywa room so your agents share memory, claim work, avoid conflicts, and converge toward a destination.

Registry SourceRecently Updated
1.1K0a-sumo
Automation

NEON-SOUL - Self-Learning Soul Synthesis for AI Agents

Automated soul synthesis for AI agents. Extracts identity from memory files, promotes recurring patterns to axioms (N>=3), generates SOUL.md with full proven...

Registry SourceRecently Updated
2.3K14Profile unavailable
Automation

Qordinate - Durable lists, facts, and reminders for OpenClaw agents.

Qordinate is an AI-native platform that gives your OpenClaw agent durable structured memory — documents, contacts, tasks, reminders, web search, and connecte...

Registry SourceRecently Updated
1.1K4Profile unavailable
Automation

Nima Core

Neural Integrated Memory Architecture — Persistent memory, emotional intelligence, and semantic recall for AI agents. Memory pruner, VADER affect, 5 embeddin...

Registry SourceRecently Updated
2.9K4Profile unavailable