返回顶部
q

qmd

Fast local search for markdown files, notes, and docs using qmd CLI. Use instead of `find` for file discovery. Combines BM25 full-text search, vector semantic search, and LLM reranking—all running locally. Use when searching for files, finding code, locating documentation, or discovering content in indexed collections.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
3,289
下载量
1
收藏
概述
安装方式
版本历史

qmd

# qmd — Fast Local Markdown Search ## When to Use - **Finding files** — use instead of `find` across large directories (avoids hangs) - **Searching notes/docs** — semantic or keyword search in indexed collections - **Code discovery** — find implementations, configs, or patterns - **Context gathering** — pull relevant snippets before answering questions ## Quick Reference ### Search (most common) ```bash # Keyword search (BM25) qmd search "alpaca API" -c projects # Semantic search (understands meaning) qmd vsearch "how to implement stop loss" # Combined search with reranking (best quality) qmd query "trading rules for breakouts" # File paths only (fast discovery) qmd search "config" --files -c kell # Full document content qmd search "pattern detection" --full --line-numbers ``` ### Collections ```bash # List collections qmd collection list # Add new collection qmd collection add /path/to/folder --name myproject --mask "*.md,*.py" # Re-index after changes qmd update ``` ### Get Files ```bash # Get full file qmd get myproject/README.md # Get specific lines qmd get myproject/config.py:50 -l 30 # Get multiple files by glob qmd multi-get "*.yaml" -l 50 --max-bytes 10240 ``` ### Output Formats - `--files` — paths + scores (for file discovery) - `--json` — structured with snippets - `--md` — markdown formatted - `-n 10` — limit results ## Tips 1. **Always use collections** (`-c name`) to scope searches 2. **Run `qmd update`** after adding new files 3. **Use `qmd embed`** to enable vector search (one-time, takes a few minutes) 4. **Prefer `qmd search --files`** over `find` for large directories ## Models (auto-downloaded) - Embedding: embeddinggemma-300M - Reranking: qwen3-reranker-0.6b - Generation: Qwen3-0.6B All run locally — no API keys needed.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 qmd-search-1776382170 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 qmd-search-1776382170 技能

通过命令行安装

skillhub install qmd-search-1776382170

下载 Zip 包

⬇ 下载 qmd v1.1.0

文件大小: 1.65 KB | 发布时间: 2026-4-17 15:44

v1.1.0 最新 2026-4-17 15:44
Updated skill with comprehensive docs

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部