skills/wallet/SKILL.md
Trust Wallet CLI (`twak`) — install, create wallets, check balances, send tokens, swap, view history, set price alerts, DCA automations, limit orders, manage ERC-20 approvals, check token risk, browse trending/DApps, and run x402 micropayments. Use whenever the user wants to use the twak CLI, manage a crypto wallet from the terminal, send or swap tokens via command line, check portfolio, create price alerts, set up DCA, create limit orders, approve ERC-20 spenders, or interact with Trust Wallet from a shell. Also covers MCP server setup for AI agents.
npx skillsauth add trustwallet/tw-agent-skills trust-wallet-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
twak)Command-line interface for multichain crypto wallet operations. Install with npm install -g @trustwallet/cli.
Read references/setup.md for installation and authentication.
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" |
| Buy/sell crypto with fiat | references/onramp.md | "buy ETH with USD", "onramp", "offramp", "fiat", "sell crypto for cash" |
| 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", "preview payment", "quote endpoint cost", "how much does this API charge" |
| BNB Hack competition register/status | references/compete.md | "register for the competition", "BNB hack", "AI trading agent edition", "compete", "registration status" |
Read references/setup.md alongside any other reference if the CLI isn't installed yet.
tools
One sentence — what this skill does and when Claude should use it.
tools
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.
development
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.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.