HomeBrowseUpload
← Back to registry
// Skill profile

Agent Memory Pro

- **name**: Agent Memory Pro

by bytesagain · published 2026-03-22

自定义
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain/bytesagain-agent-memory-probe-1773358981-1
View on GitHub
// Full documentation

# Agent Memory Pro

  • **name**: Agent Memory Pro
  • **description**: Production-grade structured memory for AI agents with category-based storage, hash deduplication, consolidation, and portable export. Organizes learnings into typed categories, detects duplicates via MD5, and exports Markdown/JSON for cross-agent portability. Commands: init, save, recall, review, consolidate, export, stats, forget.
  • FAQ

    **Q: How is this different from basic agent memory?**

    A: Structured categories, MD5 deduplication, and full export — not flat file storage.

    **Q: Where are memories stored?**

    A: `~/agent-memory/` with typed subdirs: learnings, facts, decisions, archive, exports.

    **Q: Can I migrate memories between agents?**

    A: Yes — `export` creates portable Markdown any agent can ingest.

    **Q: How does consolidation work?**

    A: MD5 hashing detects exact duplicates and reports them for cleanup.

    Commands

    | Command | Purpose |

    |---------|---------|

    | `init` | Setup structured memory dirs |

    | `save` | Store categorized learning |

    | `recall` | Keyword search with ranking |

    | `review` | Show recent 72h memories |

    | `consolidate` | Hash-based deduplication |

    | `export` | Portable Markdown export |

    | `stats` | Per-category statistics |

    | `forget` | Selective pruning |

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band