CROSS Explorer

Look up CROSS Chain blocks, txs, addresses, and tokens with one sentence. Read-only — no private key, no signing, no gas.


Look up CROSS Chain data with one sentence.

Drives the Blockscout v2 API at crossscan.io (mainnet 612055 and testnet 612044) and emits deep links into explorer.crosstoken.io. Blocks, txs, addresses, tokens, contracts — all by natural language.


1. Install

The block below is a natural-language prompt to paste into your AI agent — not a terminal command.

Clone https://github.com/to-nexus/skill-cross-explorer into a temporary directory and run the install.sh script inside it to install the cross-explorer skill into my environment. Tell me the result in one line when you're done.
🚧

Bash execution required.

Even though the skill is pure read, it still needs to live on the filesystem your agent can exec from. Browser-only agents can't host it.

Install all CROSS skills at once

Clone https://github.com/to-nexus/cross-skills-suite into a temporary directory and run the bootstrap.sh script inside it to install every CROSS skill into my environment. Tell me which skills succeeded and which failed.

2. Where it runs

✅ Supported · CLI agents with Bash access

Claude Code (CLI) · OpenClaw · Cursor Composer · Codex CLI · Aider · Goose · Gemini CLI · OpenInterpreter · any other Bash-capable CLI.

❌ Not supported · Browser / hosted only

Claude.ai (web) · ChatGPT (web) · Gemini (web) · Copilot Chat (web). Without fetch access in the agent's exec context, the skill can't make Blockscout calls.


3. What you can do

SubcommandWhat it does
🟢 statsChain-wide stats (avg block time, tx count, native price, market cap).
🟢 latestLatest blocks + recent txs in one envelope.
🟢 blockSingle block detail; --with-txs includes the block's tx list.
🟢 txSingle tx detail; --include logs,transfers opt-in.
🟢 addressBalance + ERC-20 / ERC-721 holdings + recent counterparties.
🟢 contractVerified source + ABI when available.
🟢 tokenToken info + transfers + holder count.
🟢 searchCross-type fuzzy search.
🟢 parse-urlDecode an explorer.crosstoken.io URL into {chainId, kind, id}.

All read · no auth. Nothing here ever needs a wallet or signs anything.


4. Try it

CROSS Chain 통계
tx 0xb4faf...72fd 자세히 보여줘
block 32388665 와 트랜잭션 목록
주소 0x0A57…aecD 잔액과 최근 transfer
컨트랙트 0x... verified 소스
testnet 으로 바꿔서 다시 조회
explorer.crosstoken.io 링크를 파싱해줘: https://explorer.crosstoken.io/612055/tx/0xb4faf...
CROSS chain stats
Look up tx 0xb4faf...72fd on crossscan
Block 32388665 details with txs
Address 0x0A57…aecD balance and recent transfers
Show verified source for contract 0x...
Switch to testnet and run that again
Parse this explorer URL: https://explorer.crosstoken.io/612055/tx/0xb4faf...

5. Command reference

commandargsauthmutationdescription
statsreadChain-wide stats.
latestreadLatest blocks + recent txs.
block<id> [--with-txs]readBlock detail.
tx<hash> [--include logs,transfers]readTx detail.
address<addr>readBalance + holdings + counterparties.
contract<addr>readVerified source + ABI.
token<addr>readToken info + transfers.
search<q>readUnified fuzzy search.
parse-url<url>readDecode an explorer.crosstoken.io URL.

Optional env knobs: EXPLORER_NETWORK=mainnet\|testnet, MAINNET_BASE_URL, TESTNET_BASE_URL, DEBUG=1.


6. Safety & credentials

🟢

No credentials required.

This skill never holds funds and never signs anything. The only risk is stale or upstream-degraded data — Blockscout can lag the on-chain state by a few seconds, and verified-source data depends on someone having submitted the source. Treat the output as informational, not as a substitute for an authoritative on-chain query.


7. Troubleshooting

The tx exists on-chain but the explorer says not found.

Blockscout indexing lag — usually 2–10 s. Retry shortly. Or paste the explorer URL directly: "parsehttps://explorer.crosstoken.io/612055/tx/0xabc..."

I want testnet data instead.

Tell the agent: "switch cross-explorer to testnet", or set EXPLORER_NETWORK=testnet in the skill's environment.

Contract source isn't shown.

The author hasn't verified it on Blockscout. The ABI may still be missing too; in that case the explorer can only show raw input data.

Output is huge and unreadable.

Most commands accept --include opt-ins. Start narrow: "show me only the transfers from tx 0x...".


© 2025 NEXUS Co., Ltd. All Rights Reserved.