π¦ ClawHub
Aomi Transact - EVM Transaction Builder
by @merkle-seeds
Use when the user wants to interact with the Aomi CLI to inspect sessions, check balances or prices, build wallet requests, confirm quotes or routes, sign tr...
π‘ Examples
Run this once at the start of the session:
aomi --version
aomi session status 2>/dev/null || echo "no session"
If the user is asking for a read-only result, that may be enough. If they want to build or sign a transaction, continue with the workflow below.
π Tips & Best Practices
aomi chat returns (no response), wait briefly and run aomi session status.--eoa. Read the console output before retrying manually.ALCHEMY_API_KEY or PIMLICO_API_KEY, the selected chain, and any requested --aa-mode.401, 429, and generic parameter errors during aomi tx sign are often RPC problems rather than transaction-construction problems. Try a reliable RPC for the correct chain.ALCHEMY_API_KEY is set, construct the correct chain-specific Alchemy RPC before falling back to random public endpoints.aomi tx simulate fails with a revert, read the revert reason. Common causes: expired quote or timestamp (re-chat to get a fresh quote), insufficient token balance, or missing prior approval. Do not sign transactions that failed simulation without understanding why.aomi tx simulate returns stateful: false, the backend could not fork the chain β simulation ran each tx independently via eth_call, so state-dependent flows (approve β swap) may show false negatives. Retry or check that the backend's Anvil instance is running.TERMINAL
clawhub install aomi-transact