Skills from clawhub.ai/ajmwagar
5 skills available
image-to-relief-stl
Turn a source image (or multi-color mask image) into a 3D-printable bas-relief STL by mapping colors (or grayscale) to heights. Use when you have an image from an image-gen skill (nano-banana-pro, etc.) and want a real, printable model (STL) via a deterministic pipeline.
0 installs
trace-to-svg
Trace bitmap images (PNG/JPG/WebP) into clean SVG paths using potrace/mkbitmap. Use to convert logos/silhouettes into vectors for downstream CAD workflows (e.g., create-dxf etch_svg_path) and for turning reference images into manufacturable outlines.
0 installs
netlify
Use the Netlify CLI (netlify) to create/link Netlify sites and set up CI/CD (continuous deployment) from GitHub, especially for monorepos (multiple sites in one repo like Hugo sites under sites/<domain>). Use when Avery asks to deploy a new site, connect a repo to Netlify, configure build/publish settings, set environment variables, enable deploy previews, or automate Netlify site creation.
0 installs
create-dxf
This skill generates RFQ-ready `*.dxf` and `*.svg` files from a strict JSON spec for sheet/plate parts. It includes CLI instructions to run `python3 scripts/create_dxf.py validate spec.json` and `python3 scripts/create_dxf.py render spec.json --outdir out`, which direct local script execution.
0 installs
find-stl
This skill searches Printables and downloads ready-to-print models, producing a local folder and `manifest.json` with hashes and attribution. It issues network requests to `https://api.printables.com/graphql/` and includes runnable examples like `python3 scripts/find_stl.py` that download files into `~/models/incoming`.
0 installs