← Back to Skills Marketplace
saharcarmel

Mixtiles It

by SaharCarmel · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
598
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install mixtiles-it
Description
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...
Usage Guidance
This skill appears to do what it says, but review these practical points before installing: - Privacy: by default the script uploads images to a public Cloudinary 'demo' account (unsigned preset). Uploaded images become publicly accessible via their URLs. If this is sensitive content, do not use the default — configure your own Cloudinary credentials/preset or avoid the skill. - Dependencies: the Python script calls curl via subprocess; ensure curl is available on systems that will run the agent, or modify the script to use Python HTTP libraries if preferred. - Custom upload endpoint: the script accepts MIXTILES_UPLOAD_URL and MIXTILES_UPLOAD_KEY env vars; only set these to trusted endpoints, since they will receive your image data. - Network usage: the skill performs outbound network requests (downloading image URLs and uploading to Cloudinary). If you need to restrict network access for the agent, do so before enabling the skill. - Audit: if you have strong privacy or security requirements, consider reviewing or running the script in a sandboxed environment and/or replacing the Cloudinary defaults with your own account and unsigned preset settings.
Capability Analysis
Type: OpenClaw Skill Name: mixtiles-it Version: 1.1.0 The skill bundle is benign. The `SKILL.md` provides clear instructions for the AI agent without attempting prompt injection for malicious purposes. The `scripts/mixtiles-cart.py` script implements the stated functionality of processing images and generating Mixtiles links. It includes robust SSRF protection via the `_validate_url` function, which checks URL schemes, blocks internal hostnames, and resolves IPs to prevent access to private networks. Shell injection risks are mitigated by using `subprocess.run` with a list of arguments (defaulting to `shell=False`) when invoking `curl`. Environment variables are used for legitimate configuration, and there is no evidence of data exfiltration, persistence, or other malicious intent.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included Python script are coherent: they accept local files or URLs, upload images to Cloudinary (or an optional Railway API), and build Mixtiles cart URLs. Environment variables exposed in SKILL.md (Cloudinary and optional Railway overrides) are relevant to the task.
Instruction Scope
Instructions are scoped to locating an image, running the provided script, and returning the cart URL. The script downloads remote images, writes a temp file, and uploads them to external hosts (Cloudinary or configured upload endpoint). The script includes SSRF protections (hostname/IP checks) but will still transmit user image data to third-party services, which is expected for this purpose but has privacy implications.
Install Mechanism
There is no install spec (instruction-only), and no external code is downloaded at install time. The script invokes curl via subprocess.run for uploads; SKILL.md does not declare curl as a required binary. This increases the chance of runtime failures and is a minor operational omission rather than a coherence issue.
Credentials
No required credentials are declared. Optional env vars (CLOUDINARY_CLOUD, CLOUDINARY_PRESET, MIXTILES_UPLOAD_URL, MIXTILES_UPLOAD_KEY) align with the functionality. Important privacy note: defaults use Cloudinary 'demo' and an unsigned preset, producing public URLs — user images become publicly addressable unless you configure your own Cloudinary account/preset or a private upload endpoint.
Persistence & Privilege
The skill does not request persistent 'always' inclusion, does not modify other skills or system-wide agent settings, and does not store credentials by itself. It runs on-demand when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mixtiles-it
  3. After installation, invoke the skill by name or use /mixtiles-it
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add --batch flag for multi-photo cart URLs
v1.0.0
Initial release: forward photos → Cloudinary upload → Mixtiles cart link
Metadata
Slug mixtiles-it
Version 1.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 598 downloads so far.

How do I install Mixtiles It?

Run "/install mixtiles-it" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mixtiles It free?

Yes, Mixtiles It is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mixtiles It support?

Mixtiles It is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mixtiles It?

It is built and maintained by SaharCarmel (@saharcarmel); the current version is v1.1.0.

💬 Comments