ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tezatezaz/cast
Or

What 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

  1. "I want to set up a new crypto wallet for Ethereum transactions. Can you help me get started?"
  2. "What is my current balance on the Arbitrum network, and are there any active tokens I should be aware of?"
  3. "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

Author@tezatezaz
Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tezatezaz-cast": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#evm#blockchain#crypto#web3#wallet
Safety Score: 3/5

Flags: file-write, file-read, code-execution, network-access