← 返回 Skills 市场
Mixtiles It
作者
SaharCarmel
· GitHub ↗
· v1.1.0
598
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mixtiles-it - 安装完成后,直接呼叫该 Skill 的名称或使用
/mixtiles-it触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add --batch flag for multi-photo cart URLs
v1.0.0
Initial release: forward photos → Cloudinary upload → Mixtiles cart link
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 598 次。
如何安装 Mixtiles It?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mixtiles-it」即可一键安装,无需额外配置。
Mixtiles It 是免费的吗?
是的,Mixtiles It 完全免费(开源免费),可自由下载、安装和使用。
Mixtiles It 支持哪些平台?
Mixtiles It 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mixtiles It?
由 SaharCarmel(@saharcarmel)开发并维护,当前版本 v1.1.0。
推荐 Skills