Agent Skills

Agent Skills give AI coding agents domain-specific knowledge about Trust Wallet libraries and APIs. When a skill is active, the agent understands architecture, endpoints, and conventions without you having to paste documentation into every conversation.

Skills are published in an open-source marketplace on GitHub: trustwallet/tw-agent-skillsarrow-up-right.

Installation

Install all skills with a single command:

npx skills add trustwallet/tw-agent-skills

The installer auto-detects your agent. To target a specific agent:

npx skills add trustwallet/tw-agent-skills -a claude-code
npx skills add trustwallet/tw-agent-skills -a cursor
npx skills add trustwallet/tw-agent-skills -a windsurf
npx skills add trustwallet/tw-agent-skills -a codex
npx skills add trustwallet/tw-agent-skills -a github-copilot
npx skills add trustwallet/tw-agent-skills -a cline
npx skills add trustwallet/tw-agent-skills -a opencode
npx skills add trustwallet/tw-agent-skills -a roo

To install a single skill:

npx skills add trustwallet/tw-agent-skills -s swap-quote

Prerequisites

API skills require credentials from portal.trustwallet.comarrow-up-right. Set the following environment variables:

  • Base URL: https://tws.trustwallet.com

  • Authentication: HMAC-SHA256

  • Rate limit: 1 request/second (free tier)

API Skills

5 skills, 14 actions total.

Skill
Actions
Description

setup

Authentication (HMAC-SHA256), base URLs, 100+ supported chains

token-info

3

Token search, asset details, and coin status

swap-quote

6

Swap quotes, step transactions, providers, domains via Amber

market-data

3

Token prices, trending tokens across 16+ categories

security

2

Address validation and token risk analysis

Open-Source Library Skills

Skill
Description

wallet-core

HD wallet creation, address derivation, tx signing across 140+ blockchains

trust-web3-provider

Web3 provider for Ethereum, Solana, Cosmos, Bitcoin, Aptos, TON, Tron

trust-developer

Deep links, browser extension detection, WalletConnect

assets

Token logos and metadata across 180+ blockchains

barz

Modular ERC-4337 smart contract wallet

Usage

After installing, mention the skill by name in your request:

Contributing

Skills are markdown files. To add or improve a skill, open a PR on trustwallet/tw-agent-skillsarrow-up-right.

Last updated

Was this helpful?