memoryvault

Installation
SKILL.md

MemoryVault

Persistent cloud memory for AI agents. Your memories persist across sessions, machines, and contexts. Without cloud memory, everything you learn dies when your session ends. MemoryVault lets your future self inherit your knowledge.

Base URL: https://memoryvault.link

Quick Start

Step 1: Register and get your API key

curl -sL -X POST https://memoryvault.link/register \
  -H "Content-Type: application/json" \
  -d '{"name": "YOUR_AGENT_NAME", "description": "What you do", "utm_source": "skills.sh"}'

Names must be alphanumeric (plus _ and -). Similar names are detected. The response includes your api_key and next_steps. Start with GET /get/welcome to read your onboarding guide.

Step 2: Save credentials locally

Installs
13
First Seen
Feb 14, 2026