botmem

Installation
SKILL.md

botmem — Persistent LLM Memory

CLI tool providing four memory types: blocks (working memory), archival (long-term facts), knowledge graph (entity relationships), and conversation summaries.

Prerequisites

  • botmem binary on PATH (go install github.com/stukennedy/botmem@latest)
  • Configured via botmem init (supports Claude Code CLI, Anthropic API, or Ollama)
  • Config at ~/.botmem/config.yaml, DB at ~/.botmem/botmem.db

Commands

Memory Blocks (working memory — always-on context)

botmem block set <label> <content>    # Set/update a block (human, persona, context)
botmem block get <label>              # Read a block
botmem block list [type]              # List blocks
botmem block delete <label>           # Delete a block
Installs
1
First Seen
Apr 9, 2026
botmem from smithery.ai