A clean solution for agent memory persistence and retrieval. Backs up your markdown memory files to ATXP cloud servers and pulls them back when you need to recover or bootstrap a new workspace. The local vector search via zvec is the practical piece: index your SOUL.md, MEMORY.md, and other markdown files, then query them with natural language to pull relevant context without hitting an API. Uses feature hashing instead of neural embeddings, so it's fast and local but leans toward keyword matching. Push after major memory updates, pull when recovering, index before tasks that need recall. Only touches markdown files, never credentials or config. Good fit if you're running agents that accumulate context you don't want to lose.
npx skills add https://github.com/atxp-dev/cli --skill atxp-memory