Install
openclaw skills install @crawlora-org/collectibles-market-researchHelp with Collectibles Market Research tasks
openclaw skills install @crawlora-org/collectibles-market-researchBuild evidence-backed briefs for trading cards and sports collectibles from public marketplace and PSA reference data. Keep identity, condition, grade, listing status, sale status, and source platform separate: an asking price is not a sale, and a PSA guide value is not a guaranteed market price.
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.psa_cert_lookup only with a certification number; a cert
result describes that cert and grade, not every copy of the card.scripts/crawlora.sh /psa/price-guide/search query="1986 Topps Jordan" | jq '.'
scripts/crawlora.sh /psa/cert-lookup cert_number=12345678 | jq '.'
scripts/crawlora.sh /comc/search query="1986 Topps Jordan" | jq '.'
scripts/crawlora.sh /fanaticscollect/sold-items title="Jordan" | jq '.'
scripts/crawlora.sh /goldin/auctions query="Mantle" | jq '.'
scripts/crawlora.sh /alt/market-trends | jq '.'