SkillHub

tronscan-account-profiler

v1.0.3

Query TRON wallet-type address total assets, token holdings, DeFi participation, energy/bandwidth, votes, tx/transfer count. Use when user asks "what assets does this address have", "address balance", "recent activity", or provides a TRON address for profiling. If the core question is contract ident...

Sourced from ClawHub, Authored by BigFrog

Installation

Please help me install the skill `tronscan-account-profiler` from SkillHub official store. npx skills add sshnii/tronscan-account-profiler

Account Profiler

Overview

Tool Function Use Case
getAccountDetail Account detail Balance, tx count, bandwidth/energy, votes
getAccountTokens Account tokens Tokens held by address
getTokenAssetOverview Asset overview Holdings and total value
getParticipatedProjects Participated projects DeFi participation

Workflow: Wallet Address Profiling

User: "What assets does this address have? Any recent activity?"

  1. tronscan-account-profilergetAccountDetail → balance, tx count, bandwidth/energy, votes.
  2. tronscan-account-profilergetAccountTokens + getTokenAssetOverview for holdings and total value; optionally getParticipatedProjects for DeFi participation.
  3. If recent transactions needed: tronscan-transaction-info — call getTransactionList with the address.

Data handoff: Same TRON address used as account parameter across all steps.

MCP Server

  • Prerequisite: TronScan MCP Guide

Troubleshooting

  • MCP connection failed: If you see "Connection refused", verify TronScan MCP is connected in Settings > Extensions.
  • API rate limit / 429: TronScan API has call count and frequency limits when no API key is used. If you encounter rate limiting or 429 errors, go to TronScan Developer API to apply for an API key, then add it to your MCP configuration and retry.

Invalid address

Ensure the address is a valid TRON base58 format (starts with T). For contract analysis, use tronscan-contract-analysis skill instead.