persistent-agent-memory
SKILL.md
Persistent Agent Memory
Memory storage and retrieval powered by Coral Bricks. Store facts, preferences, and context; retrieve them later by meaning. All memories are stored in the default collection.
Use when: (1) remembering facts or preferences for later, (2) recalling stored memories by topic or intent, (3) forgetting/removing memories matching a query.
NOT for: web search, file system search, or code search — use other tools for those.
Setup
Set your API key (get one at https://coralbricks.ai):
export CORAL_API_KEY="ak_..."
Optionally override the API URL (defaults to https://search-api.coralbricks.ai):