← 返回 Skills 市场
tobewin

Perler Pattern

作者 ToBeWin · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
169
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install perler-pattern
功能描述
Convert any image into a perler/hama/fuse bead pattern. 把任意图片转换成精美的拼豆图纸。Use when the user wants to generate a bead pattern from a photo, image, or URL. Outpu...
安全使用建议
This skill appears coherent and implements what it claims, but take the usual precautions before running code that will install packages and process files: 1) Review the provided Python script (it will run on your system). 2) Run it in a controlled environment or virtualenv to avoid unexpected system-wide package changes. 3) When supplying OUTPUT_DIR, choose a dedicated directory (avoid system paths). 4) If you provide an image URL, ensure it’s from a trusted source (the skill may fetch that URL). 5) Expect pip to download OpenCV/Pillow/numpy from PyPI at runtime — this is normal but does require network access. If any of these behaviors are unacceptable, don’t run the script or request the maintainer to provide a packaged install or explicit dependency list.
功能分析
Type: OpenClaw Skill Name: perler-pattern Version: 1.2.0 The skill bundle is a legitimate tool for converting images into perler bead patterns. It uses standard Python libraries (OpenCV, PIL, NumPy) to perform offline background removal, color quantization, and file generation (SVG, HTML, PNG). No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic is transparent and aligns perfectly with the stated purpose in SKILL.md and the reference documentation.
能力评估
Purpose & Capability
The name/description (convert images to perler/bead patterns) aligns with the provided instructions and embedded Python script. Required runtime (python3 + common imaging libraries) is appropriate and expected for this functionality.
Instruction Scope
The SKILL.md contains a full Python script that performs offline background removal (GrabCut) and pattern generation, and it instructs the agent to install OpenCV/Pillow/numpy if missing. The instructions do not request unrelated files, secrets, or external endpoints beyond image source URLs supplied by the user. Minor inconsistency: the skill states "fully offline, no API" for processing (true) but the runtime installs use pip which will fetch packages from PyPI (network activity to install dependencies).
Install Mechanism
This is an instruction-only skill with no install spec. It runs in-process pip installs (pip3 install opencv-python-headless Pillow numpy) if missing. Using pip at runtime is standard here but does involve network access to PyPI; no third-party or unusual download URLs are used.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The embedded code does not reference secrets or unrelated environment variables in the provided excerpt.
Persistence & Privilege
always is false and there is no mechanism to persist or modify other skills or agent-wide settings. The script writes outputs to an OUTPUT_DIR specified by the agent/user (normal for a generator).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install perler-pattern
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /perler-pattern 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
**Now includes automatic background removal for uploaded images.** - Adds fully offline background removal using GrabCut before pattern generation. - Lets you choose a dark, black, white, or custom background for the pattern. - Enlarges default color count (now up to 32 colors selectable). - Produces improved outputs: interactive HTML, print-ready SVG, 3D PNG, and bead count. - Updates and clarifies dependency checks (now requires OpenCV).
v1.1.0
perler-pattern 1.1.0 - Added interactive HTML pattern viewer with hover tooltips, color highlighting, and print support. - Outputs print-ready SVG with color codes, pixel-art PNG preview, and a detailed bead count list. - Supports Hama, Artkal, Perler, and universal palettes. - Works fully offline with zero API cost, in pure Python. - Provides bilingual (English/Chinese) interface and usage guidance.
元数据
Slug perler-pattern
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Perler Pattern 是什么?

Convert any image into a perler/hama/fuse bead pattern. 把任意图片转换成精美的拼豆图纸。Use when the user wants to generate a bead pattern from a photo, image, or URL. Outpu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。

如何安装 Perler Pattern?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install perler-pattern」即可一键安装,无需额外配置。

Perler Pattern 是免费的吗?

是的,Perler Pattern 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Perler Pattern 支持哪些平台?

Perler Pattern 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Perler Pattern?

由 ToBeWin(@tobewin)开发并维护,当前版本 v1.2.0。

💬 留言讨论