원클릭으로
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: