limitless-cli

Query Limitless Pendant lifelogs and chats via FalkorDBLite semantic search.

7|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Zpankz/mcp-skillset --skill limitless-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: limitless-cli
Source: https://github.com/Zpankz/mcp-skillset/tree/main/limitless-cli
Command: npx skills add https://github.com/Zpankz/mcp-skillset --skill limitless-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Limitless CLI provides a local command-line interface to interact with Limitless Pendant data, enabling fast querying, memory management, and graph-based analytics without relying on the web UI.

Core Features & Use Cases

  • Embedded FalkorDBLite graph with vector embeddings for Lifelogs, Chats, Persons, and Topics, enabling semantic search and graph operations.
  • Rich CLI commands for semantic-search, lifelogs, graph queries, and pipeline orchestration.
  • Supports extraction and data synchronization to the graph database, enabling reproducible workflows across local development and production.

Quick Start

Install the CLI and run limitless lifelogs list to view recent lifelogs.

Frequently Asked Questions about limitless-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform semantic search on Limitless Pendant lifelogs locally?

To perform semantic search on Limitless Pendant lifelogs, you use the CLI interface to query an embedded FalkorDBLite graph. It leverages vector embeddings to retrieve relevant chats, persons, and topics locally without the web UI.

What is the best way to analyze Limitless Pendant data using a local graph database?

The best way to analyze Limitless Pendant data locally is by using a CLI that implements an embedded FalkorDBLite graph. This allows you to run graph queries and generate extractions on your lifelogs and chats directly from the command line.

Can I run graph queries and extractions on Limitless Pendant chats without the web UI?

Yes, you can run graph queries and extractions on Limitless Pendant chats without the web UI by using the local CLI. It provides dedicated commands for semantic-search, graph queries, and pipeline orchestration against an embedded FalkorDBLite store.

Do I need FalkorDB to orchestrate pipelines for Limitless Pendant memory management?

You do not need an external FalkorDB server; the CLI uses an embedded FalkorDBLite store to orchestrate pipelines for Limitless Pendant memory management. This enables data synchronization and reproducible workflows locally.

How do I synchronize Limitless Pendant data to a local graph store for reproducible workflows?

To synchronize Limitless Pendant data to a local graph store, you run the CLI's pipeline execution commands. This extracts lifelogs, chats, persons, and topics into the embedded FalkorDBLite graph with vector embeddings, ensuring reproducible workflows.

What are the limitations of using a local CLI for Limitless Pendant graph analysis?

The primary limitation of using a local CLI for Limitless Pendant graph analysis is the reliance on an embedded FalkorDBLite store. This local approach is designed for local development and production rather than large-scale distributed querying.