Claude Code Plugins

Community-maintained marketplace

Feedback

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name memory-search
description Semantic and full-text search over memory store. Supports filtering by domain, block type, and tags. Use when working on sleeptime tasks.
metadata [object Object]

Memory Search

Semantic and full-text search over memory store.

Inputs

Parameter Type Required Default Description
query string Yes - Search query (natural language)
memory_path string Yes - Path to memory store directory
search_type string No hybrid Search type (semantic, fts, hybrid)
filters object No - Filters (domain, block_type, tags)
limit integer No 10 Maximum results

Outputs

Field Type Description
results array Matching memory blocks
scores array Relevance scores

Usage

python scripts/memory-search.py [arguments]

Generated from `skills/sleeptime/memory-search.yaml`