← Back to Skills Marketplace
268
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install trongrid-trx-info
Description
Query TRX token fundamentals including price, supply, burn rate, market cap, staking yield, and network economics. Use when a user asks about TRX price, mark...
Usage Guidance
This skill appears coherent and low-risk: it only describes calling TronGrid MCP methods and doing web searches for market data. Before installing, confirm your agent runtime has network access to TronGrid (and any required API key or rate limits your deployment enforces). Be aware the skill will perform external web searches (CoinGecko/CoinMarketCap/TronScan) for off-chain prices — if you need to avoid external network calls, do not enable it. If your environment requires explicit API keys for TronGrid, consider how those keys are provisioned (the skill does not request or store credentials).
Capability Analysis
Type: OpenClaw Skill
Name: trongrid-trx-info
Version: 1.0.4
The trongrid-trx-info skill is designed to analyze TRON (TRX) tokenomics by querying on-chain data via the TronGrid MCP server and performing web searches for market data. The instructions in SKILL.md and the examples provided are consistent with the stated purpose, focusing on metrics like burn rate, supply dynamics, and staking yields without any signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name/description (TRX fundamentals) matches the runtime instructions (calls to TronGrid MCP methods and off-chain market data lookup). There are no unexpected env vars, binaries, or config paths requested that would be unrelated to blockchain queries and market-data lookups.
Instruction Scope
SKILL.md only instructs on calling TronGrid MCP endpoints (getBurnTrx, getChainParameters, getEnergyPrices, getBandwidthPrices, getBlock, getPaginatedNowWitnessList, getBrokerage, etc.) and performing web searches for market data. It does not direct reading of local files, secrets, or unrelated system state, nor does it post data to non-standard endpoints.
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts. No code files to execute and no external installers referenced, so there is minimal install risk.
Credentials
The skill declares no required environment variables or credentials. The operations described (on-chain queries and web lookups) are proportional to its purpose. Note: it assumes access to a TronGrid MCP endpoint; if that endpoint requires an API key in a particular deployment, the skill does not request one explicitly.
Persistence & Privilege
always:false and no requests to modify agent/system-wide configuration. The skill does not ask for persistent installation or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trongrid-trx-info - After installation, invoke the skill by name or use
/trongrid-trx-info - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
No user-facing or internal changes detected in this version.
- No file changes were made in version 1.0.4.
- Functionality, documentation, and interfaces are unchanged from the previous release.
v1.0.3
- Added a reference to the TronGrid MCP API guide as a prerequisite for using the skill.
- Clarified server dependency by introducing an "MCP Server" section at the top of the documentation.
- No functional or API changes, only updated documentation for clearer setup instructions.
v1.0.2
Initial release — query and analyze TRX token fundamentals.
- Provides real-time TRX price, supply, burn rate, market cap, and staking yield.
- Combines on-chain data (burn stats, network parameters, block info) with off-chain market feeds.
- Calculates supply dynamics, daily burn rates, and net supply change.
- Assesses staking economics, including top Super Representative (SR) rewards and estimated staking yield.
- Includes detailed error handling for data retrieval and formatting issues.
v1.0.0
- Skill name updated from "trx-info" to "trongrid-trx-info" for improved clarity and alignment.
- No changes to functionality or instructions; all features and processes remain the same.
- Documentation and usage examples are unchanged.
v1.0.1
- Expanded documentation and instructions for comprehensive TRX token analysis, including step-by-step data gathering and calculation methods.
- Detailed example report template covering price, supply, network economics, and value assessment.
- Added explicit instructions for error handling and data parsing for API responses.
- Clarified key economic factors driving TRX tokenomics.
- Included usage scenarios and example analysis links for user reference.
Metadata
Frequently Asked Questions
What is trongrid-trx-info?
Query TRX token fundamentals including price, supply, burn rate, market cap, staking yield, and network economics. Use when a user asks about TRX price, mark... It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.
How do I install trongrid-trx-info?
Run "/install trongrid-trx-info" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is trongrid-trx-info free?
Yes, trongrid-trx-info is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does trongrid-trx-info support?
trongrid-trx-info is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created trongrid-trx-info?
It is built and maintained by greason (@greason); the current version is v1.0.4.
More Skills