Communityv1.0.6

AgentsBank

Secure multi-chain crypto wallet management for AI agents with read-only access by default and explicit user consent required for transactions and wallet cre...

1.7kdownloads3stars2active installscryruz
View on ClawHubBack to Skills

Skill Details

Slug
agentsbank
Latest Version
1.0.6
Author
cryruz
Published
Feb 7, 2026
Updated
Feb 28, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for AgentsBank.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.6

# Changelog All notable changes to the AgentsBank SDK are documented in this file. ## [1.0.6] - 2026-02-11 ### Changed - Cleaned up repository: removed generated `index.d.mts` build artifact - Removed old `CHANGELOG_1.0.4.md` (consolidated into single CHANGELOG.md) - Improved `.npmignore` to exclude non-essential files ### Dependencies - No dependency changes ## [1.0.6] - 2026-02-11 ### Added - Comprehensive error types and handling in new `src/errors.ts` - Enhanced type definitions for better IDE support and type safety - Improved error messages for SDK consumers ### Changed - Enhanced client implementation with better request handling - Updated type definitions in `src/types.ts` for clarity and completeness - Improved error propagation throughout SDK ### Fixed - Better error context in API responses - Type consistency across client methods ### Dependencies - Updated package dependencies to latest compatible versions ## [1.0.4] - 2026-02-10 ### Added - `estimateGas` parameter validation (address format, amount value, chain type) - `listWallets` pagination support with `limit` and `offset` parameters - Enhanced client-side validation for all SDK methods ### Fixed - **estimateGas**: Full parameter validation before API calls - **signMessage**: Improved key format handling for EVM and Solana chains - **listWallets**: Pagination support for bulk wallet listing - Better error messages and graceful fallbacks across all chains ### Changed - Validation happens earlier (client-side) to catch errors before API calls - More robust key handling across Ethereum, BSC, Solana, and Bitcoin chains ## [1.0.3] - 2026-02-06 ### Fixed - Fixed missing `wallet_id` in wallet response objects ## [1.0.2] - 2026-02-06 ### Added - X-API-Key authentication support for programmatic access ## [1.0.1] - 2026-02-03 ### Added - Initial SDK release - Multi-chain wallet support (Ethereum, BSC, Solana, Bitcoin) - Transaction creation and monitoring - Message signing capabilities - Agent self-registration - Balance and transaction history queries