Jump to related tools in the same category or review the original source on GitHub.

Image & Video Generation @ajmwagar Updated 7/18/2026 3,270 downloads 2 stars Security: Pass

Find Stl OpenClaw Plugin & Skill | ClawHub

Looking to integrate Find Stl into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate image & video generation tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @ajmwagar/find-stl
Node.js (npx)
npx clawhub@latest install find-stl

Full SKILL.md

Open original
Metadata table.
namedescription
find-stlSearch 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.

SKILL.md content below is scrollable.

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
ClawHub Registry URL: https://clawhub.ai/ajmwagar/skills/find-stl

Related skills

If this matches your use case, these are close alternatives in the same category.