skills/goldrush/SKILL.md
GoldRush (Covalent) blockchain data for wallet profiling, cross-chain analysis, token balances, transaction history, and streaming wallet surveillance. Use when researching onchain activity, wallet age, chain activity, token balances, or wallet profiling.
npx skillsauth add mylesfranklin/skills goldrushInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working with GoldRush (Covalent) API for wallet profiling, cross-chain analysis, token balances, transaction history, or streaming wallet surveillance. Trigger on: "goldrush", "covalent", "cross-chain", "wallet age", "chain activity", "token balances", "wallet profiling", "onchain enrichment".
Task: $ARGUMENTS
GoldRush MCP server is registered in this project. Use MCP tools directly for interactive queries:
mcp__goldrush__* provide direct API accessOur codebase already has a Python GoldRush client at src/integrations/goldrush.py and streaming client at src/streaming/goldrush_stream.py. The MCP tools are for ad-hoc investigation during development. Production enrichment uses the Python clients.
src/integrations/goldrush.py — REST client (GoldRushClient)src/streaming/goldrush_stream.py — WebSocket streaming client (GoldRushStreamingClient)src/streaming/goldrush_detector.py — Event detector (bridge, approve alerts)src/integrations/goldrush_pnl_validator.py — PnL cross-validationsrc/hunter/alloydb.py — wallet_goldrush_profiles table methodsgr_wallet_age_days, gr_total_tx_count, gr_gas_spent_usd, gr_active_chains, gr_chain_listSharpBettor.score() (5% weight from wallet_age + active_chains)getAddressActivity (0.5 credits) — which chains, first/last seengetTransactionSummary on matic-mainnet (1 credit) — wallet age, tx count, gasgetTokenBalancesForWalletAddress on matic-mainnet (1 credit) — current holdingsgetMultiChainBalances (2.5 credits) — cross-chain wealthgetApprovals on matic-mainnet (2 credits) — DeFi exposure risk
Total: ~7 credits per wallet deep-divegetErc20TransfersForWalletAddress with contract-address = USDC.e on matic-mainnetgetAddressActivity to find source chainsgetMultiChainBalances to find total cross-chain wealthgetHistoricalPortfolioForWalletAddress to see wealth trajectorywallet_tier1_profilesSee references/api_reference.md for full REST and Streaming API endpoint reference.
development
Query the Polymarket Wallet Hunter API and AlloyDB. Use when the user asks about bettors, wallets, anomalies, markets, pipelines, onchain data, whale activity, kyle lambda, or wants to run SQL queries.
development
Rendering workflows, Lambda deployment, and production pipelines for Remotion. Use when the user mentions 'render', 'deploy', 'lambda', 'export', 'build', 'bundle', 'production', 'CI/CD', or asks about rendering Remotion videos.
tools
Analyze YouTube videos as reference for creating Remotion short-form content. Use when the user provides a YouTube URL, mentions 'reference video', 'short form', 'clip factory', 'reels', 'tiktok', 'shorts', or wants to create short clips from a video source.
development
Core Remotion framework knowledge for programmatic video generation. Use when working with .tsx/.ts video components, creating Remotion compositions, or when the user mentions 'video', 'remotion', 'composition', 'useCurrentFrame', 'programmatic video', or 'react video'.