TronScan Data Lookup

Installation
SKILL.md

TronScan Data Lookup Skill

Overview

This skill enables AI agents to query the TRON blockchain through the TronScan API. It provides eight Node.js scripts that cover all major data lookup operations: universal search, account details, transactions, token info, blocks, smart contracts, transfer history, and chain-level statistics.

All scripts output structured JSON to stdout and log progress to stderr, following the bankofai skill conventions.

Prerequisites

  • Node.js >= 16
  • npm (for installing dependencies)
  • Run npm install in the skill root directory before first use

API Key (Optional)

If no API key is configured, scripts automatically use the BofAI proxy (ts.bankofai.io) — no setup needed.

To use your own TronScan API key instead (higher rate limits), set the environment variable:

Related skills
Installs
Repository
bofai/skills
GitHub Stars
50
First Seen