Loading...
Loading...
Query OpenSea marketplace data — listings, offers, sales / events, floor prices, collection stats, drops, traits — and execute Seaport trades via the official `@opensea/cli` and OpenSea REST API across Ethereum, Base, Arbitrum, Optimism, Polygon, and more. Includes search across collections / NFTs / tokens / accounts. NOT for general NFT metadata reads (name, image, traits, ownership), token metadata, current wallet balances, transaction history, or live RPC reads — for those use `alchemy-cli` (live), `alchemy-mcp`, `alchemy-api` (app code), or `agentic-gateway` (no API key). For pure cross-chain token swaps (no marketplace context), prefer the `lifi` ecosystem skill. Requires `OPENSEA_API_KEY` (instant via API).
npx skill4agent add alchemyplatform/skills opensea@opensea/clilifi| Primary tool | |
| REST API base | |
| Auth | |
| Optional Privy | |
| Chains | Ethereum, Base, Arbitrum, Optimism, Polygon, and more |
opensea| Need | Use instead |
|---|---|
| NFT metadata (name, image, traits, ownership lookup) outside a marketplace context | |
| Pure cross-chain token swap (no NFT marketplace need) | |
| Token spot prices for valuation | |
| Token metadata, search, list by chain (general) | |
| Current wallet balances (token + native) | |
| Transaction history (transfers in / out) | |
Live blockchain reads (block #, gas, | |
| Pre-execution simulation | |
| Account abstraction (bundlers, gas managers) | |
| Smart wallet / embedded wallet flows | |
scope_inopensea listings bestopensea listings best-for-nftopensea offers best-for-nftopensea offers allopensea collections statsopensea collections trendingopensea collections topopensea collections traitsopensea-fulfill-listing.shopensea-fulfill-offer.shopensea-post.shopensea events listevents by-collectionevents by-nftevents by-accountopensea drops listopensea drops getopensea drops mintopensea searchopensea accounts resolvescope_outalchemy-apilifilifialchemy-apialchemy-apialchemy-apialchemy-apialchemy-clialchemy-apialchemy-apialchemy-apialchemy-api# Instant key (no signup needed)
export OPENSEA_API_KEY=$(curl -s -X POST https://api.opensea.io/api/v2/auth/keys | jq -r '.api_key')
# Or set an existing key
# export OPENSEA_API_KEY="..."npx @opensea/clinpm install -g @opensea/cliexport PRIVY_APP_ID="..."
export PRIVY_APP_SECRET="..."
export PRIVY_WALLET_ID="..."Security: never exposeor Privy credentials in client-side code. Server-side only.OPENSEA_API_KEY
| Task | CLI |
|---|---|
| Best listings for a collection | |
| Best listing for a specific NFT | |
| Best offer for an NFT | |
| All listings on a collection | |
| All offers on a collection | |
| Trait offers | |
| Collection stats (floor, volume) | |
| Trending collections | |
| Top collections by sort | |
| Collection traits | |
| Task | Script |
|---|---|
| Get fulfillment data to buy an NFT | |
| Get fulfillment data to sell (accept offer) | |
| Generic POST to OpenSea API | |
| Task | CLI |
|---|---|
| Recent events (filterable by type) | |
| Events for a collection | |
| Events for a specific NFT | |
| Events for an account | |
saletransfermintlistingoffertrait_offercollection_offeropensea-stream-collection.sh <slug>websocat| Task | CLI |
|---|---|
| List drops (featured / upcoming / recent) | |
| Drop details + stages | |
| Build mint tx | |
| Task | CLI |
|---|---|
| Search collections | |
| Search NFTs | |
| Search tokens | |
| Search accounts | |
| Multi-type search | |
opensea collections stats boredapeyachtclubopensea listings best boredapeyachtclub --limit 1# 1. Get the best listing for a specific NFT
opensea listings best-for-nft boredapeyachtclub 1234
# 2. Get fulfillment data — order_hash from above response
./scripts/opensea-fulfill-listing.sh ethereum 0xORDER_HASH 0xYOUR_WALLET
# 3. Sign + submit the returned tx data via your wallet./scripts/opensea-stream-collection.sh boredapeyachtclub
# Filters to sale events; pipe through jq to formatopensea search "cool cats" --types collection,nft --chains ethereum,baseX-API-KEYopensea swaps quotelifilistings best-for-nftoffers best-for-nftwebsocatevents by-collectionboredapeyachtclub(chain, contract, tokenId)alchemy-apialchemy-apialchemy-clialchemy-apiagentic-gatewaylifiMaintenance: OpenSea maintainsand the underlying API; this skill itself is maintained jointly by Alchemy and OpenSea. File issues against@opensea/cliwithalchemyplatform/skillsin the title.[ecosystem/opensea]