Aomi Transact is a skill that lets an AI agent translate natural-language prompts into wallet-signed transactions across six EVM-compatible chains: Ethereum, Base, Arbitrum, Optimism, Polygon, and Linea. Every action goes through fork-chain simulation before any signature is requested, so the agent can detect failures before anything reaches the network. Transactions are signed exclusively by the end-user wallet — private keys never leave the user.
The skill exposes low-level EVM primitives that agents can compose: ABI encoding via encode_and_call, batched fork simulation via simulate_batch, staged calldata queuing via stage_tx, and wallet handoff using EIP-712 via commit_tx and commit_eip712. These primitives cover multi-step flows such as approve-swap-execute routing without custom contract deployment.
Aomi Transact ships with support for more than 40 protocol integrations, covering DeFi venues such as Uniswap, Aave, Lido, Morpho, GMX, and Hyperliquid, as well as bridges and aggregators including Across and 1inch, and prediction markets such as Polymarket. Agents can also reach centralised exchange APIs from Binance and OKX through the same interface.
This skill is classified at OWASP AST risk tier L2 because it signs and broadcasts on-chain transactions. Captured scanner reports from Cisco AI Defense, pors/skill-audit, NMitchem/SkillScan, and Snyk are available in the source repository. It is non-custodial and does not require a hosted wallet provider.