photo-editor

Resize, crop, filter, and optimize images in batch pipelines.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill photo-editor-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/secondary_skills/photo-editor
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill photo-editor-samibrahmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resize, crop, filter, and optimize images programmatically to save time and ensure repeatable results.

Core Features & Use Cases

  • Resize, crop, and fit images for social media and web.
  • Apply filters, color adjustments, watermarks, and text overlays.
  • Save and optimize in JPEG/PNG/WebP/AVIF; batch processing for large image sets.

Quick Start

Provide the image and the edits you want (for example, crop to 300x300, adjust brightness to 1.2, and apply a filter) and I will execute the steps using Pillow or Sharp.

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 for web thumbnails programmatically?

Batch resize and crop images by providing dimensions and image sets to the Skill, which executes edits using Pillow or Sharp to generate optimized web thumbnails automatically.

Can I apply filters and text overlays to multiple photos at once?

Apply filters, color adjustments, watermarks, and text overlays to multiple photos simultaneously through batch processing pipelines for large image sets.

What's the best way to optimize and convert images to WebP or AVIF formats?

Optimize images by specifying the target format in your request, allowing the Skill to process and save photos as optimized JPEG, PNG, WebP, or AVIF files.

Does this image editing approach work with OpenCV for color correction?

This approach supports OpenCV alongside Pillow and Sharp for handling orientation, color correction, and applying filters to ensure repeatable image editing results.

Why use code-driven image editing instead of manual photo editors?

Code-driven image editing saves time and ensures repeatable results by automating tasks like resizing, cropping, and filtering for media workflows and batch pipelines.