v1.9.9
- Deprecated the legacy OpenClawCash (agent-crypto-wallet) skill.
- All documentation and setup instructions have been removed.
- Users are instructed to use the updated OpenClawCash skill at https://clawhub.ai/macd2/open-claw-cash.
v1.9.1
agent-crypto-wallet v1.9.1
- Improved guidance for automation-safe wallet import, recommending input of private key via stdin for better security.
- Updated documentation to clarify that wallet import is optional and gated by explicit dashboard permissions.
- Noted that dashboard wallet creation and private-key export require a strong passphrase, with new security restrictions.
- Expanded safety information regarding CLI input practices and passphrase storage.
- No code changes; documentation and usage guidance improvements only.
v1.9.0
Version 1.9.0
- Added explicit documentation for required and optional environment variables (`AGENTWALLETAPI_KEY`, `AGENTWALLETAPI_URL`) and required binaries (`curl`, optional: `jq`).
- Improved safety guidance, including recommendation to use read-only calls first and requirement for explicit `--yes` confirmation for write actions in CLI.
- Clarified trust and risk model for wallet import and API-key permission gating.
- Updated CLI documentation to make explicit which commands are safe/read-only and which require confirmation.
- Metadata section updated to reflect new requirements and version.
v1.8.5
agent-crypto-wallet 1.8.1 → 1.8.5
- Added new `/api/agent/wallet` endpoint to fetch a specific wallet’s details (with balances) by ID or label.
- Clarified that `/wallets` is for discovery (listing) and does not include balances.
- Updated CLI usage examples to demonstrate new `wallet` subcommand for fetching detailed wallet info.
- Improved description of `/supported-tokens` to note guidance fields in response.
- Revised workflow to recommend sequence: list wallets, fetch detailed wallet, then check balances or quote/swap.
- Documentation and examples refined for clarity and expanded endpoint coverage.
v1.8.0
Major update: Expanded from EVM-only ("AgentWalletApi") to multi-chain ("OpenclawCash") with Solana support and advanced agent APIs.
- Skill now supports both EVM and Solana wallets (token transfers, balance checks, transaction history, swaps).
- Added agent-safe wallet creation/import endpoints, gated by API-key dashboard controls.
- Expanded CLI tool with transaction history and Solana support.
- Renamed endpoints and documentation to reflect new OpenclawCash platform and host URL.
- Enhanced troubleshooting and host override section in setup instructions.
- Updated example payloads and tables to include Solana, chain parameter, and expanded policy/error coverage.
v1.4.0
AgentWalletApi v1.2.1 → v1.4 adds swap and quote support, and expands token handling:
- Added Uniswap swap and quote endpoints, enabling token swaps programmatically.
- CLI tool now supports `quote` and `swap` commands.
- All endpoints accept any valid ERC-20 contract address, not just a curated list.
- Improved documentation for multi-step workflows including swaps.
- Clarified error codes and agent integration guidance.
v1.2.0
- Added bash setup script (`scripts/setup.sh`) to generate a `.env` config for the API key.
- Introduced CLI utility (`scripts/agentwalletapi.sh`) for direct command-line API calls (list wallets, check balances, send funds, list tokens).
- Added detailed setup and CLI usage instructions to documentation.
- Published comprehensive endpoint details in a new reference file (`references/api-endpoints.md`).
- Updated documentation to reflect new version (1.3), enhanced setup process, and improved security guidance for API key handling.
v1.0.0
AgentWalletApi — Crypto Wallet API for AI Agents
Give your AI agent its own Ethereum wallet. AgentWalletApi provides a simple, AI-friendly REST API that lets any agent send ETH and ERC-20 tokens, check balances, and manage wallets — without needing to understand Web3 complexity.
What this skill enables:
Instant wallet access — Agents discover available wallets, balances, and supported tokens through simple GET/POST endpoints
Token transfers in one call — Send ETH, USDC, USDT, DAI, WETH, WBTC, UNI, or LINK with a single POST request using human-readable amounts (e.g., "amount": "100" for 100 USDC)
Built-in governance — Wallet owners set spending limits and address whitelists; the API enforces them automatically so agents can only operate within approved boundaries
Works with any framework — OpenAI Agents, LangChain, CrewAI, AutoGPT, or any LLM that can make HTTP requests
Mainnet and Sepolia support — Test on Sepolia with free testnet ETH, then switch to Mainnet for production
No Web3 knowledge required — The agent just needs an API key and this skill file; no ABI encoding, gas estimation, or nonce management
Getting started: Sign up at agentwalletapi.com, create a wallet, generate an API key, and give your agent this skill file. It handles the rest.