Adding two skills from aomi-labs/skills under Development & Code Tools, placed alphabetically.
aomi-transact
Natural-language crypto agent: turns prompts like "swap 1 ETH for USDC" into fork-simulated, wallet-signed transactions across EVM chains (Ethereum, Base, Arbitrum, Optimism, Polygon, Linea). Non-custodial throughout — the skill stages calldata and queues a wallet request; the user signs explicitly via aomi tx sign. Account-abstraction first (EIP-7702 on Ethereum, ERC-4337 on L2s). 40+ DeFi/CEX/perps integrations (Uniswap, Aave, Lido, GMX, Polymarket, Hyperliquid, Binance, OKX, …).
- Live on ClawHub and LobeHub
- Spec-compliant SKILL.md (133 lines, 7 required body sections + Safety Justification + OWASP AST03 permissions manifest)
- L2 risk tier with scoped Bash allowlist (
aomi, npx @aomi-labs/client@0.1.30) and api.aomi.dev network allowlist
aomi-build
Companion skill for builders extending Aomi: scaffolds Rust SDK crates (lib.rs / client.rs / tool.rs plus tool schemas, preambles, host-interop flows) from OpenAPI/Swagger specs, SDK docs, or repository examples.
Test plan
🤖 Generated with Claude Code