TopRank Skills

Home / Claw Skills / Search / find-stl
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 find-stl 技能。 若已安装,则直接安装 find-stl 技能。

Overview

Skill Key
ajmwagar/find-stl
Author
ajmwagar
Source Repo
openclaw/skills
Version
-
Source Path
skills/ajmwagar/find-stl
Latest Commit SHA
e4bcd8a04d79c93a339327f8f7981e2137b64866

Extracted Content

SKILL.md excerpt

# 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 Claw Skills