PNG/JPG/JPEG画像をWebP、ICO、SVG形式に変換。「画像を変換して」「webpに変換」などで使用。
/plugin marketplace add masayan1126/masayan-uni-code-plugins/plugin install image-converter@masayan-uni-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/convert_image.pyPNG/JPG/JPEG画像をWebP、ICO、SVG形式に変換する。
詳細は scripts/convert_image.py --help を参照。
# WebPに変換
python3 scripts/convert_image.py input.png --format webp
# ICOに変換(複数サイズ対応)
python3 scripts/convert_image.py input.png --format ico --sizes 16,32,48,256
# SVGに変換(画像埋め込み形式)
python3 scripts/convert_image.py input.png --format svg
# 出力先を指定
python3 scripts/convert_image.py input.jpg --format webp -o output.webp
pip install Pillow
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.