跳至主要内容
小龙虾小龙虾AI
🤖

Image Magic resizer

Resize images using ImageMagick (CLI). Entrypoint is a Bash script.

下载1.3k
星标0
版本1.0.0
图像视频
安全通过

技能说明


name: resize-magic version: 0.1.0 author: Stenkil you@example.com description: Resize images using ImageMagick (CLI). Entrypoint is a Bash script. entrypoint: scripts/resize.sh metadata: { "openclaw": { "emoji": "🖼️", "requires": { "bins": ["bash"], "anyBins": ["magick","convert"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "imagemagick", "bins": ["magick","convert"], "label": "Install ImageMagick (brew)" } ] } } user-invocable: true command-dispatch: tool command-tool: resize commands:

  • name: resize usage: resize <input-path> <geometry> [output-path] description: | Resize an image using ImageMagick. Geometry examples: - 800x -> width 800, preserve aspect ratio - 800x600 -> exact geometry (may change aspect) - 50% -> scale to 50% of original - 800x800> -> resize only if larger than 800x800

Overview

This skill provides a single executable script scripts/resize.sh that the agent (or the openclaw CLI) can call to resize an image with ImageMagick.

Installation (manual)

Copy the folder into your OpenClaw skills directory, e.g.:

cp -r resize-magic ~/.openclaw/skills/resize-magic

# or install via CLI if available
openclaw skill install ./resize-magic

如何使用「Image Magic resizer」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Image Magic resizer技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能