返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Find Stl

搜索并下载可打印的3D模型文件(STL/3MF/ZIP),优先查询Printables。用于查找现有模型、获取许可信息、下载文件,并输出本地文件夹及清单以供报价或打印。

person作者: ajmwagarhubclawhub

find-stl

This skill provides a deterministic pipeline:

  • search Printables for models
  • select a candidate
  • download model files
  • write a manifest.json (source URL, author, license id, files, hashes)

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).
  • Always preserve license + attribution in the manifest.

Resources

  • scripts/find_stl.py