Loading...
Loading...
Use for Cobo Agentic Wallet operations via the `caw` CLI: wallet onboarding, token transfers (USDC, USDT, ETH, SOL, etc.), smart contract calls, balance queries, and policy denial handling. Covers DeFi execution on EVM (Base, Ethereum, Arbitrum, Optimism, Polygon) and Solana: Uniswap V3 swaps, Aave V3 lending, Jupiter swaps, DCA, grid trading, Polymarket, and Drift perps. Use when: user mentions caw, cobo-agentic-wallet, MPC wallet, TSS node, Cobo Portal, agent wallet, or needs any crypto wallet operation — even without explicit "Cobo" mention. NOT for: fiat payments, bank transfers, or crypto-to-fiat off-ramp.
npx skill4agent add cobosteven/cobo-agent-wallet-manual cobo-agentic-wallet-sandboxcawsuggestionnpx skills check cobosteven/cobo-agent-wallet-manualnpx skills update cobosteven/cobo-agent-wallet-manual# Transfer tokens (always dry-run first)
caw --format json tx transfer --to 0x1234...abcd --token ETH_USDC --amount 10 --dry-run
caw --format json tx transfer --to 0x1234...abcd --token ETH_USDC --amount 10 --request-id pay-001
# Aggregated status
caw --format json status
# Balance / transactions
caw --format json wallet balance
caw --format json tx list --limit 20
# Fee estimate
caw --format json tx estimate-transfer-fee --to 0x... --token ETH_USDC --amount 10
# Contract call (EVM)
caw --format json tx call --contract 0x... --calldata 0x... --chain ETH
# ABI encode/decode
caw util abi encode --method "transfer(address,uint256)" --args '["0x...", "1000000"]'
caw util abi decode --method "transfer(address,uint256)" --calldata 0xa9059cbb...
# Pending approval
caw --format json pending get <operation_id>--format json--format tablewallet_uuidcaw onboard --create-wallet[n/total]caw tx transfercaw tx callcaw--dry-runcaw --format json tx transfer ... --dry-run--request-idinvoice-001swap-20240318-1--request-idcaw --format json wallet balance--gaslessfalsetrue{ success: true, result: <data> }result| User asks about… | Read |
|---|---|
| Onboarding, install, setup, environments, profiles, claiming | onboarding.md |
| Policy denial, 403, TRANSFER_LIMIT_EXCEEDED | error-handling.md |
| Policy inspect, dry-run, delegation | policy-management.md |
| Security, prompt injection, credentials | security.md |
| User asks about… | Read |
|---|---|
| Aave, borrow, repay, supply, collateral | evm-defi-aave.md |
| DEX swap, Uniswap, token exchange (EVM) | evm-defi-dex-swap.md |
| DCA, recurring buy (EVM) | evm-defi-dca.md |
| Grid trading (EVM) | evm-defi-grid-trading.md |
| Polymarket, prediction market (Polygon) | evm-defi-polymarket.md |
| Jupiter swap, SOL/USDC (Solana) | solana-defi-dex-swap.md |
| Solana DCA | solana-defi-dca.md |
| Solana grid trading | solana-defi-grid-trading.md |
| Drift perps, prediction market (Solana) | solana-defi-prediction-market.md |
npx skills find cobosteven/cobo-agent-wallet-manual "<protocol-name> <chain>"npx skills find cobosteven/cobo-agent-wallet-manual "lido staking"npx skills find cobosteven/cobo-agent-wallet-manual "gmx arbitrum"caw util abi encodecaw tx call--chain| Chain | ID | Chain | ID |
|---|---|---|---|
| Ethereum | | Solana | |
| Base | | Sepolia | |
| Arbitrum | | Solana Devnet | |
| Optimism | | Polygon | |
caw --format json meta chains