Skip to content

vcoolish-tw/tw-agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tw-agent-skills

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.

Available Skills

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

Install via marketplace skill

First, install the marketplace skill once:

curl -sL https://raw.githubusercontent.com/vcoolish-tw/tw-agent-skills/main/install-marketplace.sh | bash

Then 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

Manual install

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.md

Then invoke it in Claude Code with /trust-web3-provider.

Contributing

  1. Fork this repo
  2. Add your skill under skills/<category>/<name>.md
  3. Register it in registry.json
  4. Open a PR

Skills are markdown files — no special format required beyond being clear and accurate.

About

Open source Claude Code skills marketplace for Trust Wallet & Web3 developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages