By transatron
Expert agents for TRON DApp development — TronWeb usage patterns and Transatron fee optimization integration
Use when building TRON DApps, creating/signing/broadcasting transactions with TronWeb, integrating wallets (TronLink, WalletConnect, Ledger), or learning general TronWeb SDK patterns.
Use when transferring, approving, or querying TRC-20 tokens (including USDT), estimating energy costs for TRC-20 operations, handling dynamic energy penalties, or choosing operation-specific fallback values.
Use when integrating SunSwap DEX swaps on TRON — building swap transactions via the Smart Exchange Router, encoding swap paths, handling TRC-20 approvals before swaps, or estimating swap energy costs.
Use when integrating Transatron (Transfer Edge) for TRON transaction fee optimization, implementing fee payment modes (account, instant, coupon, delayed), or reducing blockchain operation costs.
Use when advising on whether and how to integrate Transatron (Transfer Edge) for TRON fee optimization. Recommends integration patterns, payment modes, and architecture based on business use cases. Does not write implementation code.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Specialized Claude Code agents for TRON blockchain development — architecture guidance, TronWeb SDK patterns, Transatron fee optimization, shielded transactions, and USDT0 cross-chain bridging.
Add the marketplace, then install the plugin:
/plugin marketplace add transatron/awesome-tron-agents
/plugin install awesome-tron-agents
Claude Code clones the repo, registers the catalog from .claude-plugin/marketplace.json, and copies the agents into its plugin cache.
Clone the repo and run the installer to pick agents and installation scope (global/local):
git clone https://github.com/transatron/awesome-tron-agents.git
cd awesome-tron-agents
./install-agents.sh
curl -sO https://raw.githubusercontent.com/transatron/awesome-tron-agents/main/install-agents.sh
chmod +x install-agents.sh
./install-agents.sh
Copy agent files into your Claude Code agents directory:
mkdir -p .claude/agents
cp agents/*.md .claude/agents/
Send a real USDT transfer on TRON with optimized fees — agents handle the code generation.
Prerequisites: A TRON wallet with >30 TRX (for registration deposit) and some USDT.
# 1. Create project and .env
mkdir tron-usdt-test && cd tron-usdt-test
cat > .env << 'EOF'
WALLET_PK=<your-private-key>
RECIPIENT_ADDRESS=<distinct-wallet-address>
REGISTRATION_EMAIL=<your-real-email>
EOF
# 2. Install agents
claude plugin marketplace add transatron/awesome-tron-agents
claude plugin install awesome-tron-agents --scope local
# 3. Let Claude do the rest
claude -p "Register on Transatron using my email, save credentials to .env, \
then create a script that sends 0.01 USDT to RECIPIENT_ADDRESS via Transatron. \
Compare the cost with a regular TRON transfer. Use credentials from .env. \
I prefer a TypeScript stack."
Note: The registration email becomes your dashboard login — use a real address, not a placeholder.
Once installed, Claude Code automatically routes TRON-related questions to the appropriate agent based on the task. You can also invoke them directly:
/agents tron-architect
/agents tron-developer-tronweb
/agents tron-integrator-trc20
/agents tron-integrator-sunswap
/agents transatron-architect
/agents transatron-integrator
/agents tron-integrator-shieldedusdt
/agents tron-integrator-usdt0
For the best experience, pair these agents with the TRON MCP server — it gives agents direct access to on-chain data (balances, transactions, energy estimation, contract info) without leaving Claude Code.
npx claudepluginhub transatron/awesome-tron-agents --plugin awesome-tron-agentsZerion skills and slash commands for AI coding agents — wallet analysis, swaps/bridges, chain reference, agent-token policies.
Developer toolkit for building applications on top of the Bankr Agent API - scaffold projects, understand API patterns, and build integrations
Find optimal DEX routes for token swaps across multiple exchanges
Ship stablecoin apps faster. Best-practice skills for USDC payments, cross-chain transfers, wallets, and smart contracts — plus Circle's MCP server for real-time SDK and documentation guidance.
Expert agents for cryptocurrency trading, DeFi strategies, and market analysis
Trade tokens on Solana/ETH/BSC/Base chains via XXYY Open API using natural language