skills$openclaw/find-stl
ajmwagar761

by ajmwagar

find-stl – OpenClaw Skill

find-stl is an OpenClaw Skills integration for ai ml workflows. 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.

761 stars9.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

namefind-stl
descriptionSearch 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. OpenClaw Skills integration.
ownerajmwagar
repositoryajmwagar/find-stl
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ajmwagar/find-stl
last updatedFeb 7, 2026

Maintainer

ajmwagar

ajmwagar

Maintains find-stl in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
find_stl.py
8.6 KB
_meta.json
270 B
SKILL.md
1.0 KB
SKILL.md

name: find-stl description: 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.

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)

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install find-stl?

Run openclaw add @ajmwagar/find-stl in your terminal. This installs find-stl into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/ajmwagar/find-stl. Review commits and README documentation before installing.