Quick Start
This guide covers the available installation methods for TronScan Skills. All methods require the TronScan MCP service to be configured first.
Prerequisite: Configure MCP
Before using any skill, configure the TronScan MCP Server:
MCP Endpoint: https://mcp.tronscan.org/mcp
Protocol: Streamable HTTP · MCP version 2025-06-18
Docs: API List | Usage Guide
Without an active MCP connection, skills cannot call any APIs. Complete the MCP configuration before installing any skills.
Installation Methods
ClawHub One-Click
Method 1: ClawHub One-Click Install (Recommended)
Search and install skills from the ClawHub marketplace:
Open the ClawHub marketplace
Visit clawhub.ai and search for TronScan to find a specific skill (e.g. tronscan-token-scanner).
Open the skill detail page
Copy the skill page link into the OpenClaw chat and ask it to install the skill.
CLI installation (if the clawhub CLI is already installed):
# Install a single skill
clawhub install tronscan-token-scanner
# Install multiple skills at once
clawhub install tronscan-token-scanner tronscan-account-profiler tronscan-searchSkills List
| Skill | Slug | Description | ClawHub |
|---|---|---|---|
| Token Scanner | tronscan-token-scanner | TRX/token price, supply, market cap, rating, holdings | Install |
| Account Profiler | tronscan-account-profiler | Address assets, tokens, DeFi, energy, votes | Install |
| Contract Analysis | tronscan-contract-analysis | Contract verification, hot methods, top callers | Install |
| Transaction Info | tronscan-transaction-info | Tx result, confirmation status, resource consumption | Install |
| Block Info | tronscan-block-info | Latest block, block producer, TRX burn amount | Install |
| Token List | tronscan-token-list | TRC20 list, trending tokens, 24h trading volume | Install |
| Data Insights | tronscan-data-insights | Daily active accounts, top accounts, hot tokens/contracts | Install |
| Realtime Network | tronscan-realtime-network | TPS, node count, TVL, total transaction count | Install |
| Search | tronscan-search | Resolve token/contract names to addresses | Install |
Troubleshooting
MCP connection failed: Go to Settings → Extensions and verify that TronScan MCP is connected successfully.
API rate limit / 429 error: TronScan rate-limits unauthenticated requests. Apply for a free API key at TronScan Developer API and pass it via the TRON-PRO-API-KEY request header in your MCP configuration.