feat(ecosystem): add OpenSea skill (NFT marketplace + Seaport trades)#37
Merged
Conversation
Adds skills/ecosystem/opensea/ — a curated subset of projectopensea/opensea-skill exposing NFT marketplace data (listings, offers, sales, drops, traits, events) and Seaport trade execution via the official @opensea/cli and OpenSea REST API across Ethereum, Base, Arbitrum, Optimism, Polygon, and more. scope_in: - Marketplace data: best listings, best offers, all listings / offers on a collection, trait offers, collection stats (floor, volume), trending, top, traits - Seaport trade execution: fulfillment data for buying / selling, creating listings / offers via Seaport order POSTs - Events / monitoring: events by collection / NFT / account, real-time streaming (websocat) - Drops + minting: drops list / get / mint tx construction - Search across collections / NFTs / tokens / accounts - Account utilities (resolve ENS / username / address) scope_out (routes back to first-party Alchemy or other ecosystem): - general NFT metadata reads (name, image, traits, ownership) outside marketplace context → alchemy-api NFT API (broader, faster) - pure cross-chain token swaps → lifi (more bridges, more chains) - token spot prices → alchemy-api Prices API - token metadata, balances → alchemy-api Token / Portfolio API - transaction history → alchemy-api Transfers API - live RPC reads → alchemy-api JSON-RPC - simulation → alchemy-api Simulation API - AA, embedded wallets → alchemy-api Wallets / Account Kit / Bundler Made-with: Cursor
Records the OpenSea repo URL and the commit SHA the curated copy was authored against, so future manual refreshes have an auditable baseline to diff from. Co-authored-by: Cursor <cursoragent@cursor.com>
0xmts
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/ecosystem/opensea/), curated subset ofProjectOpenSea/opensea-skill@opensea/clifor NFT marketplace data (listings, offers, sales, drops, traits, events) and Seaport trade execution across Ethereum, Base, Arbitrum, Optimism, Polygon, and more.claude-plugin/plugin.jsonso the Vercelnpx skillsCLI discovers itScope
In: marketplace data (best/all listings, offers, trait offers, collection stats, trending, top), Seaport trade execution (buy / sell fulfillment, create listings / offers), events (by collection / NFT / account, real-time streaming), drops + minting, search, account resolve.
Out (routes back to first-party Alchemy or other ecosystem skills):
alchemy-api(NFT API). OpenSea's NFT data is marketplace-flavored and rate-limited harder; Alchemy is broader and faster for pure metadata.Test plan
scope_inaudited againstalchemy-api— partial overlap on NFT metadata; resolved by scoping NFT reads to marketplace context (listings, offers, sales) and routing pure metadata reads to Alchemy NFT APINotes
POST /api/v2/auth/keysreturns one with no signup. Higher tiers need developer-portal signup.