원클릭으로
qmd
Search the Mycroft and Spotlight markdown vaults with QMD before using broader web search.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the Mycroft and Spotlight markdown vaults with QMD before using broader web search.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search, read, link, audit, and journal durable Mycroft or Spotlight knowledge through the storage-neutral Knowledge Workspace Port. Use for vault questions, durable knowledge writes, morning briefs, audits, Spotlight context lookup, approved Spotlight ingestion, OpenKnowledge health checks, legacy QMD/Obsidian migration, and any request that names a knowledge logical space.
Scoutpost integration for scouts, monitoring, and beat signals via the scout CLI or REST API.
Sovereign web search, scrape, and source preservation (SearXNG + Crawl4AI) for Mycroft and Spotlight workflows; Firecrawl is an optional fallback.
Claim-to-evidence grounding discipline for Mycroft skills and recipes. Use when extracting findings, assigning confidence tags, fact-checking claims, ingesting vault notes, or deciding whether a piece of source material is a lead, a partially grounded claim, or a verifiable finding.
Ingest raw material, Spotlight handoffs, URLs, files, and text into the Mycroft knowledge vault.
Fact-check drafts, claims, and source assertions through Mycroft's SIFT recipe, escalating to Spotlight for deeper adversarial review when available. Uses the fact-check profile of epistemic-grounding — emits the full grounding object per the spec.
| name | qmd |
| description | Search the Mycroft and Spotlight markdown vaults with QMD before using broader web search. |
Use QMD for local markdown search across the journalist's vaults.
Setup installs the QMD CLI:
npm install -g @tobilu/qmd
Setup also registers collections:
qmd collection add "$MYCROFT_VAULT_PATH" --name mycroft
qmd collection add "$SPOTLIGHT_VAULT_PATH" --name spotlight
qmd update
QMD can expose an MCP server with:
qmd mcp
Before broad web search, use local QMD search when the answer may already be in the user's notes, sources, story drafts, or Spotlight casework.
Useful commands:
qmd query "question"
qmd search "keywords"
qmd query --collection mycroft "source handling policy"
qmd query --collection spotlight "case evidence for <entity>"
qmd get "#docid"
qmd multi-get "wiki/entities/*.md" -l 40
Spotlight's query-vault verb is backed by:
BUN_INSTALL="" qmd query
If Spotlight is enabled, QMD must be available for local vault search and sensitive local-only research phases.
~/.config/goose/mycroft/.env or Goose's secret store.