← All skills
Tencent SkillHub · Communication & Collaboration

Mixtiles It

Send 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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Send 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...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/mixtiles-cart.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Mixtiles It

Turn any photo into a Mixtiles order link. User sends a photo (or image URL) → get back a ready-to-order Mixtiles cart link.

How It Works

User sends/forwards a photo or image URL Run the upload script to get a public URL and Mixtiles cart link Send the cart link back — user taps it to customize and order

Usage

# 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: Local files: Uploads to Cloudinary (the only host Mixtiles can display from) URLs: Downloads first, then uploads to Cloudinary Batch mode: Uploads all images and builds a single multi-photo cart URL Output: Prints the Mixtiles cart URL to stdout

Size Options

Default is RECTANGLE_12X16. Other known sizes from Mixtiles: SQUARE_8X8 — Classic square RECTANGLE_12X16 — Portrait rectangle (default) RECTANGLE_16X12 — Landscape rectangle

Environment Variables (optional)

CLOUDINARY_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)

Workflow

When a user sends a photo with intent to mixtile it: Identify the image file path (from media attachment) or URL Run: python3 <skill-dir>/scripts/mixtiles-cart.py <path-or-url> Send the resulting URL to the user with a brief message like "Here's your Mixtiles link! 🖼️ Tap to customize size, frame, and order." 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> ...

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/mixtiles-cart.py Scripts