editing-images

Apply compositing, resizing, and color adjustments to images using Sharp.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Yusufkotavom/AiToEarn --skill editing-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: editing-images
Source: https://github.com/Yusufkotavom/AiToEarn/tree/main/project/aitoearn-backend/apps/aitoearn-ai/src/core/agent/skills/editing-images
Command: npx skills add https://github.com/Yusufkotavom/AiToEarn --skill editing-images

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Image editing often requires multiple tools and slow pipelines; this skill centralizes high-performance image processing with Sharp to perform compositing, resizing, and adjustments in one step.

Core Features & Use Cases

  • Compositing: overlay logos, QR codes, or watermarks on base images.
  • Resizing & Cropping: resize, crop, or extend images for various aspect ratios.
  • Transform & Adjust: rotate, flip, and adjust brightness, contrast, and saturation; get metadata when needed.
  • Use Case: generate branded social posts by combining base photos with logos and color tweaks for consistent visuals across platforms.

Quick Start

Provide a base image URL and edit instructions, and the skill will return the edited image.

Frequently Asked Questions about editing-images

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

FAQPage Schema
How do I automate image resizing and compositing in one step?

Automate image resizing and compositing by providing a base image URL and edit instructions to apply overlays, resizing, and color adjustments simultaneously using Sharp, returning a processed PNG.

Can I overlay a logo or watermark on a base image automatically?

Yes, you can overlay logos or watermarks on a base image using the compositing feature, which merges multiple image layers and returns the final branded visual in PNG format.

How do I adjust brightness, contrast, and saturation for product photography?

Adjust brightness, contrast, and saturation for product photography by specifying color adjustment instructions, which transform the image properties and return the corrected PNG file.

Does this image editing approach require any external dependencies?

No external dependencies are required to run this image editing approach, as the skill centralizes high-performance processing internally using Sharp to handle resizing, compositing, and color adjustments.

What is the best way to generate branded social media assets from base photos?

The best way to generate branded social media assets is combining base photos with logos and color tweaks through compositing and adjustment instructions, producing consistent visuals across platforms.

What image format is returned after applying transforms like rotate or flip?

The processed image returned after applying transforms like rotate, flip, or color adjustments is consistently output in PNG format to preserve visual quality.