Install
openclaw skills install lifequeryQuery your Telegram chat history using a LifeQuery instance. Use when the user wants to search past conversations, find shared links, or ask about specific p...
openclaw skills install lifequeryQuery your Telegram chat history using a LifeQuery instance.
Use when the user wants to:
Set these environment variables:
LIFEQUERY_BASE_URL: Base URL of your LifeQuery instance (e.g., http://localhost:3134/v1 or http://your-server:80/v1)LIFEQUERY_API_KEY: Optional API key if protectedThe skill runs a Python script that sends search queries to the LifeQuery /chat/completions endpoint and returns semantically relevant answers with citations from the chat history.