| name | opensea |
| description | Query NFT and token data, trade NFTs on Seaport, swap ERC20 tokens via DEX aggregator, configure wallet signing providers, and build/register/gate AI agent tools on Base. Covers the full OpenSea developer surface across CLI, MCP server, shell scripts, and SDK. Pick the right sub-skill using the routing table below, then read that sub-skill's SKILL.md for operational detail. |
| homepage | https://github.com/ProjectOpenSea/opensea-skill |
| repository | https://github.com/ProjectOpenSea/opensea-skill |
| license | MIT |
| env | {"OPENSEA_API_KEY":{"description":"API key for all OpenSea services","required":true,"obtain":"https://docs.opensea.io/reference/api-keys#instant-api-key-for-agents"}} |
| dependencies | ["node >= 18.0.0","curl","jq (recommended)"] |
OpenSea (router)
Entry point for OpenSea agent skills. Pick the sub-skill based on task, then read its SKILL.md:
Always read the sub-skill SKILL.md before executing. This router intentionally has no operational detail.
Quick decision guide
- Read-only queries (collections, NFTs, tokens, search, stats, events, drops):
opensea-api
- Write operations (buy, sell, make offers, fulfill listings):
opensea-marketplace
- Token swaps (ERC20 to ERC20, cross-chain):
opensea-swaps
- Wallet setup (before any write operation):
opensea-wallet
- Tool building (register, gate, monetize AI tools):
opensea-tool-sdk