Use this skill when the user asks for downloadable 3D scans/models from museums or open cultural heritage repositories, especially when they need exact URLs, licensing, formats, thumbnails/screenshots, or suitability for web/Three.js/printing reuse.
Search broad, then repository/API-specific
- Start with web searches for the subject and repository terms: "Hermes" "3D model" museum download, "Mercury Bust" "3D scan", site:myminifactory.com/object/3d-print "Head of Hermes", etc.
- Search likely repositories directly: Sketchfab cultural heritage, MyMiniFactory/Scan the World, Smithsonian 3D, OpenHeritage3D, museum Sketchfab accounts, Europeana-style aggregators.
- For Sketchfab, prefer the public API for structured metadata: https://api.sketchfab.com/v3/models/{uid}.
Use Sketchfab API metadata whenever possible
- Public model metadata usually exposes: title, author, viewerUrl, embedUrl, isDownloadable, license object, vertex/face counts, and thumbnail images.
- The stable download endpoint is https://api.sketchfab.com/v3/models/{uid}/download; it may require authentication and returns signed glTF/source archive URLs.
- Do not claim a permanent CDN file URL unless actually retrieved; signed download URLs are temporary.
- Pick the largest thumbnail by width × height from thumbnails.images.
Use MyMiniFactory/Scan the World pages for filenames and STL details
- Web extraction can expose page metadata even when the live browser is blocked by bot checks.
- Capture License, Object Parts, More Information, repository/place, and visible image URLs.
- MyMiniFactory API may require auth; if blocked, report the stable asset/download page and visible object-part filename rather than inventing a CDN download URL.
Report results in a reuse-first format - Put best commercial/open candidates first. - For each asset include:
Verify links and thumbnails when feasible - HEAD or request thumbnail URLs to ensure they resolve. - If a site uses Cloudflare/bot protection, rely on extracted content/API metadata and state only stable URLs verified through accessible endpoints.
references/hermes-mercury-head-bust-search.md — worked example of finding Hermes/Mercury head/bust scans across Sketchfab and MyMiniFactory/Scan the World, including license caveats and stable endpoint patterns.