crypto-wallet-scanner

Extract BIP39 seed phrases and derive multi-chain wallet addresses for balance checks.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/snqb/my-skills --skill crypto-wallet-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-wallet-scanner
Source: https://github.com/snqb/my-skills/tree/main/crypto-wallet-scanner
Command: npx skills add https://github.com/snqb/my-skills --skill crypto-wallet-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aiohttp, mnemonic, bip_utils, telethon.

What problem does it solve?

This Skill automates the discovery of BIP39 seed phrases from Telegram messages or local files, derives cross-chain wallet addresses, and checks balances across multiple blockchains.

Core Features & Use Cases

  • Seed extraction from Telegram saved messages or seed files
  • Cross-chain address derivation for BTC, ETH, SOL, TRON, LTC and major EVM networks
  • Parallel balance checks via public RPCs to speed up discovery
  • JSON output for machine-readable results

Quick Start

Run the scanner to extract seeds from Telegram messages or a seed file and display balances.

Frequently Asked Questions about crypto-wallet-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check wallet balances from seed phrases found in Telegram messages?

To check wallet balances from Telegram seed phrases, this Skill extracts BIP39 mnemonic phrases from saved messages, derives cross-chain HD wallet addresses, and queries public RPCs for balances in parallel.

What blockchains are supported for HD wallet derivation and balance checks?

HD wallet derivation and balance checks support BTC, ETH, SOL, TRON, LTC, and major EVM networks, allowing you to scan multiple blockchains simultaneously from a single seed phrase.

Can I scan a local file of seed phrases for wallet balances across multiple chains?

Yes, you can scan local seed list files to validate BIP39 mnemonic phrases, derive multi-chain wallet addresses, and perform asynchronous balance checks across supported networks.

How does asynchronous balance checking work for multi-chain wallet addresses?

Asynchronous balance checking uses aiohttp to send parallel HTTP calls to public RPCs, enabling rapid balance discovery across multiple derived wallet addresses on different blockchains.

Do I need a Telegram API key to extract seed phrases from saved messages?

Extracting seed phrases from Telegram saved messages requires the telethon dependency, which typically necessitates Telegram API credentials to access and scan your message history.

What format are the results in when checking balances of derived wallet addresses?

The results of cross-chain balance checks on derived wallet addresses are delivered as JSON output, providing machine-readable data for further processing and analysis.