Wallet Skill Manages encrypted BIP39 wallets stored locally at . Provides full lifecycle operations for Stacks L2 and Bitcoin L1 (native SegWit + Taproot) addresses. Wallets are AES-GCM encrypted with a password and never stored in plaintext. Usage Subcommands create Create a new wallet with a generated 24-word BIP39 mnemonic. Options: - (required) — Label for the wallet (e.g. "main", "trading") - (required, min 8 chars) — Encryption password (sensitive) - (optional) — or (default: ) Output: import Import an existing wallet from a BIP39 mnemonic phrase. Options: - (required) — Label for the w…