ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

tron-wallet

This skill should be used when the user asks to 'check my TRX balance', 'show my TRON holdings', 'what tokens do I have on TRON', 'check my TRON wallet', 'TronLink balance', 'view my TRC-20 tokens', 'TRON transaction history', 'account info on TRON', or mentions checking wallet balance, viewing transaction history, or managing a TronLink wallet. Do NOT use for swap/trading — use tron-swap instead. Do NOT use for staking — use tron-staking instead.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bbsyaya/tronlink-skills
Or

What This Skill Does

The tron-wallet skill provides a comprehensive suite of tools for interacting with the TRON blockchain ecosystem directly through OpenClaw. It serves as your interface for monitoring wallet status, tracking TRC-20 token holdings, and auditing transaction history. Unlike specialized tools for staking or decentralized trading, this skill focuses purely on read-only account diagnostics and asset visibility. It leverages the underlying TRON network infrastructure to fetch real-time data, including native TRX balances, account activation status, and specific token valuations, ensuring that you always have a clear view of your portfolio's performance without leaving your terminal environment.

Installation

To integrate this skill into your workflow, ensure your environment is running Node.js version 18 or higher. Install the skill by executing: clawhub install openclaw/skills/skills/bbsyaya/tronlink-skills. For users requiring higher throughput and faster data polling, it is highly recommended to obtain a TRONGRID API key and export it as TRONGRID_API_KEY in your shell profile. This prevents rate-limiting during intensive operations like scanning extensive transaction histories or verifying multi-sig configurations.

Use Cases

This skill is ideal for daily portfolio management and auditing. Use it to verify incoming payments, check if a specific TRC-20 token has arrived in your address, or investigate past transaction outcomes. It is particularly useful for developers or power users who need to validate address formats before initiating transfers or who require quick, automated snapshots of account resource levels and frozen balances without navigating browser-based block explorers.

Example Prompts

  1. "Check my TRX balance for address TNPeeaaFB7K9cmo4uQpcU32zGK8G1NYqeL"
  2. "Show me all my TRC-20 tokens and their USD values for my wallet"
  3. "List the last 20 transactions for my TRON account"

Tips & Limitations

Note that this skill is strictly for data retrieval and wallet monitoring. If your address returns an "Account not found" error, it indicates the address has not been activated on the network; you must transfer at least 1 TRX to the address to initialize it. This skill does not handle token swaps (use tron-swap for that) or staking activities (use tron-staking). Always verify that you are using the correct contract address when checking individual TRC-20 tokens to ensure the returned data is accurate.

Metadata

Author@bbsyaya
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bbsyaya-tronlink-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tron#blockchain#crypto#wallet#finance
Safety Score: 4/5

Flags: external-api, code-execution