← Back to Skills Marketplace
281
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install trongrid-contract-analysis
Description
Analyze TRON smart contracts including deployment info, ABI methods, transaction patterns, top callers, energy costs, and safety assessment. Use when a user...
Usage Guidance
This is an instruction-only TRON contract analysis skill that calls public TronGrid/MCP endpoints to gather ABI, transactions, events, holders and estimate energy — it does not install code or request secrets. Before installing, confirm your agent environment permits outbound calls to TronGrid (and whether an API key is needed), be aware the safety analysis is heuristic (not a formal audit), and expect rate-limiting if used heavily. There are no signs of file exfiltration or unrelated credential requests in the provided instructions.
Capability Analysis
Type: OpenClaw Skill
Name: trongrid-contract-analysis
Version: 1.0.2
The 'trongrid-contract-analysis' skill is a legitimate tool designed to help users analyze TRON smart contracts for activity and safety. It provides structured instructions for an AI agent to use the TronGrid MCP server to fetch contract metadata, parse ABIs, and evaluate risk factors like centralized control or unverified source code. The logic is transparent, aligns with its stated purpose, and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name and description (TRON smart contract analysis) match the SKILL.md: all required calls are to TronGrid/MCP endpoints and the steps (ABI, transactions, events, holders, energy, safety scoring) are coherent and expected for this purpose.
Instruction Scope
Instructions stay within contract analysis scope (calls to getContractInfo, getContract, getTrc20Info, getContractTransactions, getEventsByContractAddress, getContractInternalTransactions, getTrc20TokenHolders, estimateEnergy, getAccount). They do not instruct reading local files or unrelated env vars. Note: the guide references analyzing bytecode patterns and classifying callers, which are heuristic tasks but still within scope.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk and there is no third-party package installation risk.
Credentials
The skill declares no required environment variables or credentials. This is reasonable for read-only blockchain queries if public RPC access is used, but in practice TronGrid/MPL endpoints sometimes require API keys or rate-limited access—the SKILL.md does not document handling of API keys or rate limits.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false) and does not modify agent/system configuration in the instructions. Autonomous invocation is allowed by default but is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trongrid-contract-analysis - After installation, invoke the skill by name or use
/trongrid-contract-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Version 1.0.2
- No file changes were detected in this version.
- No functional, documentation, or metadata updates.
v1.0.1
- Added reference and prerequisite section for the TronGrid MCP API guide.
- No changes to functionality or core instructions.
- Updated documentation to clarify MCP server requirements.
v1.0.0
Initial release with comprehensive TRON smart contract analysis.
- Analyzes contract deployment, ABI, method categories, and standard interface detection (TRC-20, TRC-721, TRC-1155, proxy).
- Examines transaction patterns, top callers, and event activity.
- Estimates energy usage and split between user/owner.
- Provides detailed safety assessment with clear risk/positive indicators and actionable recommendations.
- Includes robust error handling and reporting templates for easy interpretation.
- Suitable for both verification and scam detection scenarios.
Metadata
Frequently Asked Questions
What is trongrid-contract-analysis?
Analyze TRON smart contracts including deployment info, ABI methods, transaction patterns, top callers, energy costs, and safety assessment. Use when a user... It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install trongrid-contract-analysis?
Run "/install trongrid-contract-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is trongrid-contract-analysis free?
Yes, trongrid-contract-analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does trongrid-contract-analysis support?
trongrid-contract-analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created trongrid-contract-analysis?
It is built and maintained by greason (@greason); the current version is v1.0.2.
More Skills