Install
openclaw skills install @crawlora-org/auction-researchResearches Bonhams auctions and lots via the Crawlora API — upcoming and past sales, lot search, estimates, realized prices, departments, and auction detail — returning clean JSON. Use when the user wants auction-house research, comparable lots, sale calendars, or public estimate/realized-price data.
openclaw skills install @crawlora-org/auction-researchSearch Bonhams' public auction and lot catalog as normalized JSON for sale calendar research, lot comparisons, estimates, and realized prices.
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.Use /bonhams/auctions/search for sale discovery and
/bonhams/lots/search for cross-sale lot research. Follow an auction id into
/bonhams/auctions/{id} and /bonhams/auctions/{id}/lots; use
/bonhams/lots/{auctionId}/{lotNumber} for full lot detail.
Full endpoint list: reference/endpoints.md.