What problem does it solve? AI agents frequently use deprecated Safe SDK packages, wrong contract addresses, and outdated API patterns when working with Safe multisig wallets, leading to failed transactions and integration errors. This Skill provides current Safe{Core} SDK patterns (protocol-kit, api-kit, relay-kit), verified contract addresses, and correct transaction lifecycle workflows. ## Core Features & Use Cases - Safe Deployment & Management: Deploy new Safes with deterministic addresses, configure owners and thresholds, and manage owner sets across 15+ EVM chains. - Full Transaction Lifecycle: Create, propose, confirm, and execute multisig transactions through the Safe Transaction Service, including batch transactions via MultiSend and rejection flows. - Modules, Guards & ERC-7579: Enable Safe Modules, set transaction guards, and integrate ERC-7579 modular smart account features like session keys and passkey validators. - Use Case: A developer building a treasury management tool can use this Skill to deploy a 3-of-5 Safe, propose an ERC-20 transfer, collect confirmations from owners, and execute it once the threshold is met. ## Quick Start Use the safe skill to deploy a 2-of-3 multisig Safe on Ethereum mainnet and propose a 0.5 ETH transfer transaction.