trust-wallet-cli

trust-wallet-cli is a skill for Claude Code, Codex from trustwallet/tw-agent-skills. It costs 132 tokens per session (1,138 once invoked), scanned A, original, MIT.

A command-line tool for managing cryptocurrency wallets across multiple blockchain networks. A command-line tool is software operated by typing commands in a terminal.

In plain words
What is it for?
Use it to create and manage wallets, check balances and history, send or swap tokens, buy or sell crypto with traditional money, set alerts, automate regular purchases, check token risks, browse DApps, and make small x402 payments.
Why use it?
It brings wallet tasks into the terminal instead of requiring separate wallet websites or apps for each action.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create and manage wallets, check balances and history, send or swap tokens, buy or sell crypto with traditional money, set alerts, automate regular purchases, check token risks, browse DApps, and make small x402 payments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trustwallet/tw-agent-skills/wallet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add trustwallet/tw-agent-skills --skill wallet
Clone the repo
git clone --depth 1 https://github.com/trustwallet/tw-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trust-wallet-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/trustwallet/tw-agent-skills/wallet/github.svg)](https://agentmods.dev/skills/trustwallet/tw-agent-skills/wallet)
Your own site
<a href="https://agentmods.dev/skills/trustwallet/tw-agent-skills/wallet"><img src="https://agentmods.dev/badge/skills/trustwallet/tw-agent-skills/wallet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trust-wallet-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/trustwallet/tw-agent-skills/wallet"><img src="https://agentmods.dev/badge/skills/trustwallet/tw-agent-skills/wallet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,138 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00132 $0.01138
Opus 5 $0.00066 $0.00569
Sonnet 5 $0.00026 $0.00228
Haiku 4.5 $0.00013 $0.00114

Measured 9d ago against content hash 79db4c71dff3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

trust-wallet-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wallet/SKILL.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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, register references/wallet.md "create wallet", "keychain", "sign message", "wallet status", "register wallet with backend"
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"
Register/manage ERC-8004 agent identities references/erc8004.md "register agent identity", "erc8004", "agent NFT", "agentURI", "agent metadata", "identity registry", "mint agent"
Agent job escrows (ERC-8183 Agentic Commerce) references/erc8183.md "erc8183", "agentic commerce", "job escrow", "create job", "fund job", "submit deliverable", "settle job", "dispute policy", "policy-info", "agent payment escrow", "evaluator router"
Run MCP / REST server for AI agents MCP server section below "MCP server", "twak serve", "connect an agent", "REST API"

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 53 lines · 132 tokens per session scan A 79db4c71dff3

Subscribe to this mod's changes

trust-wallet-cli is a skill published in the GitHub repository trustwallet/tw-agent-skills (97 stars, last pushed 2mo ago), licensed MIT. It adds 132 tokens to every session and 1,138 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.