/install find-stl
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install find-stl - After installation, invoke the skill by name or use
/find-stl - Provide required inputs per the skill's parameter spec and get structured output
What is Find Stl?
Search and download ready-to-print 3D model files (STL/3MF/ZIP) for a concept or specific part by querying Printables (first). Use when an agent needs to find an existing model, capture license/attribution, download the source files, and output a local folder + manifest for quoting/printing. It is an AI Agent Skill for Claude Code / OpenClaw, with 2391 downloads so far.
How do I install Find Stl?
Run "/install find-stl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Find Stl free?
Yes, Find Stl is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Find Stl support?
Find Stl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Find Stl?
It is built and maintained by ajmwagar (@ajmwagar); the current version is v0.1.0.