editing-images

Composite, resize, and apply effects to images using the Sharp library.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines advanced image editing tasks such as resizing, compositing, and applying effects, reducing manual effort and enabling rapid processing.

Core Features & Use Cases

  • Image compositing: Overlay QR codes, logos, or watermarks onto images for branding or security purposes.
  • Resizing and cropping: Adjust images for different platforms or create thumbnails effortlessly.
  • Transformations: Rotate, flip, adjust brightness, contrast, and saturation, or apply blur and sharpen effects for enhancement or creative effects.
  • Metadata retrieval: Obtain image dimensions and format information for validation or further processing.
  • Use case: Create a social media thumbnail by resizing an image and adding a watermark logo at a precise position.

Quick Start

Call the compositeImages tool to overlay a QR code on your poster image, specifying position and size to generate a shareable image.

Frequently Asked Questions about editing-images

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

FAQPage Schema
How do I overlay a watermark or logo onto an image using Node.js?

To overlay a watermark onto an image, use the compositing functionality to position layers precisely. This process enables rapid branding and security customization for media files without manual editing.

What is the best way to resize images and create thumbnails in an automated workflow?

Resizing images and creating thumbnails is achieved by adjusting dimensions programmatically. This method effortlessly adapts visual content for different platforms within automated media preparation pipelines.

Can I apply transformations like rotate, blur, or adjust brightness to photos with Sharp?

Yes, you can apply transformations to rotate, flip, adjust brightness, contrast, and saturation, or apply blur and sharpen effects. These modifications enhance images or create specific visual effects.

How do I retrieve image dimensions and format information before processing?

Retrieving image dimensions and format information is supported through built-in metadata retrieval. This validates images and provides necessary details before executing complex compositing or resizing tasks.

Does Node.js image processing work well for automated social media thumbnail generation?

Node.js image processing is suitable for automated social media thumbnail generation. It handles resizing images and adding watermarks at precise positions to rapidly generate shareable visual content.

What are the limitations of compositing multiple images programmatically?

Compositing multiple images requires precise control over positioning and effects to avoid misalignment. Ensuring correct layer specifications is necessary to successfully overlay QR codes or logos.