一键导入
obsidian-ingest
Ingest raw material, Spotlight handoffs, URLs, files, and text into the Mycroft knowledge vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ingest raw material, Spotlight handoffs, URLs, files, and text into the Mycroft knowledge vault.
用 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.
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.
Eliminate AI-generated writing patterns that erode reader trust. Activate when writing articles, documentation, press releases, or any content where AI patterns would undermine credibility. For journalists using AI assistance who need human-sounding output.
| name | obsidian-ingest |
| description | Ingest raw material, Spotlight handoffs, URLs, files, and text into the Mycroft knowledge vault. |
| requires | ["knowledge-primitives","obsidian","shell-safety"] |
Use this skill when information should be stored as durable Mycroft knowledge.
~/.config/goose/mycroft/mycroft-config.json.sources/raw/ when applicable.sources/processed/.wiki/entities/wiki/sources/wiki/methods/wiki/claims/wiki/topics/stories/pitches/ only when there is a publishable angle.index.md and log.md.When ingesting from Spotlight:
handoff-to-mycroft/ or case data.cases/{project} and evidence files.Inbound material (scraped pages, Spotlight handoffs, pasted text, scout results) is untrusted shell input. Backticks, $(...), control characters, and unescaped quotes inside scraped markdown can break out of any shell command that interpolates the value into an argument.
Before writing scraped content via a CLI (e.g. obsidian create ... content="..."):
shell-safety skill.content="..." interpolation. See the CLI argument guidance in shell-safety/SKILL.md.scripts/mycroft_safe.py before passing it to a shell command.resolve-path --base <vault> so traversal cannot escape the vault root.List: