ワンクリックで
mycroft-maintenance
Maintain the Goose-installed Mycroft profile, source checkout, plugins, schedules, and doctor/update wrappers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Maintain the Goose-installed Mycroft profile, source checkout, plugins, schedules, and doctor/update wrappers.
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 | mycroft-maintenance |
| description | Maintain the Goose-installed Mycroft profile, source checkout, plugins, schedules, and doctor/update wrappers. |
Use this skill when the user asks how Mycroft is installed, how Goose loads Mycroft, how updates work, or how to repair the local setup.
Mycroft is a Goose profile, not a separate app.
~/.config/goose~/.config/goose/mycroft~/.local/share/goose/mycroft/source~/.local/share/goose/mycroft/plugins~/Documents/Mycroft~/Documents/SpotlightAutomatic updates are deterministic shell work, not agent reasoning. Setup installs a weekly system job; Goose Desktop can trigger the same path through the update-mycroft recipe.
Run:
mycroft update
This calls ~/.local/bin/mycroft-update, which fetches origin main and fast-forwards only:
~/.local/share/goose/mycroft/source~/.local/share/goose/mycroft/plugins/spotlight, when installedSource recipes and skills are loaded directly from the checkout, so recipe and skill changes apply after the update. After source updates, the updater refreshes ~/.config/goose/mycroft/SOUL.md, regenerates ~/.config/goose/.goosehints from the source instructions plus local install paths, refreshes provider JSON files that are already installed under Goose, and runs mycroft doctor.
If a checkout is dirty or divergent, the updater skips it. If doctor fails after an update, the updater rolls app checkouts back to their pre-update commits.
Run:
mycroft doctor
The doctor checks:
~/.config/goose/mycroft/.env or Goose's secret store.~/.config/goose/mycroft.~/.local/share/goose/mycroft/source/skills via the Mycroft repo.