marp-lens

Semantic search for Marp presentations using vector embeddings. Use when finding relevant slides by topic, retrieving slide content, or exploring presentation materials. Triggers on "find slides about...", "search presentations for...", "get slide content", "what slides cover...", or any Marp/presentation search query.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "marp-lens" with this command: npx skills add hirokidaichi/marp-lens/hirokidaichi-marp-lens-marp-lens

marp-lens

Vector-based semantic search CLI for Marp presentations.

Quick Reference

# Search slides by meaning
npx marp-lens search "機械学習の基礎" --limit 5

# Get specific slide content
npx marp-lens get "presentation.md #3"

# View database stats
npx marp-lens stats

# Index new/changed files
npx marp-lens index -d ./slides

# Index with image descriptions
npx marp-lens index -d ./slides --with-images

Commands

Search

npx marp-lens search "<query>" [options]
OptionDescription
-l, --limit <n>Max results (default: 10)
-t, --threshold <0-1>Min similarity (default: 0)
-o, --format <type>Output: table or json

Get Slide

npx marp-lens get "<file> #<number>"

Retrieves full content of a specific slide. Supports partial path matching.

Index

npx marp-lens index [options]
OptionDescription
-d, --dir <path>Directory to index
-f, --file <path>Single file to index
-r, --rebuildClear and rebuild index
-i, --with-imagesInclude image descriptions

Stats

npx marp-lens stats

Shows file count, slide count, embedding count, and database size.

Workflow

  1. Find relevant slides: npx marp-lens search "topic"
  2. Get full content: npx marp-lens get "file.md #N" for slides of interest
  3. Re-index if needed: npx marp-lens index -d ./slides after adding files

Output Format

Search results show similarity score, file path, slide number, heading, and content preview. Use --format json for structured output.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ergon

No summary provided by upstream source.

Repository SourceNeeds Review
General

Workspace Trash

Soft-delete protection for workspace files. Intercept file deletions and move them to a recoverable trash instead of permanent removal. Use when deleting, re...

Registry SourceRecently Updated
General

Deploy Public

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.

Registry SourceRecently Updated
General

Lumi Diary

Your local-first memory guardian and cyber bestie. Lumi collects life fragments — a sigh, a snapshot, a roast — and stitches them into radiant, interactive m...

Registry SourceRecently Updated