trongrid-trx-info

v1.0.4

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...

0· 203·0 current·0 all-time
by@greason·duplicate of @greason/trx-info
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk97fw3qbnpkapn9vmy39dt2bx1837km2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments