opensea

Query NFT data and execute trades on OpenSea's Seaport marketplace.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill opensea-dnzengou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opensea
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/opensea
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill opensea-dnzengou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, @opensea/cli, @opensea/wallet-adapters, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to interact with OpenSea's NFT ecosystem for various operations, including querying data, trading NFTs, and configuring wallet signing providers.

Core Features & Use Cases

  • Data Querying: Retrieve NFT and token data, browse drops, and stream events across multiple chains.
  • NFT Trading: Buy, sell, and trade NFTs on OpenSea's Seaport marketplace.
  • Wallet Configuration: Set up and configure wallet signing providers for transactions.
  • Tool Development: Build, register, and gate AI-agent tools using OpenSea's Tool Registry.
  • Use Case: If you're an AI developer looking to integrate OpenSea's marketplace into your application, this Skill provides the necessary tools to interact with the OpenSea API, manage wallet signers, and facilitate NFT transactions.

Quick Start

Use the opensea skill to query the details of a specific NFT by token ID and chain. Example: opensea nfts get ethereum 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d 1234

Frequently Asked Questions about opensea

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query NFT data on OpenSea across multiple blockchain chains?

To query NFT data on OpenSea, you use the Skill's data querying endpoints to retrieve token data, browse drops, and stream events across multiple supported chains. You need an OpenSea API key to authenticate requests.

Can I execute NFT trades on the Seaport marketplace using an AI agent?

Yes, you can execute NFT trades on OpenSea's Seaport marketplace by configuring a wallet signing provider. This allows automated agents to buy, sell, and trade NFTs directly through the OpenSea API.

Do I need Node.js and specific SDKs to build OpenSea AI-agent tools?

Yes, building AI-agent tools requires Node.js along with the @opensea/cli and @opensea/wallet-adapters dependencies. These SDKs enable tool registration, gating, and interaction with the OpenSea Tool Registry.

What is the best way to configure wallet signing providers for OpenSea transactions?

The best way to configure wallet signing providers is through the OpenSea Skill's wallet configuration component. This setup defines your signing credentials, enabling secure transaction execution on the Seaport marketplace.

Does the OpenSea API support streaming events and browsing drops for specific token IDs?

Yes, the OpenSea API supports streaming marketplace events and browsing drops. You can query specific NFT details by providing the chain, contract address, and token ID, such as querying Ethereum for a specific asset.

Why does my OpenSea NFT transaction fail without a configured wallet signing provider?

OpenSea NFT transactions fail without a wallet signing provider because the Seaport marketplace requires cryptographic signatures to authorize trades. You must set up wallet configuration to provide the necessary signing credentials.