Install
openclaw skills install @crawlora-org/opensea-researchResearches OpenSea NFT collections, items, marketplace activity, listings, offers, traits, categories, chains, and creator profiles via the Crawlora API, returning clean JSON. Use when the user wants to inspect an NFT collection, compare marketplace activity, find items, or analyze OpenSea sales and listings without scraping pages.
openclaw skills install @crawlora-org/opensea-researchInspect public OpenSea marketplace data as normalized JSON: collections, items, traits, listings, offers, sales activity, categories, chains, and creator profiles.
CRAWLORA_API_KEY in the environment before running the helper.CRAWLORA_API_KEY from the environment and sends requests to https://api.crawlora.net/api/v1.Start with /opensea/categories and /opensea/chains when a filter needs a
closed value set. Use collection/item search and detail endpoints next, then
the collection/item activity, listings, offers, sales, and trait endpoints for
market analysis. Keep cursors returned by paginated activity/listing calls.
Full endpoint list: reference/endpoints.md.
scripts/crawlora.sh /opensea/collections slugs="example-collection" | jq '.'
scripts/crawlora.sh /opensea/collection/example-collection | jq '.'
scripts/crawlora.sh /opensea/collection/example-collection/activity | jq '.'