trust-wallet-cli
Trust Wallet CLI (twak)
Command-line interface for multichain crypto wallet operations. Install with npm install -g @trustwallet/cli.
Quick Start
Read references/setup.md for installation and authentication.
Reference Guide
Read the reference that matches the user's task:
| Task | Reference | When to read |
|---|---|---|
| Install, auth, env vars | references/setup.md |
First time setup, "install twak", "configure API keys" |
| List supported chains, chain keys | references/setup.md |
"what chains are supported", "list chains", "show chain keys", "what is the chain key for X" |
| Create wallet, keychain, sign | references/wallet.md |
"create wallet", "keychain", "sign message", "wallet status" |
| Balance, holdings, portfolio | references/balance.md |
"check balance", "portfolio", "token holdings" |
| Send tokens, ENS transfers | references/send.md |
"send ETH", "transfer to", "vitalik.eth" |
| Swap tokens, cross-chain | references/swap.md |
"swap ETH for USDC", "bridge", "cross-chain swap" |
| Prices, trending, DApps | references/market.md |
"price of", "trending tokens", "dapps" |
| Transaction history | references/history.md |
"tx history", "transaction details" |
| Price alerts | references/alerts.md |
"alert when ETH", "price alert", "notify me" |
| DCA & limit orders | references/automations.md |
"DCA", "dollar cost average", "limit order", "recurring swap", "buy when price" |
| ERC-20 approve/revoke | references/erc20.md |
"approve spender", "check allowance", "revoke" |
| Token risk checks | references/token-risk.md |
"is this token safe", "honeypot check", "audit status" |
| x402 micropayments | references/x402.md |
"x402", "micropayment", "payment-gated API" |
Read references/setup.md alongside any other reference if the CLI isn't installed yet.
More from trustwallet/tw-agent-skills
trust-wallet-api
Trust Wallet API for crypto data — token search, prices, trending tokens, swap quotes, market data, security checks, address validation, asset info, and coin status across 100+ blockchains. Use whenever the user asks about crypto prices, token info, swap rates, market cap, trending coins, token risk, honeypot detection, address validation, or wants to call the Trust Wallet / tws.trustwallet.com API directly. Covers HMAC-SHA256 authentication, supported chains, and all REST endpoints.
83trust-wallet-sdk
Trust Wallet open-source libraries — Wallet Core (HD wallets, address derivation, tx signing in Swift/Kotlin/TypeScript/Go for 140+ chains), Web3 Provider (dApp connection for Ethereum/Solana/Cosmos/Bitcoin/Aptos/TON/Tron), deep linking, browser extension integration, WalletConnect, token assets repository, and Barz ERC-4337 smart wallet. Use when working with trustwallet/wallet-core, @trustwallet/wallet-core, trust-web3-provider, Trust Wallet deep links, token logos/metadata from trustwallet/assets, or Barz account abstraction.
68your-skill-name
One sentence — what this skill does and when Claude should use it.
59assets
Work with the Trust Wallet assets repository — look up token logos and metadata, list assets by blockchain, and contribute new assets (add logo, info.json, update tokenlist). Use when the user asks about token logos, asset listings, adding a token to Trust Wallet, or querying trustwallet/assets.
11wallet-core
Build with Trust Wallet Core — HD wallet creation, address derivation, and transaction signing across 140+ blockchains. Use when working with trustwallet/wallet-core, @trustwallet/wallet-core, or implementing key generation and signing in Swift, Kotlin, TypeScript, or Go.
11market-data
Get real-time token prices (index from CoinMarketCap + CoinGecko), discover trending tokens across 16+ categories (AI, DeFi, memes, Layer 1, ecosystem-specific), with multi-timeframe price changes, market cap, volume, and supply data. Use this whenever someone asks about crypto prices, market cap, volume, trending coins, top tokens in a category, or any "what's the price of X" question.
11