π¦ ClawHub
Looki
by @haibo-looki
Your digital memory.
βοΈ Configuration
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.
{
"base_url": "",
"api_key": ""
}
base_url β The API endpoint URL provided by the user. Do not assume a default; always ask the user if not already saved.api_key β The user's Looki API key, starting with lk-.Credentials should only be stored in this file. Do not save the API key to agent memory, environment variables, or any other persistent storage.
TERMINAL
clawhub install looki