wallet-analyst

Analyze third-party crypto wallet balances, PnL, transactions, and identity labels via Nansen and BirdEye.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tribes-protocol/trading-harness --skill wallet-analyst-tribes-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wallet-analyst
Source: https://github.com/tribes-protocol/trading-harness/tree/main/skills/wallet-analyst
Command: npx skills add https://github.com/tribes-protocol/trading-harness --skill wallet-analyst-tribes-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering questions about arbitrary blockchain wallets — what they hold, how they performed, and who is behind them — normally requires manually querying multiple analytics platforms. This Skill consolidates Nansen multi-chain wallet intelligence and BirdEye Solana analytics into structured JSON commands that an agent can run and interpret directly. ## Core Features & Use Cases - Portfolio & Net Worth Analysis: Pull current balances, USD net worth, historical balance snapshots, and DeFi holdings grouped by protocol across Ethereum, Solana, and Base. - Performance & Flow Analysis: Compute 30-day trading PnL with top tokens, review transaction history, and identify top counterparties by volume. - Identity & Attribution: Resolve Nansen labels (fund, smart trader, exchange), search canonical entity names, and discover related wallets via funding and deployer links. - Use Case: Given a suspicious counterparty address, run labels, related, and counterparties to build an identity profile, then check pnl and transactions to characterize its trading behavior over the last 30 days. ## Quick Start Ask the agent to analyze what wallet 0x... holds and who is behind it using the wallet-data commands.

Frequently Asked Questions about wallet-analyst

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

FAQPage Schema
How do I check the balance and net worth of a crypto wallet?▼

Run the balances subcommand for current token holdings across chains, or net-worth for Solana portfolio totals in USD. Both require an explicit --wallet address and return structured JSON with the largest positions first.

How to find out who owns a crypto wallet address?▼

Run the labels subcommand first to get Nansen identity labels such as fund, smart trader, or exchange. Then combine related wallets and top counterparties to build an identity profile of likely operators and flow partners.

Can I analyze wallets on chains other than Solana?▼

Yes, Nansen-backed subcommands like balances, pnl, transactions, and labels support ethereum, solana, base, or all chains. The BirdEye-backed subcommands such as net-worth and balance-change are Solana-only.

What is the historical lookback window for wallet transactions and PnL?▼

Transactions, counterparties, pnl, and historical-balances cover a fixed 30-day window with no timeframe flag. Only balance-change accepts custom --from and --to epoch bounds.

When should I not use this wallet analysis approach?▼

Do not use it for the agent's own tribes wallet addresses or pre-trade balance checks, which belong to zipbox-wallet, or for live Hyperliquid positions and orders, which belong to the hyperliquid skill.