Open source Claude Code skills marketplace for Trust Wallet & Web3 developers.
Skills give Claude Code deep, accurate knowledge of specific libraries and platforms — so you get precise help without pasting docs into every conversation.
| Skill | Description |
|---|---|
trust-web3-provider |
Integrate and build on Trust Wallet's Web3 provider (Ethereum, Solana, Cosmos, Bitcoin, Aptos, TON, Tron) |
wallet-core |
HD wallet, address derivation, transaction signing across 140+ blockchains |
trust-developer |
Trust Wallet developer platform — deep links, browser extension, WalletConnect, APIs |
First, install the marketplace skill once:
curl -sL https://raw.githubusercontent.com/vcoolish-tw/tw-agent-skills/main/install-marketplace.sh | bashThen in any Claude Code session:
/marketplace add trustwallet/tw-agent-skills
Install a single skill:
/marketplace add trustwallet/tw-agent-skills/wallet-core
List available skills:
/marketplace list trustwallet/tw-agent-skills
Remove a skill:
/marketplace remove wallet-core
Copy any skill file directly to ~/.claude/skills/:
curl -sL https://raw.githubusercontent.com/vcoolish-tw/tw-agent-skills/main/skills/web3/trust-web3-provider.md \
> ~/.claude/skills/trust-web3-provider.mdThen invoke it in Claude Code with /trust-web3-provider.
- Fork this repo
- Add your skill under
skills/<category>/<name>.md - Register it in
registry.json - Open a PR
Skills are markdown files — no special format required beyond being clear and accurate.