repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Mirrored from https://github.com/ProjectOpenSea/opensea-skill
stars
latest
clone command
git clone gitlawb://did:key:z6MkqRzA...RfoM/ProjectOpenSea-...git clone gitlawb://did:key:z6MkqRzA.../ProjectOpenSea-...fef93001Release v2.14.09h ago| #1 | --- |
| #2 | name: opensea |
| #3 | 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. |
| #4 | homepage: https://github.com/ProjectOpenSea/opensea-skill |
| #5 | repository: https://github.com/ProjectOpenSea/opensea-skill |
| #6 | license: MIT |
| #7 | env: |
| #8 | OPENSEA_API_KEY: |
| #9 | description: API key for all OpenSea services |
| #10 | required: true |
| #11 | obtain: https://docs.opensea.io/reference/api-keys#instant-api-key-for-agents |
| #12 | dependencies: |
| #13 | - node >= 18.0.0 |
| #14 | - curl |
| #15 | - jq (recommended) |
| #16 | --- |
| #17 | |
| #18 | # OpenSea (router) |
| #19 | |
| #20 | Entry point for OpenSea agent skills. Pick the sub-skill based on task, then read its `SKILL.md`: |
| #21 | |
| #22 | | Task | Sub-skill | |
| #23 | |---|---| |
| #24 | | Query NFT/token data, search, drops, events | [`opensea-api/SKILL.md`](opensea-api/SKILL.md) | |
| #25 | | Buy/sell NFTs on Seaport, sweeps, cross-chain | [`opensea-marketplace/SKILL.md`](opensea-marketplace/SKILL.md) | |
| #26 | | Swap ERC20 tokens via DEX aggregator | [`opensea-swaps/SKILL.md`](opensea-swaps/SKILL.md) | |
| #27 | | Configure wallet signing (Privy/Turnkey/Fireblocks/Bankr) | [`opensea-wallet/SKILL.md`](opensea-wallet/SKILL.md) | |
| #28 | | Build/register/gate AI agent tools (ERC-8257) | [`opensea-tool-sdk/SKILL.md`](opensea-tool-sdk/SKILL.md) | |
| #29 | |
| #30 | Always read the sub-skill `SKILL.md` before executing. This router intentionally has no operational detail. |
| #31 | |
| #32 | ## Quick decision guide |
| #33 | |
| #34 | - **Read-only queries** (collections, NFTs, tokens, search, stats, events, drops): `opensea-api` |
| #35 | - **Write operations** (buy, sell, make offers, fulfill listings): `opensea-marketplace` |
| #36 | - **Token swaps** (ERC20 to ERC20, cross-chain): `opensea-swaps` |
| #37 | - **Wallet setup** (before any write operation): `opensea-wallet` |
| #38 | - **Tool building** (register, gate, monetize AI tools): `opensea-tool-sdk` |
| #39 |