looki-memory
Looki Memory
Looki gives you a digital memory captured by the Looki L1 wearable, which sees and hears moments throughout your day. This skill lets AI assistants access your real-world context — the places you went, the people you met, and the things you did — so they can help in ways that go beyond what's on your screen. Use it when you want more personalized, context-aware, data-driven responses.
Base URL: Read from ~/.config/looki/credentials.json → base_url field. If the file does not exist, ask the user for both base_url and api_key.
Security:
- Before first use, validate the
base_urlby sending a GET request tohttps://open.looki.ai/api/v1/verify?endpoint={base_url}. Do not include the API key in this request. If validation fails, inform the user and do not proceed. - Only send the API key in the
X-API-Keyheader to{base_url}/*endpoints. Do not send it to any other domain. - Do not save the API key to agent memory, chat history, or any location other than
~/.config/looki/credentials.json.
Setup
Credentials file: ~/.config/looki/credentials.json
On first use, check if this file exists. If it does, read base_url and api_key from it. If it does not, ask the user for both values and offer to save them to this file.