An AI-powered skill to search, summarize, and extract actionable tasks from your Limitless AI pendant recordings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install limitless-lifelogs
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install limitless-lifelogs using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Limitless Life Logs skill enables your AI agent to interface directly with recordings captured by your Limitless AI pendant. By connecting to the Limitless REST API, this addition to your Openclaw Skills collection provides a robust way to retrieve, search, and analyze voice-to-text transcriptions. It serves as a bridge between your physical environment and your digital workspace, allowing your agent to remember every detail of your day.
This skill is designed with a focus on data utility and security, operating as a read-only integration. It excels at turning hours of audio into structured summaries, identifying commitments made during meetings, and providing a searchable index of your personal history. It is an essential tool for users who want to leverage their real-world interactions within their automated development or productivity workflows.
To get started, ensure you have your API key from the Limitless Developer settings. You must also have curl and jq installed on your system. Set your environment variables as follows:
export LIMITLESS_API_KEY=your_api_key_here
export LIMITLESS_TIMEZONE=America/Los_Angeles
To enable the advanced agent dispatching features, create an agents.json file in your Openclaw Skills workspace directory at ~/.openclaw/workspace/skills/limitless/agents.json. This file should define the agents you want to detect and their respective dispatch webhooks or email addresses.
The skill organizes data retrieved from the API into structured objects for the agent to process. Below is the primary data structure for log entries:
| Attribute | Type | Description |
|---|---|---|
id |
String | The unique identifier for the specific life log. |
timestamp |
ISO-8601 | The date and time when the log was recorded. |
transcript |
String | The raw text captured by the AI pendant. |
markdown |
String | A formatted version of the transcription for better readability. |
nextCursor |
String | A token used for paginating through large sets of log data. |
Loading
A powerful automation skill for controlling Linux desktop interfaces, mouse movements, and keyboard inputs without a browser relay.

A comprehensive developer toolkit designed to create, evaluate, benchmark, and publish high-quality Openclaw Skills for AI agents.

A dedicated MLB companion that fetches daily game recaps, upcoming previews, and injury reports for your favorite baseball team.

A high-performance, graph-native memory engine for AI agents featuring hybrid search, biological decay, and Zettelkasten-style linking.

A professional utility for AI agents to share large code blocks via GitHub Gists instead of cluttered chat messages.

A massive workforce of 61 specialized AI agents organized into departments to handle professional engineering, design, and marketing projects.








































