From web3-skills
Manages multichain crypto wallets via Trust Wallet CLI (twak): install, create wallets, check balances, send/swap tokens, history, price alerts, DCA, limit orders, ERC-20 approvals, token risk checks.
npx claudepluginhub trustwallet/tw-agent-skillsThis skill uses the workspace's default tool permissions.
Command-line interface for multichain crypto wallet operations. Install with `npm install -g @trustwallet/cli`.
Queries Trust Wallet API for crypto token search, prices, trending tokens, swap quotes, market data, security checks, address validation, and asset info across 100+ blockchains.
Manages Binance Web3 wallet via CLI: sign-in/out, balance and history queries, security settings, token transfers, DEX swaps, market/limit orders, and order management.
Executes on-chain DEX token swaps, queries wallet balances and portfolios, estimates gas, broadcasts transactions, and searches tokens on EVM/Solana chains using OKX Web3 API and Node scripts.
Share bugs, ideas, or general feedback.
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" |
| 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.