$22
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionmemory-lancedb-proExecute the skills CLI command in your project's root directory to begin installation:
Fetches memory-lancedb-pro from win4r/memory-lancedb-pro-skill and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate memory-lancedb-pro. Access via /memory-lancedb-pro in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
45
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
45
stars
memory-lancedb-pro is an enhanced long-term memory plugin for OpenClaw. It replaces the built-in memory-lancedb plugin with advanced retrieval capabilities, multi-scope memory isolation, and a management CLI.
Repository: https://github.com/win4r/memory-lancedb-pro License: MIT | Language: TypeScript (ESM) | Runtime: Node.js via OpenClaw Gateway
┌─────────────────────────────────────────────────────────┐
│ index.ts (Entry Point) │
│ Plugin Registration · Config Parsing · Lifecycle Hooks │
└────────┬──────────┬──────────┬──────────┬───────────────┘
│ │ │ │
┌────▼───┐ ┌────▼───┐ ┌───▼────┐ ┌──▼──────────┐
│ store │ │embedder│ │retriever│ │ scopes │
│ .ts │ │ .ts │ │ .ts │ │ .ts │
└────────┘ └────────┘ └────────┘ └─────────────┘
│ │
┌────▼───┐ ┌─────▼──────────┐
│migrate │ │noise-filter.ts │
│ .ts │ │adaptive- │
└────────┘ │retrieval.ts │
└────────────────┘
┌─────────────┐ ┌──────────┐
│ tools.ts │ │ cli.ts │
│ (Agent API) │ │ (CLI) │
└─────────────┘ └──────────┘
| File | Purpose | Key Exports |
|---|---|---|
index.ts |
Plugin entry point. Registers with OpenClaw Plugin API, parses config, mounts lifecycle hooks | memoryLanceDBProPlugin (default), shouldCapture, detectCategory |
openclaw.plugin.json |
Plugin metadata + full JSON Schema config with uiHints |
— |
package.json |
NPM package. Deps: @lancedb/lancedb, openai, @sinclair/typebox |
— |
cli.ts |
CLI: memory-pro list/search/stats/delete/delete-bulk/export/import/reembed/migrate |
createMemoryCLI, registerMemoryCLI |
src/store.ts |
LanceDB storage layer. Table creation, FTS indexing, CRUD, vector/BM25 search | MemoryStore, MemoryEntry, loadLanceDB |
src/embedder.ts |
Embedding abstraction. OpenAI-compatible API, task-aware, LRU cache | Embedder, createEmbedder, getVectorDimensions |
src/retriever.ts |
Hybrid retrieval engine. Full scoring pipeline | MemoryRetriever, createRetriever, DEFAULT_RETRIEVAL_CONFIG |
src/scopes.ts |
Multi-scope access control | MemoryScopeManager, createScopeManager |
src/tools.ts |
Agent tool definitions: memory_recall/store/forget/update/stats/list |
registerAllMemoryTools |
src/noise-filter.ts |
Noise filter for low-quality content | isNoise, filterNoise |
src/adaptive-retrieval.ts |
Skip retrieval for greetings, commands, emoji | shouldSkipRetrieval |
src/migrate.ts |
Migration from legacy memory-lancedb |
MemoryMigrator, createMigrator |
scripts/jsonl_distill.py |
JSONL session distillation script (Python) | — |
For detailed deep-dives into each subsystem, read the appropriate reference file:
EMBEDDING_DIMENSIONS map in src/embedder.ts, add ittask and normalized, extend buildPayload() in src/embedder.tsembedder.test() methodRerankProvider type in src/retriever.tsbuildRerankRequest() for request format (headers + body)parseRerankResponse() for response parsingrerankProvider enum in openclaw.plugin.jsonprivate apply<StageName>(results: RetrievalResult[]): RetrievalResult[] method in MemoryRetrieverRetrievalConfig interfacehybridRetrieval() and vectorOnlyRetrieval()DEFAULT_RETRIEVAL_CONFIGopenclaw.plugin.jsonregisterMemory<ToolName>Tool() in src/tools.tsType.Object() from @sinclair/typeboxstringEnum() from openclaw/plugin-sdk for enum paramscontext.scopeManagerregisterAllMemoryTools() — decide if core (always) or management (optional){ content: [{ type: "text", text }], details: {...} }registerMemoryCLI() in cli.tsmemory.command("name <args>").description("...").option("--flag", "...").action(async (args, opts) => { ... })--json flag for machine-readable outputprocess.exit(1) for error casesapi.registerCli() in index.tsshouldCapture(text) in index.ts controls what gets auto-capturedMEMORY_TRIGGERS regex array defines trigger patterns (supports EN/CJK)detectCategory(text) classifies captures as preference/fact/decision/entity/otheragent_end hook, limited to 3 per turnbefore_agent_start hook (OFF by default)shouldSkipRetrieval() from src/adaptive-retrieval.ts gates retrieval<relevant-memories> XML block with UNTRUSTED DATA warningsanitizeForContext() strips HTML, newlines, limits to 300 chars per memory1 / (1 + exp(-score/5))${VAR} syntax resolved at config parse time; gateway service may not inherit shell envnode test/cli-smoke.mjsopenclaw plugins doctor, openclaw memory-pro statsembedder.test() returns { success, dimensions, error? }retriever.test() returns { success, mode, hasFtsSupport, error? }Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
memory-lancedb-pro has been reliable in day-to-day use. Documentation quality is above average for community skills.
We added memory-lancedb-pro from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
memory-lancedb-pro is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Registry listing for memory-lancedb-pro matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: memory-lancedb-pro is focused, and the summary matches what you get after install.
Keeps context tight: memory-lancedb-pro is the kind of skill you can hand to a new teammate without a long onboarding doc.
memory-lancedb-pro is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
memory-lancedb-pro fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Solid pick for teams standardizing on skills: memory-lancedb-pro is focused, and the summary matches what you get after install.
Useful defaults in memory-lancedb-pro — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 61