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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install find-stl或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install find-stl⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/find-stl/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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. ---
This skill provides a deterministic pipeline:
manifest.json (source URL, author, license id, files, hashes)python3 scripts/find_stl.py search "iphone 15 pro dock" --limit 10
python3 scripts/find_stl.py fetch 1059554 --outdir out/models
By default, fetch downloads all model files (a ZIP pack) when available.
getDownloadLink).scripts/find_stl.py安装 Find Stl 后,可以对 AI 说这些话来触发它
Help me get started with Find Stl
Explains what Find Stl does, walks through the setup, and runs a quick demo based on your current project
Use Find Stl to search and download ready-to-print 3D model files (STL/3MF/ZIP) for...
Invokes Find Stl with the right parameters and returns the result directly in the conversation
What can I do with Find Stl in my data & analytics workflow?
Lists the top use cases for Find Stl, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/find-stl/ 目录(个人级,所有项目可用),或 .claude/skills/find-stl/(项目级)。重启 AI 客户端后,用 /find-stl 主动调用,或让 AI 根据上下文自动发现并使用。
Find Stl 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Find Stl 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Find Stl
Identifies repetitive steps in your workflow and sets up Find Stl to handle them automatically