Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.04 KB

File metadata and controls

32 lines (22 loc) · 1.04 KB
name alchemyst-memory
description Persistent cross-session memory and context injection via Alchemyst AI
version 1.0.0
metadata
requires
env
ALCHEMYST_AI_API_KEY

Alchemyst Memory Skill

This skill enables persistent memory powered by Alchemyst AI. Every conversation you have is remembered semantically — not just stored in flat files — so you can ask about past conversations, preferences, and context naturally.

What It Does

  • Automatically enriches your prompts with relevant past context before sending to the LLM
  • Saves important facts from each conversation for future retrieval
  • Keeps memory isolated per user and per session

Usage

This skill runs transparently in the background. You don't need to invoke it directly. Just have normal conversations — Alchemyst handles memory automatically.

Configuration

Set ALCHEMYST_AI_API_KEY in your environment (e.g., ~/.openclaw/.env). The skill will not load if this variable is missing.

Source

The Alchemyst AI SDK: https://github.com/Alchemyst-ai/aisdk