photo-editor

Apply programmable resize, crop, filter, and watermark operations to images.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/bhushanofficial69-spec/Rag --skill photo-editor-bhushanofficial69-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/bhushanofficial69-spec/Rag/tree/main/local/secondary_skills/photo-editor
Command: npx skills add https://github.com/bhushanofficial69-spec/Rag --skill photo-editor-bhushanofficial69-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edit and automate common image-editing tasks by providing programmable workflows for resizing, cropping, filtering, color adjustments, and optimization using popular libraries like Pillow (Python) and Sharp (Node).

Core Features & Use Cases

  • Resize, crop, filter, and optimize images programmatically to produce web-ready assets.
  • Preserve orientation, apply watermarks, and batch-process large image collections in consistent styles.
  • Use cases include generating thumbnails, preparing product images for catalogs, and automating media pipelines.

Quick Start

Tell me the image and the edits you want (resize, crop, filter, or watermark) and I will apply them to produce an optimized result.

Frequently Asked Questions about photo-editor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch resize and crop images programmatically?

You can batch resize and crop images programmatically by applying deterministic transformations to large collections using Pillow or Sharp, producing consistently styled outputs for media pipelines.

What's the best way to automate image editing tasks like filtering and watermarking?

Automating image editing tasks like filtering and watermarking is best handled through programmable workflows that apply operations like color adjustments and watermarks across single or batch images using Pillow or Sharp.

Do I need a Python or Node environment to process images with Pillow or Sharp?

Yes, you need a Python or Node environment with the corresponding Pillow or Sharp libraries installed to execute programmatic image processing operations like orientation correction and optimization.

Can I generate web-ready thumbnails and optimize product images for catalogs?

You can generate web-ready thumbnails and optimize product images for catalogs by applying programmatic resize, crop, and filter operations to input images, ensuring assets are properly formatted for web delivery.

Does programmatic image processing preserve orientation when batch processing images?

Programmatic image processing preserves orientation during batch processing by applying deterministic orientation correction operations alongside resizing, cropping, and filtering to maintain visual consistency across large collections.

What are the limitations of batch processing large image collections with code?

Batch processing large image collections with code requires a configured Python or Node environment with Pillow or Sharp installed, and is limited to deterministic transformations rather than interactive manual editing workflows.