vmware-vm-crash-recovery

vmware-vm-crash-recovery is a skill for Claude Code, Codex from MilkyWay008/Hermes-OTG. It costs 47 tokens per session (572 once invoked), scanned A, original, MIT.

A recovery procedure for VMware Workstation virtual machines that stop booting after a host crash or forced shutdown.

In plain words
What is it for?
Use it to confirm a backup, inspect VMware logs and snapshot chains, remove stale locks, and repair a specific corrupted virtual disk.
Why use it?
It helps repair damaged snapshot disk files that prevent the virtual machine from starting.

Skill for Claude CodeCodex

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

Good fit Use it to confirm a backup, inspect VMware logs and snapshot chains, remove stale locks, and repair a specific corrupted virtual disk.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/milkyway008/hermes-otg/vmware-vm-crash-recovery
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 MilkyWay008/Hermes-OTG --skill vmware-vm-crash-recovery
Clone the repo
git clone --depth 1 https://github.com/MilkyWay008/Hermes-OTG

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 vmware-vm-crash-recovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/milkyway008/hermes-otg/vmware-vm-crash-recovery/github.svg)](https://agentmods.dev/skills/milkyway008/hermes-otg/vmware-vm-crash-recovery)
Your own site
<a href="https://agentmods.dev/skills/milkyway008/hermes-otg/vmware-vm-crash-recovery"><img src="https://agentmods.dev/badge/skills/milkyway008/hermes-otg/vmware-vm-crash-recovery/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 vmware-vm-crash-recovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/milkyway008/hermes-otg/vmware-vm-crash-recovery"><img src="https://agentmods.dev/badge/skills/milkyway008/hermes-otg/vmware-vm-crash-recovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 572 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.00047 $0.00572
Opus 5 $0.00023 $0.00286
Sonnet 5 $0.00009 $0.00114
Haiku 4.5 $0.00005 $0.00057

Measured 9d ago against content hash 651fa021118e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

vmware-vm-crash-recovery 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 9d ago.

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.

data/skills/it/vmware-vm-crash-recovery/SKILL.md · 53 lines

What it actually says

VMware VM Crash Recovery (Host Power Loss)

Use when a VMware Workstation VM fails to boot after the host machine black-screened or was force-shut-down while the VM was running, with errors like:

  • "The specified virtual disk needs repair"
  • "Cannot open the disk ... or one of the snapshot disks it depends on"
  • "Module 'Disk' power on failed"

Prerequisites

  • VMware Workstation installed (vmware-vdiskmanager.exe at C:\Program Files (x86)\VMware\VMware Workstation\)
  • Full backup of the VM folder exists (CONFIRM before acting)
  • Administrator access on the host

Step-by-Step

1. Confirm backup exists

Ask the user. Do NOT proceed without confirmed backup.

2. Remove stale lock files

Delete all .lck directories in the VM folder.

3. Read the VMware log to find the exact error

Tail the latest vmware.log. Look for lines: DISKLIB-SPARSE, DISKLIB-LINK, Disk needs repair

4. Inspect the .vmsd file to understand the snapshot chain

Read VMname.vmsd — verify which delta disk (000001, 000002, etc.) is the current/corrupted one.

5. Repair with vmware-vdiskmanager -R

Run on the specific corrupted delta disk:

& 'C:\Program Files (x86)\VMware\VMware Workstation\vmware-vdiskmanager.exe' -R "path\to\VM\disk-00000X.vmdk"

6. Power on and verify

& 'C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe' -T ws start "path\to\VM\VM.vmx"

Check the log for: "Windows Boot Manager", "Firmware has transitioned to runtime"

7. Advise user

  • Take a fresh snapshot after boot
  • Consider snapshot consolidation after verification

Pitfalls

  • On Windows with git-bash/MSYS2, use BACKSLASHES in PowerShell paths, not forward slashes — bash expands /c/ paths and breaks quoting
  • -R works on twoGbMaxExtentSparse delta disks despite docs saying "monolithic flat only"
  • The corrupted disk is always the latest delta (00000X), never the base
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. 9d ago First seen · 53 lines · 47 tokens per session scan A 651fa021118e

Subscribe to this mod's changes

vmware-vm-crash-recovery is a skill published in the GitHub repository MilkyWay008/Hermes-OTG (15 stars, last pushed 28d ago), licensed MIT. It adds 47 tokens to every session and 572 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

nsm-session-pivot

Pivot through Zeek session and protocol metadata from a packet capture (read-only) — connection listing, service filtering, and following a connection uid into dns/http/ssl logs. Use when reconstructing what sessions occurred in a capture, following a connection across protocols, or investigating retrospectively.

automateyournetwork/netclaw · 62 tokens

bug-localization

Identify the precise location of bugs in source code, modules, and systems. Use this skill when debugging applications, investigating test failures, analyzing error reports, tracing runtime issues, or performing root cause analysis. Analyzes stack traces, error messages, failing tests, and code patterns to pinpoint…

ArabelaTso/Skills-4-SE · 77 tokens

bug-to-patch-generator

Generate code fixes and patches from bug reports, failing test cases, error messages, and stack traces. Use this skill when debugging code, fixing test failures, addressing GitHub issues, resolving runtime errors, or patching security vulnerabilities. Analyzes the bug context, identifies root causes, and generates…

ArabelaTso/Skills-4-SE · 74 tokens

counterexample-generator

Generate concrete counterexamples when formal verification, assertions, or specifications fail. Use this skill when debugging failed proofs, understanding why verification fails, creating minimal reproducing examples, analyzing assertion violations, investigating invariant breaks, or diagnosing specification…

ArabelaTso/Skills-4-SE · 68 tokens

runtime-error-explainer

Explains runtime errors and compilation failures with actionable debugging guidance. Use when Python or Java code throws runtime exceptions (NullPointerException, TypeError, AttributeError, etc.), compilation errors (syntax errors, type mismatches, import failures), or dependency issues. Analyzes error messages, stack…

ArabelaTso/Skills-4-SE · 98 tokens

abstract-trace-summarizer

Performs abstract interpretation to produce summarized execution traces and high-level program behavior representations. Highlights key control flow paths, variable relationships, loop invariants, function summaries, and potential runtime states using abstract domains (intervals, signs, nullness, etc.). Use when…

ArabelaTso/Skills-4-SE · 89 tokens