walletlens
Advanced multi-chain wallet analyzer with USD pricing, collection names, ENS support, and sophisticated bot detection across 8 EVM networks. Use when you need to: (1) analyze wallet profiles with USD valuations and natural language summaries, (2) inspect smart contract details and token information, (3) track NFT portfolios with resolved collection names, (4) examine transaction history and transfer patterns, (5) detect potential bot accounts through advanced behavioral analysis, (6) perform due diligence on addresses with comprehensive insights, (7) investigate cross-chain activity with ENS domain support. Supports ApeChain (primary), Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche, and BNB Chain with automatic retry logic and human-readable output.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/luigi08001/apechain-readerWalletLens
An advanced multi-chain wallet analyzer that provides detailed wallet profiles with USD pricing, human-readable NFT collection names, ENS domain support, and sophisticated bot detection across 8 major EVM networks.
Key Features
- Multi-Chain Support: 8 EVM networks with ApeChain as primary focus
- USD Price Integration: Real-time token prices via CoinGecko with graceful degradation
- ENS Domain Support: Resolve .eth names across all commands automatically
- Collection Name Resolution: Human-readable NFT collection names via Alchemy API + RPC fallback
- Natural Language Summaries: Pretty mode includes intelligent wallet insights
- Advanced Bot Detection: Sophisticated scoring algorithm to identify automated accounts
- Reliable Performance: Automatic retry logic with exponential backoff for network resilience
- Dual Output Formats: JSON (default) for agents,
--prettyflag for human-readable output - Minimal Dependencies: Uses public RPC endpoints, optional Alchemy API key for enhanced features
Installation
This skill requires Node.js (v16+). No additional dependencies needed - uses built-in fetch API.
# Verify Node.js version
node --version
Quick Start
Basic wallet lookup on ApeChain:
node scripts/wallet-lookup.js 0x8dd6390be6dc732c92b161b9793a3948b56c0126
Same query with human-readable output:
node scripts/wallet-lookup.js 0x8dd6390be6dc732c92b161b9793a3948b56c0126 --pretty
Cross-chain lookup on Ethereum:
node scripts/wallet-lookup.js 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --chain ethereum --pretty
Commands Reference
All commands support --chain <name> (defaults to apechain) and --pretty flag for human-readable output.
Wallet Lookup
Purpose: Complete wallet profile with balance, transaction count, and NFT activity summary
node scripts/wallet-lookup.js <address> [--chain <name>] [--pretty]
Returns: Native token balance, transaction count, NFT activity (received/sent), collection count, top holdings
Example Output (JSON):
{
"address": "0x8dd6390be6dc732c92b161b9793a3948b56c0126",
"chain": "ApeChain",
"chainId": 33139,
"isContract": false,
"balance": { "APE": 10.1398 },
"transactionCount": 6352,
"nftActivity": { "received": 2, "sent": 1 },
"nftCollectionsHeld": 1,
"topHoldings": [
{ "contract": "0x6f2a21a8b9cf699d7d3a713a9d7cfbb9e9760f97", "count": 2 }
],
"explorer": "https://apescan.io/address/0x8dd6390be6dc732c92b161b9793a3948b56c0126"
}
Example Output (Pretty):
š Wallet: 0x8dd6390be6dc732c92b161b9793a3948b56c0126
āļø Chain: ApeChain (33139)
š° Balance: 10.1398 APE
š Transactions: 6,352
šØ NFT Activity: 2 received, 1 sent
š¦ Collections: 1
š Explorer: https://apescan.io/address/0x8dd6390be6dc732c92b161b9793a3948b56c0126
Contract Information
Purpose: Detailed smart contract analysis including type detection and metadata
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-luigi08001-apechain-reader": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
outlook-to-gmail
Migrate email, contacts, and calendars from Microsoft Outlook (Office 365 / Exchange / PST) to Google Workspace (Gmail). Use when a user asks to migrate from Outlook to Gmail, transfer emails from Microsoft 365 to Google Workspace, import PST files to Gmail, switch from Exchange to Gmail, or plan an Office 365 to Google Workspace migration. Covers: single-user migrations, bulk/org-wide migrations, PST imports, calendar + contacts transfer, DNS/MX cutover, and post-migration validation.
lead-scoring
Set up and automate lead scoring for HubSpot and other CRMs. Use when a user wants to score leads, define MQL/SQL criteria, build scoring matrices, configure lifecycle stages, implement engagement scoring, or automate lead qualification. Instruction-only skill with scoring frameworks and step-by-step HubSpot setup guides.
hubspot-suite
Comprehensive HubSpot CRM, Marketing, Sales, Service, and CMS management suite. Covers all HubSpot APIs: CRM objects (contacts, companies, deals, tickets, custom objects), associations, properties, engagements (calls, emails, meetings, notes, tasks), workflows & automation, lists, forms, email marketing, reporting & analytics, data quality & dedup, import/export, webhooks, pipelines, owners, CMS content, conversations, and commerce. Supports both Private App (API key) authentication and the new HubSpot Developer Platform (CLI-based apps). Use for ANY HubSpot-related task including CRM management, marketing automation, sales pipeline management, data migration, reporting, data quality audits, or HubSpot administration.
email-migration-toolkit
Universal email migration toolkit for any provider to any provider. Use when migrating between Yahoo, Zoho, ProtonMail, iCloud, on-premises Exchange, or any IMAP-capable email service. Covers decision trees, backup/export procedures, IMAP connectivity testing, troubleshooting, and provider-specific configurations. Essential for IT professionals handling diverse email migrations beyond Google/Microsoft ecosystems.
crm-data-cleaner
Deduplicate, normalize, and enrich CRM contacts and companies. Use when a user needs to clean CRM data, find duplicate contacts, standardize phone numbers or emails, merge duplicate records, audit data quality, or enrich contacts with external sources like Clearbit or Apollo. Works with HubSpot, Salesforce, Pipedrive, or any CRM with CSV export. Instruction-only skill ā no scripts or code execution. All operations are performed via CRM platform APIs or CSV export/import workflows.