Install
Clone https://github.com/to-nexus/skill-cross-explorer into a temporary directory and run the install.sh script inside it to install the skill-cross-explorer skill into my Claude Code environment. Tell me the result in one line when you're done.
- Read-only — no PRIVATE_KEY or session needed.
- Toggle to testnet with the
--testnetflag in any command.
Heads-up: CROSS Explorer runs on local agent runtimes only — see the Where it runs section for the supported list. Hosted chat environments cannot execute this skill.
Where it runs
Supported
Claude Code (CLI)OpenClawCursor Composer / Background AgentCodex CLIAiderGooseGemini CLIOpenInterpreter
Not supported
Claude.ai (web)ChatGPT (web)Gemini (web)GitHub Copilot Chat (web)
What you can do
block
Block lookup by number or hash.
🟢 Readtx
Transaction details + decoded logs.
🟢 Readaddress
EOA balance, token holdings, and txs.
🟢 Readcontract
Verified source code and ABI.
🟢 Readtoken
ERC-20 / 721 metadata and holders.
🟢 Readsearch
Unified multi-input search.
🟢 Readgas
Current gas price.
🟢 Readchain
Toggle mainnet / testnet (--testnet).
🟢 ReadTry it · natural-language prompts
Copy any of these into your agent — they map 1-to-1 onto a skill command.
Show me the latest 5 CROSS blocks
→ Block table
Decode the logs in tx 0xabc…123
→ Decoded events
Balance and tokens of 0x0000…0000
→ EOA summary
Fetch the verified source of MarketplaceV1
→ Solidity source + ABI
Top 10 holders of MGT
→ Holder table
Current gas price
→ gwei + USD estimate
Block 12345 on testnet
→ Auto-routes to testnet
Command reference
| command | args | auth | mutation | description |
|---|---|---|---|---|
| block | <number|hash|latest> [--testnet] | — | read | Block details. |
| tx | <hash> [--decode] [--testnet] | — | read | Transaction details. |
| address | <addr> [--with-tokens] [--testnet] | — | read | Address summary. |
| contract | <addr> [--source] [--abi] [--testnet] | — | read | Contract lookup. |
| token | <addr|symbol> [--holders] [--testnet] | — | read | Token metadata. |
| search | <query> [--testnet] | — | read | Unified search. |
| gas | [--testnet] | — | read | Gas price. |
Safety & credentials
No credentials required
- 🟢 No credentials required.
- Calls hit the public Blockscout API — no access to your wallet or keys.
- Rate limit: shared Blockscout quota (~60 req/min per IP).
Troubleshooting
›chain_unrecognized?
Only mainnet 612055 and testnet 612044 are supported. Other chain IDs are rejected.
›Empty contract source?
Contract is unverified. Only ABI inference is possible.