openclast-wallet
Guides the agent in Openclast/Openclaw wallet usage, approvals, and safety rules. Use when users ask about wallet setup, balances, transactions, approvals, or key export.
Best use case
openclast-wallet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Guides the agent in Openclast/Openclaw wallet usage, approvals, and safety rules. Use when users ask about wallet setup, balances, transactions, approvals, or key export.
Teams using openclast-wallet should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/openclast-wallet/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How openclast-wallet Compares
| Feature / Agent | openclast-wallet | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Guides the agent in Openclast/Openclaw wallet usage, approvals, and safety rules. Use when users ask about wallet setup, balances, transactions, approvals, or key export.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Openclast Wallet Agent Guide ## Quick start - Use the CLI to bootstrap: - `openclast-wallet setup` creates `wallet-config.json` in the current folder. - `openclast-wallet setup --config ./wallet-config.json` initializes the wallet from that file. - Prefer `wallet-config.json` in the project root and customize chains and limits before use. - Keep `wallet-config.json` separate from `openclaw.json` (Openclaw config does not accept a top-level `wallets` key). ## Approval flow (mandatory) All send/approve/contract operations create a **pending transaction** that requires explicit approval. Always: 1. Create the pending tx (send/erc20/contract call). 2. Ask the user to approve. 3. Only after approval, broadcast and confirm. If the user asks to “just send,” still require approval unless config is explicitly set to auto mode. ## Key export warning (mandatory) Never expose private keys by default. If the user asks for export: - Require explicit confirmation. - Warn that key export is dangerous and should be protected. - Use environment gates if available (e.g., `MOLTBOT_ALLOW_WALLET_EXPORT=1`) and explicit CLI confirmation. If export is not supported in this host, say so and offer safer alternatives. ## Common tasks ### Balance and tokens - Use the correct chainId for the chain the user mentions. - If a chain is not configured, read-only balance may still be possible via well-known public RPCs. ### Sending - Validate chainId and recipient. - Respect per-tx and daily limits from config. - Always provide a block explorer link when a tx is confirmed. ### Chain name → chainId - Ethereum / Mainnet: `1` - Sepolia: `11155111` - Polygon: `137` - Base: `8453` - Arbitrum One: `42161` When the user says “balance on Sepolia” or “send on Ethereum,” always map to a chainId and proceed. ## Safety defaults - Default mode is notify/approval, not auto-send. - Restrict unverified contracts when possible. - Store private keys only in OS keychain (macOS) and never in config. ## Config rules (apply when present) - `wallets.defaults.spending.mode`: `"notify"` (default) or `"auto"` (sends without approval). - `wallets.defaults.spending.limitPerTx`, `dailyLimit`, `allowedChains`, `allowedRecipients`, `notifyChannels`: enforced for send/ERC20/contract calls. - `wallets.notify.primaryChannel`: where pending approvals are notified. - `wallets.interactWithUnverifiedContracts`: if `false`, only allow `verifiedTokenAddresses` and `verifiedContractAddresses`. ## Block explorer links (mandatory) After approval and broadcast, always include a tx link. Use: - `/tx/<txHash>` for transactions - `/address/<address>` for addresses Base URL comes from `wallets.chains.<chainId>.blockExplorerUrl` when configured, otherwise fallback well-known explorers. ## Agent tool expectations If host tooling is available, prefer these tools: - `wallet_send`, `wallet_balance`, `wallet_txStatus`, `wallet_approve` - `wallet_erc20_approve`, `wallet_erc20_transfer`, `wallet_contract_call` If the host provides CLI instead, use the host wallet CLI for create/address/send/approve and recover/import flows. ## Files and CLI - Starter config: `wallet-config.json` - Install skill in project: `openclast-wallet install-skill`
Related Skills
Vincent - A wallet for agents
Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction. Also supports raw signing and polymarket betting.
Agent Wallet
The agent's wallet. Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction.
<!-- https://github.com/gillberto1/moltwallet -->
---
emblem-ai-agent-wallet
Connect to EmblemVault and manage crypto wallets via Hustle AI. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin.
Circle Wallet Skill
USDC wallet operations for OpenClaw agents via Circle Developer-Controlled Wallets.
walletconnect-agent
Enable AI agents to autonomously connect to Web3 dApps via WalletConnect v2 and automatically sign transactions. Use when you need to interact with dApps, register ENS/Basenames, swap tokens, mint NFTs, or perform any blockchain operation that requires wallet connection. Supports Base, Ethereum, and other EVM chains.
fluxa-agent-wallet
FluxA Agent Wallet integration via CLI. Enables agents to make x402 payments for paid APIs, send USDC payouts to any wallet, and create payment links to receive payments — all through a standalone Node.js CLI tool. Use when the user asks about crypto payments, x402, USDC transfers, payment links, or interacting with the FluxA Agent Wallet.
wallet-api
Interact with the BudgetBakers Wallet API for personal finance data.
MetaMask Agent Wallet
Control a sandboxed MetaMask browser extension wallet for autonomous blockchain transactions. Features configurable permission guardrails including spend limits, chain allowlists, protocol restrictions, and approval thresholds. MetaMask-only (other wallets not supported).
llm_wallet
Manage crypto wallets and make x402 micropayments with USDC stablecoins on Polygon
wallet
Digital wallet management for crypto and fiat. Unified interface for managing multiple wallet types.
crypto-wallet
Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.