Releases: ProjectOpenSea/opensea-skill
Releases · ProjectOpenSea/opensea-skill
Release list
v2.18.1
What changed
- Clarify that PAT creation, listing, rotation, and revocation require a revocable SIWE session.
- Document that agents can keep operating autonomously by exchanging a PAT for short-lived scoped JWTs.
- Include the current social and saved-tools scope catalog.
Full diff: ProjectOpenSea/opensea-devtools@skill-v2.18.0...skill-v2.18.1
v2.18.0
What's Changed
- Add a concise agent workflow for wallet-authenticated REST and MCP, including scoped-token creation, refresh, revocation, wallet linking, and the requirement to send both API-key and Bearer credentials.
- Point agents to the live OpenAPI document at https://api.opensea.io/api/v2/openapi.json for current request shapes and required scopes.
- Replace retired authentication examples with the current OpenSea API endpoints.
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.17.1...skill-v2.18.0
v2.17.1
What's changed
- Updated wallet-auth guidance to the canonical eight-scope API registry.
- Removed the deferred
read:rewardsscope from the authentication reference. - Documented scoped endpoint groups and aligned the tool SDK router entry.
Full changelog: ProjectOpenSea/opensea-devtools@skill-v2.17.0...skill-v2.17.1
v2.17.0
What's Changed
opensea-tool-sdk: add Robinhood Chain (4663) to the deployed-contracts and known-predicates docs.
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.16.0...skill-v2.17.0
v2.16.0
What's Changed
opensea-api: add wallet trading P&L scripts and docs (accounts pnl,accounts closed-positions,accounts token-transfers). (#468)opensea-tool-sdk: unify predicate-gating docs on the 402 + X-Payment auth path; document the requiredoperatorAddressand drop the removed EIP-3009 and SIWE header flows. (#471)opensea-tool-sdk: add Monad (chain 143) to the deployed-contracts and known-predicates docs. (#477)
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.15.3...skill-v2.16.0
v2.15.3
What's Changed
- opensea-tool-sdk: Document the single-endpoint and origin-binding constraints. SKILL.md now states that a tool serves exactly one endpoint and that the manifest URL and declared endpoint must share the same origin (subdomains count as different origins). (#464)
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.15.2...skill-v2.15.3
v2.15.2
What's Changed
opensea-tool-sdk: document x402 v2 and GET tool calling. SKILL.md and the references now cover thepay --methodflag, the GET auto-fallback on 404/405, and the version-correct payment header (X-PAYMENTfor v1,PAYMENT-SIGNATUREfor v2). (#438)
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.15.1...skill-v2.15.2
v2.15.1
What's Changed
opensea-tool-sdk: corrected the manifest-hashing guidance to match ERC-8257 §2. The manifest is hashed as served (the full JCS document including namespaced extension fields), not the schema-stripped subset. Documents the open schema and the bare-extension-key warning.
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.15.0...skill-v2.15.1
v2.15.0
What's Changed
Minor Changes
opensea-api: addreferences/authentication.mdcovering SIWE wallet authentication — getting a token via the SDK (OpenSeaAuth) or the CLIauthcommands (login, status, refresh, revoke, tokens, scopes), available scopes, and manual cURL flows. Document auth scopes inreferences/rest-api.md. (#415)opensea-tool-sdk: update SKILL.md andreferences/predicate-gating.mdfor the unified 402 + X-Payment flow and the newpaidPredicateGate(single 402 round trip for combined identity + payment). Remove the--auth eip3009flag frompaycommand docs. (#408, #409, #421)
Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.14.0...skill-v2.15.0
v2.14.0
What's Changed
- Remove the ecosystem partner skill suite. Deletes the
ecosystem/directory (the Alchemyalchemy-agentic-gateway,alchemy-api,alchemy-cli,alchemy-mcpskills plus the template,CONTRIBUTING.md, andsync.config.json), the references-only sync bot (scripts/sync-ecosystem.ts+.github/workflows/sync-ecosystem.ymland the rootsync-ecosystempackage script), and all ecosystem references fromSKILL.md,README.md, andAGENTS.md. (#393)
Full Changelog: v2.13.0...v2.14.0