Releases: omnuron/omniclaw
OmniClaw v0.0.1
OmniClaw is now live.
This is the first public release of OmniClaw, the payment infrastructure and execution layer for autonomous AI agents and AI-powered applications.
The market now has wallet infrastructure, agent wallets, x402 rails, and agentic commerce primitives. What most teams still do not have is the layer that makes AI payments usable
in production.
OmniClaw is that layer.
It gives developers one SDK for creating wallets, simulating payments, enforcing spending controls, executing USDC payments, and adding trust-aware logic before funds move.
Why this release matters
AI systems are starting to pay for APIs, services, tools, subscriptions, compute, and other agents. But shipping that safely requires more than raw wallet access.
OmniClaw brings the missing execution layer together in one place:
- wallet creation and management
- guarded
pay()execution simulate()before money moves- payment intents with authorize / confirm / cancel flows
- direct transfer, x402, and cross-chain routing
- trust-aware payment checks
- ledger visibility and Redis-backed execution state
- setup and recovery verification through
omniclaw doctor
Highlights
- Unified SDK for AI-native payments
- Wallet creation and management on Circle developer-controlled wallets
pay()with routing across direct transfers, x402-style flows, and cross-chain USDC pathssimulate()for pre-execution checks before funds move- Payment intents with authorize / confirm / cancel flow
- Guardrails for safer autonomous spending
- ERC-8004-style trust-aware payment checks
- Built-in ledger tracking
omniclaw doctorfor setup, credential, and recovery verification
Built for production
OmniClaw is designed for teams building real AI payment flows, not just demos.
That includes:
- budget guards
- rate limits
- recipient controls
- single-transaction limits
- confirm thresholds
- reservation and lock handling
- trust-aware hold / block / allow logic
- operational visibility around credential and recovery state
Developer experience
This release also includes important operator and DX improvements:
- managed credential storage in the local OmniClaw config directory
- recovery-aware onboarding flow for Circle entity secrets
- clearer README and docs for faster adoption
- single-command release build with
./build.sh
Validation
- SDK release checks passed
- package build passed
- wheel and sdist passed
twine check
Install
pip install omniclaw
## Official site
omniclaw.ai (https://omniclaw.ai)