Route local wallet tasks to generation/import, balance checks, or transaction-send docs. Use when the user asks to create/import a local wallet, check address balance, or send a transaction from a local wallet.
Map local wallet task types to the correct skill documentation.
viemRPC_URL for chain accessRPC_URL for all chain reads/writesSEED_PHRASE only for mnemonic import/sign flowsPRIVATE_KEY only for private key import/sign flowsgenerate (create/import/recover wallet) -> generate/SKILL.mdbalance (check native balance for an address) -> balance/SKILL.mdsend (send transaction with existing wallet) -> send/SKILL.mdgeneratebalancesendaction: generate | import | balance | sendchain: chain id/name usedaddress: active wallet or queried addresstxHash: transaction hash when available, else nullstatus: success | failed | needs_confirmationnext_step: one clear follow-up action