What problem does it solve? Managing an agent's configuration file by hand is error-prone, especially when the config controls security-sensitive settings and direct writes are blocked. This Skill provides a safe, guided workflow to view and modify agent settings like the memory backend, search mode, temporal decay, citations, heartbeat schedule, and HTTP bridge. ## Core Features & Use Cases - Memory backend configuration: Switch between the builtin SQLite + FTS5 + BM25 backend and the QMD backend with local embeddings, vector search, and reranking. - Safe config writes: All changes go through a Bash heredoc with JSON validation and atomic mv, so a malformed write can never clobber the existing config. - Heartbeat, dreaming, and HTTP bridge settings: Configure active hours, nightly memory consolidation schedules, and an optional local WebChat server with token authentication. - Use Case: You want semantic memory search instead of keyword matching. Invoke the skill, and it checks whether qmd is installed, guides installation if needed, merges the QMD block into agent-config.json while preserving all other keys, and tells you to run /mcp to reload. ## Quick Start Ask the agent to show the current settings or to switch the memory backend to QMD with vsearch mode.