A deterministic pipeline for AI agents to search, select, and download ready-to-print 3D model files from Printables with full attribution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install find-stl
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install find-stl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
find-stl is a specialized utility designed to bridge the gap between AI agents and physical manufacturing. It allows agents to autonomously search the Printables database for specific parts or concepts, resolving the technical hurdles of GraphQL queries and expiring download links. By integrating this capability into Openclaw Skills, developers can build agents capable of sourcing hardware components for prototyping or production workflows.
This skill ensures that every download is handled with technical precision, capturing not just the geometry but also the vital metadata required for professional use. It provides a reliable bridge to the world of 3D printing, making it easier for automated systems to interact with community-driven design repositories.
To get started with find-stl within your Openclaw Skills environment, ensure you have Python 3.x available. You can run the search and fetch operations directly from the command line:
# Search for models
python3 scripts/find_stl.py search "your search query" --limit 10
# Fetch a model by ID
python3 scripts/find_stl.py fetch <model_id> --outdir out/models
The skill produces a structured output folder for every fetched model. This organization ensures that agents and users can easily verify the provenance of the 3D data.
| Component | Description |
|---|---|
manifest.json |
A JSON object containing source URL, author, license ID, file list, and hashes. |
Model Files |
All downloaded STL or 3MF files associated with the entry. |
ZIP Archive |
The original full package downloaded from the source platform. |
Loading
A powerful tool to generate manufacturing-ready 2D DXF and SVG files from JSON specifications derived from natural-language design prompts.

A comprehensive data ingestion toolkit for tracking AI agent conversations, MCP server analytics, and user interactions within the Agnost AI ecosystem.

A conversational shopping assistant that manages lists, categories, and family sharing through natural language processing.

A dedicated web interface for the shopping-list skill that integrates a full CRUD dashboard into the Second Brain portal.

A specialized tool to transform 2D source images or multi-color masks into watertight, 3D-printable bas-relief STL files.

A powerful automation skill for managing Netlify site lifecycles, CI/CD pipelines, and monorepo deployments directly through the command line.








































