Agentsbank
Skill by cryruz
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cryruz/agentsbankWhat This Skill Does
The Agentsbank skill, developed by cryruz, serves as a secure bridge between AI agents and the AgentsBank SDK, facilitating professional-grade cryptocurrency banking and asset management. Designed for the OpenClaw ecosystem, it provides a structured environment where AI agents can execute financial operations while maintaining a strict layer of security. The skill supports multiple major blockchains, including Ethereum, BSC, Solana, and Bitcoin, allowing for a multi-chain financial dashboard within your agent's capability suite. It enables users to automate routine portfolio monitoring, transaction history retrieval, and gas fee estimations through natural language processing.
Installation
To integrate Agentsbank into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/cryruz/agentsbank. Once installed, you must configure your project by creating a .env file in the root directory. You are required to provide the AGENTSBANK_API_URL, AGENTSBANK_AGENT_USERNAME, and the AGENTSBANK_AGENT_PASSWORD. Please ensure these credentials are kept secure and never exposed in version control systems. The SDK itself is lightweight, ensuring minimal impact on your system performance.
Use Cases
This skill is ideal for AI-driven portfolio management, treasury tracking for decentralized organizations, and automated accounting workflows. For instance, an agent can be tasked to monitor specific wallet addresses and report balances daily, or provide real-time gas fee assessments before a user manually approves a transaction. It simplifies the complexity of interacting with blockchain RPC nodes, presenting data in a clean, human-readable format.
Example Prompts
- "Check the current balance of my Ethereum and Solana wallets and provide a total summary in USD."
- "Show me the last 5 transactions for my main wallet and highlight any incoming payments over 0.5 ETH."
- "Estimate the gas fees for a standard transfer on the BSC network right now to ensure I have enough for a transaction."
Tips & Limitations
For maximum security, treat the agent wallet credentials with the same caution as your primary seed phrases. The skill defaults to a read-only state for safety; financial transactions and wallet creation require explicit user intervention by overriding the disableModelInvocation flag. Do not use this skill for storing high-value assets that require institutional-grade cold storage. Always verify transaction details provided by the agent before confirming any write-operations to the blockchain.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cryruz-agentsbank": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access