What does this skill do?
The Keccak-256 for Ethereum Skill solves the problem of incorrect hashes in Ethereum applications developed in JavaScript or TypeScript. Ethereum uses Keccak-256, not the NIST-standardized SHA3 variant exposed by Node.js via `crypto.createHash('sha3-256')`. This skill guides you in replacing it with compatible libraries such as ethers, viem, or web3.js and audits the code to prevent errors in production.