用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/supercli --skill gowall命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | gowall |
| description | Use this skill when the user wants to process images with color themes, compression, OCR, or palette extraction. |
Image processing tool with color theme conversion, compression, OCR, AI upscaling, and palette extraction.
gowall image theme — Convert image to color themegowall image compress — Compress imagegowall image ocr — Extract text from image using OCRgowall palette extract — Extract color palette from imagebrew install gowall
# or download from https://github.com/Achno/gowall/releases
# Convert image to Catppuccin theme
gowall theme wallpaper.png catppuccin
# Compress image
gowall compress photo.jpg
# Extract text from image using OCR
gowall ocr document.png
# Extract color palette
gowall palette image.png
# Convert icon theme
gowall icon icon.svg dracula
# Upscale image with AI
gowall upscale small.png
# Remove background
gowall remove-bg photo.png
# Convert image format
gowall convert image.webp output.png
# Stack images
gowall stack img1.png img2.png
# Create GIF from images
gowall gif frame1.png frame2.png frame3.png
# Use with pipes (read from stdin, write to stdout)
cat image.png | gowall theme catppuccin > output.png