A comprehensive toolkit for managing TRON blockchain assets, resource staking, and dApp interactions through the TronLink ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tronlink
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tronlink using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TronLink is the premier wallet for the TRON network, providing a robust interface for managing TRX and various token standards like TRC-20, TRC-10, and TRC-721 NFTs. This integration within Openclaw Skills enables developers and power users to automate account management, monitor balances, and interact with smart contracts programmatically using Python and API-driven workflows. By bridging the gap between local CLI environments and the TRON blockchain, users can efficiently handle digital assets and optimize their network resources.
Whether you are managing personal assets or building automated monitoring bots, this skill provides the necessary technical foundation to interface with the TRON ecosystem. It leverages both the official TronGrid API and the powerful tronpy library to provide real-time data on balances, transaction histories, and resource consumption, making it an essential component for any developer leveraging Openclaw Skills for crypto automation.
To utilize the programmatic features of this skill, you must install the required Python dependencies:
pip install tronpy
For CLI-based balance checks, you can use a simple one-liner:
python3 -c "from tronpy import Tron; client = Tron(); print(f'{client.get_account_balance("YOUR_ADDRESS")} TRX')"
Ensure you have the TronLink extension or mobile app installed to securely manage your private keys and sign transactions.
The skill organizes TRON blockchain data into structured formats for easy integration with other Openclaw Skills:
| Component | Description |
|---|---|
| Assets | Native TRX, TRC-20 (USDT, USDC), and TRC-10 legacy tokens |
| Resources | Bandwidth (for free transactions) and Energy (for smart contracts) |
| Stake 2.0 | Metadata regarding frozen TRX and 14-day unlock periods |
| SR Voting | Records of votes cast for Super Representatives and earned rewards |
| Network Nodes | Support for Mainnet, Nile Testnet, and Shasta Testnet configurations |
Loading
A lightning-fast CLI utility for summarizing web content, local documents, and multimedia using leading AI models.

A powerful CLI utility for generating instant AI summaries of web pages, local documents, and multimedia content.

A high-performance CLI utility that leverages multimodal AI models to summarize web pages, local documents, and multimedia content instantly.

An efficient command-line tool designed to summarize URLs, local files, and multimedia content using advanced AI models.

A command-line tool for sending WhatsApp messages, searching history, and syncing data without interrupting primary agent chats.

A specialized command-line interface for WhatsApp that enables programmatic message sending, chat history synchronization, and advanced archive searching.








































