whitehat-rescue
v1.0.0
Published
Installs the whitehat-wallet-rescue skill with a branded banner.
Maintainers
Readme
██╗███████╗██╗███████╗
██║╚══███╔╝██║██╔════╝
██║ ███╔╝ ██║█████╗
██║ ███╔╝ ██║██╔══╝
██║███████╗██║███████╗
╚═╝╚══════╝╚═╝╚══════╝whitehat-rescue
A one-command, branded installer for the
whitehat-wallet-rescue
Agent Skill. It prints the banner above, then hands the real install to
skillfish, which copies the skill into
every coding agent it detects on your machine.
Usage
npx whitehat-rescueThat runs the banner and then, under the hood:
npx skillfish add Iziedking/whitehat-wallet-rescueWhy it delegates to skillfish
skillfish is the maintained installer that already knows how to place a skill into
Claude Code and the other agents it supports. This CLI does not reimplement that
detection; it stays small and correct by calling skillfish for the actual copy.
The trade-off is that skillfish must be reachable through npx at runtime, which
is a safe assumption for anyone installing an Agent Skill this way.
What gets installed
The whitehat-wallet-rescue skill: a guide for rescuing leftover assets from a
compromised EVM wallet using legitimate Flashbots-style searcher-sponsored
bundles, plus a rescue-template.ts reference implementation. See the
skill repository for full
details.
Safety
Real responders never DM you first, never charge upfront, and never ask for your seed phrase. Your keys stay in your own local environment.
License
MIT. See LICENSE.
