Image & Video GenerationDocumentedScanned

find-stl

Search and download ready-to-print 3D model files (STL/3MF/ZIP) for a concept or specific part by querying Printables.

Share:

Installation

npx clawhub@latest install find-stl

View the full skill documentation and source below.

Documentation

find-stl

This skill provides a deterministic pipeline:

  • search Printables for models

  • select a candidate

  • download model files


Quick start

Search

python3 scripts/find_stl.py search "iphone 15 pro dock" --limit 10

Fetch

python3 scripts/find_stl.py fetch 1059554 --outdir out/models

By default, fetch downloads all model files (a ZIP pack) when available.

Notes

  • Printables download links are time-limited; this script resolves them via Printables GraphQL (getDownloadLink).

Resources

  • scripts/find_stl.py