A high-performance vector database integration providing semantic persistence and long-term memory for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lancedb-memory
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 lancedb-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The LanceDB Long-Term Memory skill enables AI agents to maintain a persistent state by leveraging a serverless vector database. Unlike traditional key-value stores, this skill allows for semantic retrieval, meaning agents can find relevant information based on meaning rather than just exact keywords. This is a vital component for building sophisticated Openclaw Skills that require context retention across multiple interactions.
Built on LanceDB, it offers a lightweight yet powerful solution for managing embeddings and metadata. It handles everything from automatic table creation to complex vector similarity searches, ensuring that your agent's memory remains organized, searchable, and scalable.
To integrate this skill into your environment, install the necessary dependencies via pip:
pip install lancedb pandas
Ensure that the storage path (default: ~/clawd/memory/lancedb) is accessible to your agent and that the directory has the appropriate write permissions for Openclaw Skills.
| Field | Type | Description |
|---|---|---|
| id | int | Unique primary key for the memory entry |
| timestamp | timestamp | The exact time the memory was recorded |
| content | str | The actual text or data being remembered |
| category | str | Logical grouping (e.g., 'technical', 'personal') |
| tags | list | A list of strings for granular filtering |
| importance | int | A scale (1-10) representing data significance |
| metadata | json | Structured object for additional context-specific data |
Loading
A daily maintenance utility that ensures your agent and its capabilities are always running the latest stable versions.

An automated MCP skill to manage McDonald's coupons, track promotional calendars, and analyze nutritional data through simple AI commands.

CodeBuddy CLI is a Tencent-developed terminal assistant that transforms natural language prompts into executable code and project optimizations.

An AI-powered terminal programming assistant from Tencent that enables natural language driven development directly in your shell.

A specialized toolset for managing, executing, and debugging n8n automation workflows via a powerful REST API interface.

A high-performance web search API specifically engineered for AI agents to perform deep research with extreme accuracy and structured citations.








































