بنقرة واحدة
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.