Skip to main content
GitHub 仓库

homelab-overkill

homelab-overkill 收录了来自 bovf 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
19
Stars
10
更新
2026-06-08
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

kb-rss-watch
其他高等院校教师

Poll trusted Multiple Sclerosis RSS feeds, score credibility, save raw items, filter low-quality material, and promote high-value items into citation-grounded KB processing.

2026-06-08
kb-ingest
其他高等院校教师

Save a URL, file path, pasted text, DOI, or PMID into the knowledgebase at $KB_ROOT/raw/manual/YYYY/MM/DD/. Enriches via the relevant MCP (pubmed/crossref) when input is a DOI or PMID. NON-DESTRUCTIVE — write-only into raw/, never into pages/.

2026-06-08
kb-journal
其他高等院校教师

Append a single timestamped bullet to today's $KB_ROOT/journals/YYYY/MM/YYYY_MM_DD.md describing what the agent just did. Logseq-compatible and date-partitioned. Call this at the end of every meaningful action (page write, ingest, query answered).

2026-06-08
kb-maintain
其他高等院校教师

Self-heal the MS knowledgebase layout after RSS watch or weekly digest. Migrates legacy flat files into the V2 date/type structure, refreshes Start Here and Index pages, checks links/frontmatter, and journals the maintenance summary.

2026-06-08
kb-research
其他高等院校教师

Answer a research question by searching the kb first, then PubMed → CrossRef → SearXNG, writing a citation-grounded content page under $KB_ROOT/content/<type>/YYYY/MM/. Every claim cites a DOI/PMID/URL or is dropped. This is the heart of the agent.

2026-06-08
kb-rss-cleanup
软件开发工程师

Safely prune generated RSS watcher raw cache after weekly digest retention, without touching manual raw ingests or the RSS seen ledger.

2026-06-08
dice-check
其他计算机职业

Resolve any check, save, attack, or world-roll using the dice-roller MCP — never compute dice results from LLM memory.

2026-06-03
roll-initiative
其他计算机职业

Start a combat encounter by rolling initiative for all combatants and registering the sorted order with the turn-tracker MCP. From this point forward, current_turn() is the single source of truth — turn order is NEVER stated from LLM memory.

2026-06-03
start-campaign
其他计算机职业

Run a session zero — co-author the campaign's specifics with the three players (factions, PCs, the Hill's nature, opening scene). Cements decisions as canon by writing them to the campaign journal as Session 0. Use exactly once per campaign — at the very beginning, before any real play.

2026-06-03
koth-dm-journal
其他计算机职业

Append a session summary to ~/.hermes/CAMPAIGN_JOURNAL.md at session end (or on the user's explicit /journal request). Records session number, date, attendees, key events, decisions, open threads, and NPCs introduced — so the next session starts with continuity intact.

2026-06-03
arr-add-to-library
软件开发工程师

Add a movie/series to radarr/sonarr/sportarr's library with chosen quality profile and root folder. DESTRUCTIVE — creates a permanent library entry, optionally triggers an automatic indexer search and grab. MUST ONLY be invoked after explicit user confirmation ("add 1", "yes add it", "confirm add").

2026-06-03
arr-grab
软件开发工程师

POST a chosen release to radarr/sonarr/sportarr to start the grab. DESTRUCTIVE — initiates a real download. MUST ONLY be invoked after explicit user confirmation language ("grab N", "yes grab it", "confirm"). Refuses on absence of confirmation context.

2026-06-03
arr-library
软件开发工程师

List current library entries in radarr/sonarr/sportarr — title, year, monitored, hasFile, size on disk, quality profile. Read-only. Filterable.

2026-06-03
arr-releases
软件开发工程师

List ranked release candidates for a movie or episode/season in radarr/sonarr/sportarr. Applies storage-conscious ranking (Usenet > torrent, 1080p WEB-DL/BluRay preferred, x265 preferred, REMUX/4K demoted). Read-only — does NOT grab. Pair with arr-grab for confirmation-gated grabbing.

2026-06-03
arr-search-mobile
软件开发工程师

Mobile-friendly variant of arr-search. Same radarr/sonarr/sportarr lookup, but output is a compact vertical list (~2 lines per pick, no wide table) that fits inside a phone message bubble in Element X mobile / FluffyChat / etc.

2026-06-03
arr-search
软件开发工程师

Search radarr/sonarr/sportarr by title via /api/v3/{movie|series}/lookup using the X-Api-Key header. Read-only. Returns up to 5 matches with poster URLs.

2026-06-03
media-status
软件开发工程师

One-glance health overview of every media service (radarr, sonarr, sportarr, prowlarr, bazarr, qbittorrent, nzbget). Hits each service's status/health endpoint and reports version, reachability, and any active health warnings.

2026-06-03
nzbget-list
软件开发工程师

List the NZBGet download queue (active groups) and recent history (last 10 entries) via the JSON-RPC API with HTTP Basic auth.

2026-06-03
qbit-list
软件开发工程师

List active qBittorrent torrents with name, state, progress %, category, download speed, and ETA. Read-only. Authenticates with the WebUI session cookie.

2026-06-03