clawcast
Skill for managing EVM wallets, transactions, and network helpers via cast; covers onboarding, checks, and operating procedures.
Why use this skill?
Easily manage your EVM wallets, monitor transactions, and handle network configurations securely within OpenClaw using the clawcast skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tezatezaz/castWhat This Skill Does
The clawcast skill empowers your OpenClaw agent to act as a secure, efficient interface for EVM-based cryptocurrency wallets. It leverages the robust cast toolkit to handle a wide range of blockchain operations without requiring the user to manually interact with complex terminal commands or raw hexadecimal data. This skill is designed to manage wallet lifecycle operations—including generation, secure keystore encryption, and balance inquiries—while maintaining persistent state across sessions. By utilizing integrated network and token metadata, the skill ensures that your agent can accurately recommend RPC providers, validate contract interactions, and display relevant explorer links for various Ethereum-compatible chains. It creates a seamless bridge between the agent's reasoning capabilities and the technical demands of managing digital assets.
Installation
To add the clawcast skill to your environment, use the OpenClaw management command within your terminal. The installation process integrates the necessary foundry-based tools into your local workspace. Execute the following command:
clawhub install openclaw/skills/skills/tezatezaz/cast
Once installed, the agent will recognize the new wallet management capabilities and be ready to assist with your initial configuration, such as setting up your first keystore or importing existing private keys.
Use Cases
- Seamless Onboarding: The agent guides new users through the setup of their crypto identity, including choosing a network and securely encrypting access keys.
- Transaction Oversight: Effortlessly perform balance checks, monitor specific tokens, or verify network status without leaving the agent chat interface.
- Multi-Network Management: Easily switch between different EVM-compatible chains, using provided configuration assets to ensure you are always connecting to the correct RPC endpoints.
- Secure Wallet Hygiene: Perform health checks on existing wallet configurations and safely prune unused keys or sensitive metadata when no longer needed.
Example Prompts
- "I want to set up a new crypto wallet for Ethereum transactions. Can you help me get started?"
- "What is my current balance on the Arbitrum network, and are there any active tokens I should be aware of?"
- "I need to check if my wallet is correctly configured and connected to the right network. Can you perform a health check?"
Tips & Limitations
To ensure your assets remain secure, always treat your mnemonic and private keys with extreme caution; the agent will handle encryption, but it is best practice to keep offline backups of your recovery phrases. The skill relies on local system state, so avoid manually editing files in ~/.agent-wallet/ to prevent corruption. Note that while this skill excels at managing and monitoring, always double-check transaction parameters provided by the agent before confirming sensitive actions on the blockchain. The agent is designed to abstract technical complexity, so focus on your goals and let the skill manage the underlying workflow steps one at a time.
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-tezatezaz-cast": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution, network-access
Related Skills
audit-badge-demo
Demo skill showcasing the audit badge workflow; still experimental.
clawcast
Skill for managing EVM wallets, transactions, and network helpers via cast; covers onboarding, checks, and operating procedures.
clawcast-wallet
Skill for managing EVM wallets, transactions, and network helpers via cast; covers onboarding, checks, and operating procedures.
clawbrowser
Use when the agent needs to drive a browser through the Microsoft Playwright CLI (`playwright-cli`) for navigation, form interactions, screenshots, recordings, data extraction, session management, or debugging without loading a full MCP browser. It trains the agent on the CLI commands, snapshots, and session/config habits that make Playwright CLI reliable for scripted browsing.
test-audit-badge
Test skill to demonstrate the audit badge; do not use it for real workflows.