AI AGENT ADDONS

Atxp Memory

atxp-dev/cli

This tool helps you manage your AI agent's memory files. These are simple .md files that store important information. You can back them up to a secure cloud server and restore them anytime. You can also search through your memories using a smart local search engine. It uses vector similarity to find relevant content from past notes. This keeps your agent smart and up to date.

Use the push command to save your memory files to the cloud. Use pull to get them back on a new machine. The index command builds a search index from your files. Then search lets you ask questions like "What did I learn about X?" and get matching results. No internet is needed for searching.

This is designed for anyone building AI agents. It works with any folder of markdown files. Your local search index stays on your own computer. Only the .md files are sent to the cloud. It is safe and simple to use.

Add Atxp Memory skill to your workflow

Global

mkdir -p ~/.claude/skills/atxp-memory

Project

mkdir -p .claude/skills/atxp-memory

Source Repository

Stars
9
Forks
1
Watchers
9
Last Push
2 months ago
Created
10 months ago