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.

7 stars

Best use case

find-stl is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using find-stl should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/find-stl/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/ajmwagar/find-stl/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/find-stl/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How find-stl Compares

Feature / Agentfind-stlStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

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

### Fetch

```bash
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`

Related Skills

find-skills

7
from Demerzels-lab/elsamultiskillagent

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

camino-parking-finder

7
from Demerzels-lab/elsamultiskillagent

Locate parking garages, lots, and street parking near your destination using Camino AI's location intelligence.

camino-hotel-finder

7
from Demerzels-lab/elsamultiskillagent

Search for hotels, hostels, and lodging near landmarks, conference venues, or neighborhoods using Camino AI's.

camino-fitness-finder

7
from Demerzels-lab/elsamultiskillagent

Search for gyms, yoga studios, swimming pools, and sports facilities using Camino AI's location intelligence.

x-finder-teneo

7
from Demerzels-lab/elsamultiskillagent

X Finder is an intelligent agent designed to assist users in quickly finding information across multiple platforms. It can search social media, websites, and other data sources to provide relevant, up

hotel-finder-teneo

7
from Demerzels-lab/elsamultiskillagent

Hotel discovery tool for European cities. NOT a booking site - focuses on existence verification, correct classification (Luxury vs Boutique vs Budget), and star rating clarity. Does NOT provide unve

Groupon Deal Finder

7
from Demerzels-lab/elsamultiskillagent

Find cheap and discounted local deals on Groupon for services like oil changes, yoga classes, massages, fitness, dining, and more.

ryanair-fare-finder

7
from Demerzels-lab/elsamultiskillagent

Build and interpret Ryanair fare-finder URLs for cheap flight searches.

fzf-fuzzy-finder

7
from Demerzels-lab/elsamultiskillagent

Command-line fuzzy finder for interactive filtering and selection - integrates with shell, vim, and other tools.

fd-find

7
from Demerzels-lab/elsamultiskillagent

A fast and user-friendly alternative to 'find' - simple syntax, smart defaults, respects gitignore.

dataset-finder

7
from Demerzels-lab/elsamultiskillagent

Use this skill when users need to search for datasets, download data files, or explore data repositories.

meow-finder

7
from Demerzels-lab/elsamultiskillagent

CLI tool to discover AI tools. Search 40+ curated tools by category, pricing, and use case.