One-click install
npx skills add https://github.com/Exocore-Organization/exocore-web --skill photo-editor-exocore-organization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/Exocore-Organization/exocore-web/tree/main/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/Exocore-Organization/exocore-web --skill photo-editor-exocore-organization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing, resizing, cropping, filtering, and optimizing images often requires switching between tools and manual steps. This skill provides a cohesive workflow to streamline image preparation for web, print, and social media.

Core Features & Use Cases

  • Resize, crop, and preserve aspect ratio with optional padding for thumbnails and avatars.
  • Apply common filters and adjustments, or batch-process large collections of images.
  • Remove or apply watermarks/background changes for branding or privacy when needed.

Quick Start

Resize an image to 1024x768, apply a light sharpen, and save the result as edited.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 resize and crop images while preserving aspect ratio?

Batch resize and crop images while preserving aspect ratio by processing entire directories with automated padding. This handles bulk collections for web and social media assets, ensuring dimensions stay proportional without manual adjustments.

Can I apply watermarks to images for branding using Python and OpenCV?

Apply watermarks to images for branding using Python and OpenCV through automated editing workflows. The skill supports adding or removing watermarks and changing backgrounds for privacy or branding purposes.

What is the best way to optimize and filter a large collection of photos?

Optimize and filter a large collection of photos by batch processing directories with common adjustments and filters. This streamlines preparation for web, print, and social media without switching between manual tools.

Does this image editing workflow require any external dependencies or libraries?

This image editing workflow requires no external dependencies to start. It leververages Pillow, OpenCV, and sharp internally to perform edits, handle aspect-ratio preservation, and apply padding automatically.

How do I resize an image to specific dimensions and apply a sharpen filter?

Resize an image to specific dimensions and apply a sharpen filter by executing a single automated command. The workflow adjusts the size, applies the filter, and saves the result as a new edited file.