Skip to content

Releases: ProjectOpenSea/opensea-skill

v2.18.1

Choose a tag to compare

@ryanio ryanio released this 20 Jul 21:18

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

Choose a tag to compare

@ryanio ryanio released this 15 Jul 16:16

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

Choose a tag to compare

@ryanio ryanio released this 11 Jul 21:54

What's changed

  • Updated wallet-auth guidance to the canonical eight-scope API registry.
  • Removed the deferred read:rewards scope 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

Choose a tag to compare

@ryanio ryanio released this 08 Jul 19:52

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

Choose a tag to compare

@ryanio ryanio released this 02 Jul 17:59

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 required operatorAddress and 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

Choose a tag to compare

@ryanio ryanio released this 27 Jun 14:49

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

Choose a tag to compare

@ryanio ryanio released this 17 Jun 00:10

What's Changed

  • opensea-tool-sdk: document x402 v2 and GET tool calling. SKILL.md and the references now cover the pay --method flag, the GET auto-fallback on 404/405, and the version-correct payment header (X-PAYMENT for v1, PAYMENT-SIGNATURE for v2). (#438)

Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.15.1...skill-v2.15.2

v2.15.1

Choose a tag to compare

@ryanio ryanio released this 16 Jun 18:44

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

Choose a tag to compare

@ryanio ryanio released this 11 Jun 15:19

What's Changed

Minor Changes

  • opensea-api: add references/authentication.md covering SIWE wallet authentication — getting a token via the SDK (OpenSeaAuth) or the CLI auth commands (login, status, refresh, revoke, tokens, scopes), available scopes, and manual cURL flows. Document auth scopes in references/rest-api.md. (#415)
  • opensea-tool-sdk: update SKILL.md and references/predicate-gating.md for the unified 402 + X-Payment flow and the new paidPredicateGate (single 402 round trip for combined identity + payment). Remove the --auth eip3009 flag from pay command docs. (#408, #409, #421)

Full Changelog: ProjectOpenSea/opensea-devtools@skill-v2.14.0...skill-v2.15.0

v2.14.0

Choose a tag to compare

@ryanio ryanio released this 05 Jun 16:13

What's Changed

  • Remove the ecosystem partner skill suite. Deletes the ecosystem/ directory (the Alchemy alchemy-agentic-gateway, alchemy-api, alchemy-cli, alchemy-mcp skills plus the template, CONTRIBUTING.md, and sync.config.json), the references-only sync bot (scripts/sync-ecosystem.ts + .github/workflows/sync-ecosystem.yml and the root sync-ecosystem package script), and all ecosystem references from SKILL.md, README.md, and AGENTS.md. (#393)

Full Changelog: v2.13.0...v2.14.0