
aomi-transact
by Aomi Labs
Build AI-driven crypto agents that simulate and execute transactions on any EVM chain via natural language.
- Convert natural language prompts into staged blockchain transactions.
- Simulate multi-step DeFi batches on a fork to prevent failed transactions.
- Execute gasless transactions using integrated Account Abstraction.
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Requires @aomi-labs, client`). Works with Claude Code
- 2 permissions declared
See it in action
$ aomi chat "swap 1 USDC for WETH on Uniswap V3, send to my wallet" \
--public-key 0xUserAddress --chain 1 --new-session
I've staged your USDC → WETH swap on Uniswap V3 (0.05% fee tier).
Transaction Batch:
1. Approve Uniswap Router to spend USDC
2. Swap 1 USDC → WETH on V3 0.05% pool, recipient = your wallet
⚡ Wallet request queued: tx-1
to: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 (USDC)
value: 0
chain: 1
⚡ Wallet request queued: tx-2
to: 0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45 (Uniswap SwapRouter02)
value: 0
chain: 1
$ aomi tx simulate tx-1 tx-2
Simulation result:
Batch success: true
Stateful: true
Total gas: 197194
Step 1 — Approve Uniswap Router to spend USDC success: true gas: 55798
Step 2 — Swap 1 USDC for WETH on Uniswap V3 success: true gas: 141396
$ aomi tx sign tx-1 tx-2
Exec: aa (alchemy, 7702)
✅ Sent! Hash: 0xc7f8...3a91Build AI-driven crypto agents that simulate and execute transactions on any EVM chain via natural language.
Free
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Downloadable skill package
- Works with Requires @aomi-labs, client`). Works with Claude Code
- 2 permissions declared
- Instant install
See it in action
$ aomi chat "swap 1 USDC for WETH on Uniswap V3, send to my wallet" \
--public-key 0xUserAddress --chain 1 --new-session
I've staged your USDC → WETH swap on Uniswap V3 (0.05% fee tier).
Transaction Batch:
1. Approve Uniswap Router to spend USDC
2. Swap 1 USDC → WETH on V3 0.05% pool, recipient = your wallet
⚡ Wallet request queued: tx-1
to: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 (USDC)
value: 0
chain: 1
⚡ Wallet request queued: tx-2
to: 0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45 (Uniswap SwapRouter02)
value: 0
chain: 1
$ aomi tx simulate tx-1 tx-2
Simulation result:
Batch success: true
Stateful: true
Total gas: 197194
Step 1 — Approve Uniswap Router to spend USDC success: true gas: 55798
Step 2 — Swap 1 USDC for WETH on Uniswap V3 success: true gas: 141396
$ aomi tx sign tx-1 tx-2
Exec: aa (alchemy, 7702)
✅ Sent! Hash: 0xc7f8...3a91About This Skill
Use this skill to build natural-language crypto agents, web3 assistants, trading bots, blockchain MCPs, or Claude/Cowork plugins that read and write EVM chain state. Aomi turns user prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 yes on this Polymarket question") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, and Linea — generic, non-custodial, with fork-chain simulation before every signature. Trigger when the user wants to: scaffold a crypto/DeFi agent, build an AI trading or wallet assistant, wrap an EVM protocol as MCP tools, create natural-language interfaces to APIs from Across / 1inch / GMX / Hyperliquid / Polymarket / Binance / OKX, or add on-chain execution to universal protocols (e.g. Uniswap / Aave / Lido / Morpho) to an agent stack. Aomi CLI connects to Aomi runtime reads and writes EVM chain state: stages calldata, simulates as a batch on a forked chain, and returns wallet requests for the user to sign. Works on any EVM contract via low-level primitives: ABI encoding (encode_and_call), fork-batch simulation (simulate_batch), staged-tx queueing (stage_tx), and wallet handoff with EIP-712 (commit_tx, commit_eip712) — including multi-step swap-approve-execute routing. Ships with 40+ tuned protocol apps and all on-chain smart contracts. Every action simulates first, batches when possible, and is signed by the end-user wallet — keys never leave the user. --- ## About Aomi Aomi Labs builds native harness around blockchains functioning like Claude Code on-chain. We specialize in executions against arbitrary protocol with non-custodial workflow, account abstraction, and full security with simulations. Aomi also host agentic applications deployed and owned by developers, companies, and agents. Aomi provides E2E integration with UI, Skills and SDKs. **Links:** - 🌐 Website: https://aomi.dev - 🤖 Agents: https://aomi.dev/agents - 𝕏 Twitter: https://x.com/aomi_labs - 💻 GitHub: https://github.com/aomi-labs - 📦 Packages: - https://www.npmjs.com/package/@aomi-labs/widget-lib - https://www.npmjs.com/package/@aomi-labs/client - https://crates.io/crates/aomi-sdk --- ## Security OWASP AST03 permission manifest in SKILL.md frontmatter (risk_tier: L2 — signs/broadcasts on-chain transactions). Per-control AST01–AST10 walkthrough in SECURITY.md (included in this zip). Captured scanner reports (in source repo at https://github.com/aomi-labs/skills/tree/main/.scanner-reports): - Cisco AI Defense skill-scanner: PASS, 0 findings - pors/skill-audit: PASS, 0 errors - NMitchem/SkillScan: PASS, Risk 2.0/10 - Snyk agent-scan: PASS (advisory) — 4 W-code characterizations of the intentional risk surface, all documented with mitigations
📖 Learn more: Best Frontend & Design Skills for Claude Code →
Use Cases
- Convert natural language prompts into staged blockchain transactions.
- Simulate multi-step DeFi batches on a fork to prevent failed transactions.
- Execute gasless transactions using integrated Account Abstraction.
- Build on-chain trading bots or AI assistants for Uniswap, Aave, and GMX.
- Inspect blockchain state and balances using conversational queries.
Known Limitations
Requires @aomi-labs/client v0.1.30+ (older versions lack --aa flags and the simulation gate). Account-abstraction sponsorship on L2s (Base, Arbitrum, Optimism) is not guaranteed by the zero-config Alchemy proxy in v0.1.30 — users may need to fund the EOA with a small amount of native gas on the destination chain or configure a BYOK provider (Alchemy with Gas Manager policy or Pimlico). Apps requiring provider tokens (Binance, Polymarket, Dune, Neynar, etc.) need user-supplied credentials via `aomi secret add` — the skill never sets credentials on its own initiative. Drain-vector annotations (recipient/onBehalfOf/mintRecipient ≠ msg.sender) are guard-blocks, not bypassable — by design, calldata that would route funds to a non-self address fails simulation. Public RPCs may rate-limit (429) or fail auth (401); production signing benefits from a dedicated chain-matching RPC.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/aomi-transact | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
The skill drives the @aomi-labs/client CLI which (1) writes session state to ~/.aomi/, (2) calls api.aomi.dev for the agent backend, and (3) submits queued transactions through user-supplied RPC URLs (e.g. *.publicnode.com or any chain-matching RPC the user passes via --rpc-url). The OWASP AST03 permission manifest in SKILL.md frontmatter pins the operational scope to two argv prefixes (aomi, npx @aomi-labs/client@0.1.30) and api.aomi.dev only. Identity files (SOUL.md, MEMORY.md, AGENTS.md) are denied write access. Every signing operation goes through fork-chain simulation first; drain-vector annotations (recipient ≠ msg.sender) gate calldata before it reaches the wallet.
Tags
Requires @aomi-labs/client v0.1.30+ (install: `npm install -g @aomi-labs/client`). Works with Claude Code, Cursor, OpenAI Codex, Gemini CLI, VS Code Copilot, and any Agent Skills–compatible AI tool. Supports EVM chains: Ethereum, Base, Arbitrum, Optimism, Polygon, Linea. Optional Aomi account / API key for non-default apps and private flows.
Creator
## About Aomi Aomi Labs builds native harness around blockchains functioning like Claude Code on-chain. We specialize in executions against arbitrary protocol with non-custodial workflow, account abstraction, and full security with simulations. Aomi also host agentic applications deployed and owned by developers, companies, and agents. Aomi provides E2E integration with UI, Skills and SDKs. **Links:** - 🌐 Website: https://aomi.dev - 🤖 Agents: https://aomi.dev/agents - 𝕏 Twitter: https://x.com/aomi_labs - 💻 GitHub: https://github.com/aomi-labs - 📦 Packages: - https://www.npmjs.com/package/@aomi-labs/widget-lib - https://www.npmjs.com/package/@aomi-labs/client - https://crates.io/crates/aomi-sdk
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.