photo-editor

Edit and optimize images with resizing, cropping, filters, and background removal.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/tann200/CodingAgent --skill photo-editor-tann200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/tann200/CodingAgent/tree/main/tui/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/tann200/CodingAgent --skill photo-editor-tann200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, opencv-python, sharp, rembg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The photo-editor Skill simplifies the process of editing and optimizing images, providing quick and efficient solutions to common image manipulation tasks.

Core Features & Use Cases

  • Image Editing: Resize, crop, apply filters, and enhance images.
  • Image Processing: Use advanced techniques for background removal and image enhancement.
  • Batch Processing: Optimize multiple images simultaneously.
  • Use Case: For a photographer, this Skill can streamline the post-processing of a large set of photos taken on a shoot.

Quick Start

Edit and optimize an image with the photo-editor Skill by running 'edit photo /path/to/image.jpg'.

Frequently Asked Questions about photo-editor

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

FAQPage Schema
How do I batch process image resizing and optimization for multiple photos?

Batch processing image optimization handles multiple photos simultaneously by applying resizing and filters across directories. This Skill supports batch processing to streamline post-processing workflows for large sets of images using Pillow and OpenCV.

Can I use AI background removal on images without manual editing?

AI background removal automatically extracts subjects from images without manual masking. This Skill utilizes the rembg library to perform advanced, code-based background removal during image processing.

How do I add watermarks and text overlays to images programmatically?

Adding watermarks and text overlays programmatically applies custom branding directly to image files. This Skill handles text and watermark additions alongside other editing tasks like cropping and color adjustments.

Does this image editing tool support adjusting colors and applying filters?

This image editing tool supports color adjustments and filter applications to enhance photos. It leverages OpenCV and Pillow to modify image properties, apply visual filters, and optimize images efficiently.

What is the best way to automate image cropping and resizing for web assets?

Automating image cropping and resizing for web assets is best handled through code-based image processing scripts. This Skill executes resizing and cropping operations efficiently, utilizing the sharp library for optimized output.

What dependencies do I need to run code-based image processing tasks?

Running code-based image processing tasks requires specific dependencies including Pillow, opencv-python, sharp, and rembg. These libraries provide the foundational framework for resizing, filtering, and AI-based background removal.