skills/tools/image-processor/SKILL.md
处理图片 - 调整大小、转换格式、添加水印、生成缩略图。基于Pillow。
npx skillsauth add aidotnet/moyucode image-processorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Process images with resize, format conversion, watermarks, and thumbnail generation.
/process-image command# Resize image
python scripts/process_image.py resize --input photo.jpg --output resized.jpg --width 800
# Convert format
python scripts/process_image.py convert --input photo.png --output photo.webp
# Add watermark
python scripts/process_image.py watermark --input photo.jpg --output marked.jpg --text "© 2024"
# Generate thumbnails
python scripts/process_image.py thumbnail --input photo.jpg --sizes 64,128,256
image, resize, convert, thumbnail, watermark
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。