Awesome-openclaw-skills crypto-wallet
Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/crypto-wallet" ~/.claude/skills/sundial-org-awesome-openclaw-skills-crypto-wallet && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/crypto-wallet" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-crypto-wallet && rm -rf "$T"
manifest:
skills/crypto-wallet/SKILL.mdsource content
Crypto Wallet 💰
Manage cryptocurrency wallets across multiple blockchains.
Supported Chains
- Ethereum (ETH, ERC-20)
- Solana (SOL, SPL tokens)
- Bitcoin (BTC)
- Polygon (MATIC)
- Arbitrum
- Base
Features
- Check wallet balances
- View transaction history
- Send tokens (with confirmation)
- Token price lookup
- Portfolio overview
Usage Examples
"What's my ETH balance?" "Show my crypto portfolio" "Send 0.1 ETH to 0x..."
Safety Rules
- ALWAYS confirm before sending transactions
- NEVER expose private keys
- ALWAYS verify recipient addresses