chore(opensea): sync to opensea-skill v2.11.0#439
Open
CodySearsOS wants to merge 3 commits into
Open
Conversation
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>
Collaborator
saltoriousSIG
left a comment
There was a problem hiding this comment.
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 |
Collaborator
There was a problem hiding this comment.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the opensea skill from v2.6.0 to v2.11.0.
Major changes: