Query Onchain Data
Helps with querying, data as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add query-onchain-data npx -- -y @trustedskills/query-onchain-data
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"query-onchain-data": {
"command": "npx",
"args": [
"-y",
"@trustedskills/query-onchain-data"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to retrieve and analyze on-chain data from blockchain networks. It provides access to real-time information such as transaction details, wallet balances, smart contract events, and network statistics.
When to use it
- To verify the status of a cryptocurrency transaction.
- For auditing or monitoring blockchain activity related to a specific address.
- When building decentralized applications that require on-chain data integration.
- To generate reports based on historical blockchain data for analysis purposes.
Key capabilities
- Querying blockchain transactions and addresses
- Accessing real-time network statistics
- Retrieving smart contract event logs
- Supporting multiple blockchain networks
Example prompts
- "Check the balance of wallet address 0x123456789abcdef..."
- "Show me all transactions made by this account in the last 24 hours."
- "Get the latest Ethereum network statistics and block count."
Tips & gotchas
- Ensure that the AI agent has access to a reliable blockchain explorer or API for accurate data retrieval.
- Some on-chain queries may be limited by blockchain network constraints, such as rate limits or data availability.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.