boot-doctor-mcp

boot-doctor-mcp is a skill for Claude Code, Codex from pamela-0/boot-doctor-mcp. It costs 111 tokens per session (520 once invoked), scanned A, original, MIT.

A deterministic troubleshooting guide for computers that do not start, complete POST—the hardware self-check before booting—or show a display. It uses BIOS beep-code references and a ranked diagnostic process.

In plain words
What is it for?
Use it to interpret AMI, AMI Aptio, or Award/Phoenix beep patterns and diagnose no-boot or no-display symptoms. It considers details such as power, fans, display output, and attempted CMOS resets.
Why use it?
It replaces guesswork with documented checks when hardware faults could lead to wasted time or unnecessary part replacements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to interpret AMI, AMI Aptio, or Award/Phoenix beep patterns and diagnose no-boot or no-display symptoms. It considers details such as power, fans, display output, and attempted CMOS resets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pamela-0/boot-doctor-mcp/skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pamela-0/boot-doctor-mcp --skill skill
Clone the repo
git clone --depth 1 https://github.com/pamela-0/boot-doctor-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boot-doctor-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/pamela-0/boot-doctor-mcp/skill/github.svg)](https://agentmods.dev/skills/pamela-0/boot-doctor-mcp/skill)
Your own site
<a href="https://agentmods.dev/skills/pamela-0/boot-doctor-mcp/skill"><img src="https://agentmods.dev/badge/skills/pamela-0/boot-doctor-mcp/skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for boot-doctor-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/pamela-0/boot-doctor-mcp/skill"><img src="https://agentmods.dev/badge/skills/pamela-0/boot-doctor-mcp/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 520 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.00520
Opus 5 $0.00056 $0.00260
Sonnet 5 $0.00022 $0.00104
Haiku 4.5 $0.00011 $0.00052

Measured 10d ago against content hash 38bca0accea1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

boot-doctor-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (__init__.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/boot_doctor_mcp/skill/SKILL.md · 25 lines

What it actually says

boot-doctor-mcp

Real, sourced, deterministic hardware diagnostics. If the user describes beep patterns or no-boot symptoms, use these tools instead of reasoning about the likely cause from training data — hardware advice where being wrong costs real money and time deserves a fixed, auditable rule set, not a plausible-sounding guess.

When to use each tool

lookup_beep_code(bios_type, pattern) — call this first if the user mentions any beep pattern at all:

  • Ask which BIOS type if they don't know: ami_legacy (classic AMIBIOS), ami_aptio (modern AMI UEFI), or award_phoenix. These genuinely use different codes for the same beep counts — never guess one to save a question.
  • pattern is a plain description like "10 short", "1 long, 2 short", or "continuous".
  • A "no match" result is real information, not a failure — many modern boards have no speaker at all and use debug LEDs instead. Report it as such.

diagnose_symptoms(...) — call this for a general no-boot/no-display case, with or without a beep code:

  • Pass along what the user has already told you (powers on?, fans spinning?, display output?) and what they've already tried (CMOS reset, minimal config test, swapped cable/monitor).
  • Returns ranked next steps ordered cheapest-to-rule-out-first, not a single "your part X is broken" verdict.
  • If it recommends a swap test against known-good parts, say so plainly — symptom-matching alone can't replace an actual swap test.

What not to do

Don't state a specific broken component as fact from symptoms alone — these tools give ranked next steps and sourced beep-code lookups, not a diagnosis of the exact failed part. If the user asks something these tools don't cover, say so rather than reasoning about the hardware cause yourself.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 25 lines · 111 tokens per session scan A 38bca0accea1

Subscribe to this mod's changes

boot-doctor-mcp is a skill published in the GitHub repository pamela-0/boot-doctor-mcp (1 stars, last pushed 20d ago), licensed MIT. It adds 111 tokens to every session and 520 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hardware-health-check

Out-of-band hardware health via Redfish BMC (read-only) — power state, component health, thermal and power readings, firmware inventory, SEL log triage. Use when determining whether a host is powered off versus unreachable, checking hardware faults, reviewing thermal or PSU state, or triaging BMC event logs.

automateyournetwork/netclaw · 67 tokens

rtl-bug-repro

Reproduce an RTL bug with a minimal TB and isolate root cause via waveform diff — 'reproduce this bug', 'minimal repro TB', regression failure isolation.

babyworm/rtl-agent-team · 38 tokens

lint-tool-profiles

Internal reference: lint tool profiles (agent-loaded; do not invoke).

babyworm/rtl-agent-team · 19 tokens

gke-ai-troubleshooting-tpu-dynamic-slices-monitoring

Monitors, troubleshoots, and manages GKE TPU Dynamic Slices custom resources. Use when checking TPU slice lifecycle states, troubleshooting slice provisioning failures, validating single-slice or multi-slice (JobSet) workload manifests, or safely patching stuck finalizers and disabling the slice controller. Don't use…

google/skills · 107 tokens

gke-ai-troubleshooting-tpu-vbar-oom

Diagnoses and prevents vbarcontrolagent segfaults, out-of-memory (OOM) errors, and TPU device initialization failures on TPU v6e nodes in GKE caused by race conditions during TPU device resets or high-frequency metrics polling. Use when troubleshooting vbarcontrolagent crashes, memory cgroup OOMs in serial console…

google/skills · 125 tokens

doca-flow

Build and debug DOCA Flow applications on supported NVIDIA NICs/DPUs: define match/action pipes, initialize ports and representors, choose forwarding targets, validate pipes before hardware programming, read counters, match the Flow version to the installed DOCA release, and diagnose Flow API errors. Trigger on DOCA…

NVIDIA/skills · 140 tokens