tron-wallet

tron-wallet is a skill for Claude Code from TronLink/tronlink-skills. It costs 115 tokens per session (1,870 once invoked), scanned A, original, MIT.

A read-only tool for inspecting TRON cryptocurrency wallets, including TRX and TRC-20 tokens. TRON is a blockchain network, and TRC-20 is its token standard.

In plain words
What is it for?
Use it to view balances, token holdings, transaction history, account details, address validity, and token spending approvals on TRON.
Why use it?
It lets you check wallet information without signing transactions or transferring funds.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT variable. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the tronlink-skills plugin — 6 skills shipped together

Good fit Use it to view balances, token holdings, transaction history, account details, address validity, and token spending approvals on TRON.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add TronLink/tronlink-skills
Claude Code
/plugin install tronlink-skills

Made for: Claude Code.

Or install tronlink-skills, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tron-wallet

README.md
[![agentmods](https://agentmods.dev/badge/skills/tronlink/tronlink-skills/tron-wallet/github.svg)](https://agentmods.dev/skills/tronlink/tronlink-skills/tron-wallet)
Your own site
<a href="https://agentmods.dev/skills/tronlink/tronlink-skills/tron-wallet"><img src="https://agentmods.dev/badge/skills/tronlink/tronlink-skills/tron-wallet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tron-wallet

Your own site · 80×15
<a href="https://agentmods.dev/skills/tronlink/tronlink-skills/tron-wallet"><img src="https://agentmods.dev/badge/skills/tronlink/tronlink-skills/tron-wallet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,870 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00115 $0.01870
Opus 5 $0.00057 $0.00935
Sonnet 5 $0.00023 $0.00374
Haiku 4.5 $0.00012 $0.00187

Measured 12d ago against content hash d4571dcc0f8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

tron-wallet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/tron-wallet/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TRON Wallet Management

8 commands for wallet balance, TRC-20 holdings, transaction history, account info, address validation, TRC-20 approval (allowance) audit, and a one-shot wallet overview. Read-only — no signing or transfers.

Pre-flight Checks

  1. Confirm Node.js: Run `node -e "console.log('ok')" # Node.js >= 18 required

  2. API Key (optional): For higher rate limits, set:

    export TRONGRID_API_KEY="your-api-key"
    

Skill Routing

  • For token metadata / search → use tron-token
  • For market prices / charts → use tron-market
  • For DEX swap → use tron-swap
  • For energy / bandwidth → use tron-resource
  • For staking / voting → use tron-staking

Resolve the CLI path

Every command below runs node "$TRON_API". Set $TRON_API once per session so it works no matter how the skill was installed (Claude Code plugin, install.sh~/.tronlink-skills, or inside the cloned repo):

TRON_API="${CLAUDE_PLUGIN_ROOT:-$HOME/.tronlink-skills}/scripts/tron_api.mjs"
[ -f "$TRON_API" ] || TRON_API="scripts/tron_api.mjs"   # fallback when run inside the repo

Commands

1. Check TRX Balance

node "$TRON_API" wallet-balance --address <TRON_ADDRESS>

Returns: TRX balance (human-readable), frozen TRX, account creation time.

2. Check TRC-20 Token Balance

node "$TRON_API" token-balance --address <TRON_ADDRESS> --contract <TOKEN_CONTRACT>

Common TRC-20 contracts:

Token Contract
USDT TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
USDC TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8
WTRX TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR
BTT TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4
JST TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9
SUN TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S
WIN TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7

3. Get All TRC-20 Holdings

node "$TRON_API" wallet-tokens --address <TRON_ADDRESS>

Returns: list of all TRC-20 tokens with balances and symbols (known tokens are scaled to the correct decimals). Note: USD valuation is not included — pricing every token would need a separate call per token; use token-price for a specific token's USD price.

Read the full file on GitHub · 149 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 149 lines · 115 tokens per session scan A d4571dcc0f8c

Subscribe to this mod's changes

tron-wallet is a skill published in the GitHub repository TronLink/tronlink-skills (7 stars, last pushed 2mo ago), licensed MIT. It adds 115 tokens to every session and 1,870 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.