Agent Skills
01Teach Codex, Claude Code, or Cursor the correct Aomi workflow before the agent touches a transaction.
Agent Toolings
Connect coding agents through Skills, hosted MCP, or the CLI. Three surfaces, one account-owned execution lifecycle.
Choose your surface
These entry points share execution infrastructure, but they solve different setup, session, and signing problems.
Teach Codex, Claude Code, or Cursor the correct Aomi workflow before the agent touches a transaction.
Connect any supported MCP client to account-owned Aomi sessions through browser OAuth.
Work directly with chat, sessions, simulation, and signing from the terminal you already operate.
INTERACTIVE SETUP
npx skills add aomi-labs/skillsInstall in your coding agentOne skills repository installs the Transact and Build instruction sets. Transact then calls the local Aomi CLI for account and signing operations.
ONE TASK, FOUR PATHS
They compose. MCP gives any client the catalog and the account thread; Skills give a coding agent the guided local workflow; the CLI is where a pending request gets simulated and signed.
USE THEM TOGETHER
“Find my USDC balance on Base, then prepare a simulated deposit.”
Give the outer agent durable instructions for choosing chain context, simulating first, and stopping at approval.
The client works inside an OAuth-authorized, account-owned Aomi conversation without receiving wallet secrets.
Open an awaiting request in a visual wallet surface to inspect the exact staged action before approval.
Pick up the same supported session locally, simulate again, and sign from the machine that controls the wallet.
READY WHEN YOU ARE