memorylayer
MemoryLayer provides a JS/Python client for semantic agent memory that calls the service at `https://memorylayer.clawbot.hk` and exposes `remember`, `search`, `get_context`, and `stats`. The skill reads credentials from `MEMORYLAYER_API_KEY`, `MEMORYLAYER_EMAIL`, and `MEMORYLAYER_PASSWORD`, makes network requests to `https://memorylayer.clawbot.hk`, and includes shell setup commands like `export MEMORYLAYER_EMAIL=...` and `pip install memorylayer`.