cultural-heritage-3d-asset-research

/home/avalon/.hermes/skills/research/cultural-heritage-3d-asset-research/SKILL.md · raw

Cultural Heritage 3D Asset Research

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.

Goals

Workflow

  1. 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}.

  2. 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.

  3. 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.

  4. Report results in a reuse-first format - Put best commercial/open candidates first. - For each asset include:

  5. 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.

Pitfalls

References