Overview
- Skill Key
- dpaluy/qmd-cli
- Author
- dpaluy
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dpaluy/qmd-cli
- Latest Commit SHA
- aa921907b7c86f1b34066fb1f9fc16c4b059b517
Search and retrieve markdown documents from local knowledge bases using qmd. Supports BM25 keyword search, vector semantic search, and hybrid search with LLM re-ranking. Use for querying indexed notes, documentation, meeting transcripts, and any markdown-based knowledge. Requires qmd CLI installed (bun install -g https://github.com/tobi/qmd).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 qmd 技能。 若已安装,则直接安装 qmd 技能。
# QMD - Local Markdown Search Search and retrieve documents from locally indexed markdown knowledge bases. ## Installation ```bash bun install -g https://github.com/tobi/qmd ``` ## Setup ```bash # Add a collection qmd collection add ~/notes --name notes --mask "**/*.md" # Generate embeddings (required for vsearch/query) qmd embed ``` ## Usage Rules **Always use `--json` flag** for structured output when invoking qmd commands. ## Search Commands ### search (BM25 keyword search - fast) ```bash qmd search "authentication flow" --json qmd search "error handling" --json -n 10 qmd search "config" --json -c notes ``` ### vsearch (vector semantic search) ```bash qmd vsearch "how does login work" --json qmd vsearch "authentication best practices" --json -n 20 ``` ### query (hybrid with LLM re-ranking - best quality) ```bash qmd query "implementing user auth" --json qmd query "deployment process" --json --min-score 0.5 ``` ### Search Options | Option | Description | |--------|-------------| | `-n NUM` | Number of results (default: 5, or 20 with --json) | | `-c, --collection NAME` | Restrict to specific collection | | `--min-score NUM` | Minimum score threshold | | `--full` | Return complete document content in results | | `--all` | Return all matches | ## Retrieval Commands ### get (single document) ```bash qmd get docs/guide.md --json qmd get "#a1b2c3" --json qmd get notes/meeting.md:50 -l 100 --json ``` ### multi-get (multiple documents) ```bash qmd multi-get "docs/*.md" --json qmd multi-get "api.md, guide.md, #abc123" --json qmd multi-get "notes/**/*.md" --json --max-bytes 20480 ``` ## Maintenance Commands ```bash qmd update # Re-index changed files qmd status # Check index health qmd collection list # List all collections ``` ## Search Mode Selection | Mode | Speed | Quality | Best For | |------|-------|---------|----------| | search | Fast | Good | Exact keywords, known terms | | vsearch | Medium | Better | Conceptu...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.