Memory Lancedb Pro
Memory LanceDB Pro swiftly extracts and formats data from LanceDB databases for seamless integration into various applications, boosting efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add memory-lancedb-pro npx -- -y @trustedskills/memory-lancedb-pro
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"memory-lancedb-pro": {
"command": "npx",
"args": [
"-y",
"@trustedskills/memory-lancedb-pro"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Memory Lancedb Pro is an enhanced long-term memory plugin for OpenClaw that improves upon the standard memory-lancedb plugin. It allows AI agents to store and retrieve data from LanceDB databases with advanced features like multi-scope memory isolation, a management CLI, and improved retrieval capabilities. This skill enables efficient data storage and access within an agent's long-term memory.
When to use it
- When you need more advanced memory management than the default
memory-lancedbplugin provides. - For applications requiring isolated memory scopes for different tasks or contexts.
- When managing a LanceDB database and needing tools for listing, searching, statistics, deletion, export, import, re-embedding, and migration.
- To leverage adaptive retrieval that skips retrieving information for greetings, commands, or emoji.
Key capabilities
- LanceDB Integration: Stores data in LanceDB databases with FTS indexing and CRUD operations.
- Hybrid Retrieval Engine: Combines vector search and BM25 ranking for improved recall.
- Multi-Scope Memory Isolation: Organizes memory into distinct scopes for better context management.
- Management CLI: Provides tools for managing LanceDB data (list, search, stats, delete, export, import, reembed, migrate).
- Noise Filtering: Filters out low-quality content to improve memory quality.
- Adaptive Retrieval: Skips retrieval for greetings, commands, and emoji.
Example prompts
- "List all memories in the 'project_alpha' scope."
- "Search my LanceDB database for documents related to 'customer onboarding'."
- "Forget everything I’ve stored about ‘meeting with John’."
Tips & gotchas
- Requires OpenClaw and a configured LanceDB database.
- The plugin replaces the default
memory-lancedbplugin, so ensure compatibility within your OpenClaw environment. - Refer to the
references/retrieval_pipeline.mdfile for detailed information on the scoring math used in retrieval.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.