Install
openclaw skills install mixtiles-itSend a photo to Mixtiles for ordering wall tiles. Use when a user forwards/sends a photo and wants to order it as a Mixtile, add it to their Mixtiles cart, o...
openclaw skills install mixtiles-itTurn any photo into a Mixtiles order link. User sends a photo (or image URL) → get back a ready-to-order Mixtiles cart link.
# Single photo
python3 scripts/mixtiles-cart.py <local-file-or-url> [--size SIZE]
# Multiple photos (one cart link with all photos)
python3 scripts/mixtiles-cart.py --batch <image1> <image2> ... [--size SIZE]
The script handles:
Default is RECTANGLE_12X16. Other known sizes from Mixtiles:
SQUARE_8X8 — Classic squareRECTANGLE_12X16 — Portrait rectangle (default)RECTANGLE_16X12 — Landscape rectangleCLOUDINARY_CLOUD — Cloudinary cloud name (default: demo)CLOUDINARY_PRESET — Cloudinary unsigned upload preset (default: unsigned)MIXTILES_UPLOAD_URL — Override the upload API endpoint (Railway fallback)MIXTILES_UPLOAD_KEY — Override the upload API key (Railway fallback)When a user sends a photo with intent to mixtile it:
python3 <skill-dir>/scripts/mixtiles-cart.py <path-or-url>If multiple photos are sent, use --batch to create a single cart link with all photos:
python3 <skill-dir>/scripts/mixtiles-cart.py --batch <path1> <path2> ...