What problem does it solve? When a Solana wallet private key leaks, sweeper bots typically drain any deposited SOL within 1-3 seconds, making manual recovery nearly impossible. This Skill provides a step-by-step incident-response playbook that sequences atomic Jito-bundle transactions so funds escape the compromised wallet before competing actors can take them. ## Core Features & Use Cases - Triage and Confirmation: Decision tables help determine whether a key is actually leaked (committed .env files, chat pastes, shared hosts) before spending on recovery. - Ordered Recovery Sequence: Orchestrates vault sweeping, SOL consolidation, token rescue per mint, and destination verification in a load-bearing order using Jito bundles. - Edge-Case Handling: Covers Token-2022 transfer hooks, unconfirmed leaks, multiple leaked keys, and pump.fun-seeded destination wallets. - Use Case: A developer accidentally commits a pump.fun creator key to a public GitHub repo. The Skill walks them through sweeping the creator vault, draining residual SOL, rescuing remaining tokens, and verifying the safe destination wallet. ## Quick Start Tell the assistant that your Solana wallet key has leaked and ask it to walk you through the atomic recovery sequence step by step.