What problem does it solve? Accessing NFT marketplace data requires learning OpenSea's API surface, handling authentication, rate limits, and pagination. This Skill provides ready-to-use endpoint patterns and shell scripts for fetching NFT data without writing integration code from scratch. ## Core Features & Use Cases - NFT & Collection Queries: Fetch NFT metadata, traits, ownership, collection stats, and floor prices across Ethereum, Polygon, Base, and other chains. - Market Activity Tracking: Retrieve listings, offers, and events (sales, transfers) with helper scripts for monitoring collections in real time. - Stream API Integration: Subscribe to live WebSocket events like item.listed and item.sold using JavaScript or Python SDKs. - Use Case: A developer building an NFT analytics dashboard uses the collection_stats.sh script to pull floor price and 24h volume, then monitors sales with monitor_collection.sh. ## Quick Start Set the OPENSEA_API_KEY environment variable and ask the assistant to fetch the stats and floor price for the boredapeyachtclub collection.