Skip to content

chore(opensea): sync to opensea-skill v2.11.0#439

Open
CodySearsOS wants to merge 3 commits into
BankrBot:mainfrom
CodySearsOS:opensea/sync-v2.11.0
Open

chore(opensea): sync to opensea-skill v2.11.0#439
CodySearsOS wants to merge 3 commits into
BankrBot:mainfrom
CodySearsOS:opensea/sync-v2.11.0

Conversation

@CodySearsOS
Copy link
Copy Markdown

Updates the opensea skill from v2.6.0 to v2.11.0.

Major changes:

  • Scripts reorganized into subdirectories (accounts/, collections/, tokens/, etc.)
  • ~30 new API scripts (batch endpoints, portfolio, token analytics, NFT owners, etc.)
  • New _response-markers.sh utility for response boundary markers
  • Updated SKILL.md docs across opensea-api, opensea-tool-sdk
  • Updated references for known-predicates, predicate-gating, wallet-setup

devin-ai-integration Bot and others added 2 commits June 2, 2026 15:56
Updates the opensea skill from v2.6.0 to v2.11.0.

Major changes:
- Scripts reorganized into subdirectories (accounts/, collections/, tokens/, etc.)
- ~30 new API scripts (batch endpoints, portfolio, token analytics, NFT owners, etc.)
- New _response-markers.sh utility for response boundary markers
- Updated SKILL.md docs across opensea-api, opensea-tool-sdk
- Updated references for known-predicates, predicate-gating, wallet-setup

Co-Authored-By: cody.sears@opensea.io <cody.sears@opensea.io>
Adds tools list endpoint (GET /api/v2/tools) documentation:
- opensea-api/SKILL.md: list tools table row + endpoint params + curl examples
- opensea-api/references/rest-api.md: Tools section in endpoint reference
- opensea-tool-sdk/SKILL.md: list tools endpoint params + curl examples

Co-Authored-By: cody.sears@opensea.io <cody.sears@opensea.io>
Copy link
Copy Markdown
Collaborator

@saltoriousSIG saltoriousSIG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one comment about pinning npm package versions.

### 1a. Scaffold a project

```bash
npx @opensea/tool-sdk init --runtime vercel # or: cloudflare, express
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's recommended to pin install versions to a known working version to prevent supply chain attacks. This would apply for @opensea/took-sdk and @opensea-cli

Updates:
- Add opensea-resolve-key.sh helper for API key resolution (env var -> cached key -> fetch + save)
- Add comprehensive 'API key resolution' section to opensea-api/SKILL.md
- Add tool usage reporting endpoint docs to opensea-tool-sdk/SKILL.md
- Remove ecosystem/ reference from root SKILL.md (ecosystem moved out of this repo)

Co-Authored-By: cody.sears@opensea.io <cody.sears@opensea.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants