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
See it in action
Wallet request queued: tx-1 to: 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D value: 1000000000000000000 (1 ETH) chain: 1 (Ethereum) Simulation result: Batch success (true), Total gas: 147821. Step 1: approve USDC (Success) Step 2: swap on Uniswap (Success)
aomi-transact
by Aomi Labs
Build 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
- 2 permissions declared
- Instant install
See it in action
Wallet request queued: tx-1 to: 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D value: 1000000000000000000 (1 ETH) chain: 1 (Ethereum) Simulation result: Batch success (true), Total gas: 147821. Step 1: approve USDC (Success) Step 2: swap on Uniswap (Success)
About 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.
How to Install
unzip aomi-transact.zip -d ~/.claude/skills/Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Tags
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.