nansen-perp-trader-profile
Deep dive on a Hyperliquid perp trader. Identity, open positions, recent trades, and overall PnL.
Works with
--- name: nansen-perp-trader-profile description: Deep dive on a Hyperliquid perp trader. Identity, open positions, recent trades, and overall PnL. license: MIT --- # Perp Trader **Answers:** "What is this perp trader doing? What are their positions and track record?" ```bash ADDR=<address> nansen research profiler labels --address $ADDR --chain ethereum # → label, category (identity, SM labels) nansen research profiler perp-positions --address $ADDR # → asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd nansen research profiler perp-trades --address $ADDR --days 7 --limit 20 # → timestamp, token_symbol, side, action (Open/Close/Reduce), price, size, value_usd, closed_pnl, fee_usd nansen research perp leaderboard --days 7 --limit 50 # → trader_address, total_pnl, roi, account_value (check if ADDR appears) ``` Cross-reference perp-trades with perp-positions to see if the trader is scaling in/out. Leaderboard shows relative standing.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

