image-editor

Edit images programmatically via the AgentPMT API with blur, crop, resize, rotate, text, and transparency.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill image-editor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-editor
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/image-editor
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill image-editor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to programmatically edit images using a variety of transformations, streamlining image manipulation tasks for automated workflows.

Core Features & Use Cases

  • Image Transformations: Apply effects like blur, crop, resize, rotate, add text, and make colors transparent.
  • Multi-step Editing: Chain multiple operations for complex image processing in a single request.
  • Use Case: Automatically resize and watermark a batch of product images for an e-commerce website.

Quick Start

Use the image-editor skill to blur the image located at 'https://example.com/image.png'.

Frequently Asked Questions about image-editor

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

FAQPage Schema
How do I automate image editing for a batch of images?

Programmatic image editing allows you to chain multiple operations such as blur, crop, resize, and text overlay in a single request. This approach streamlines multi-step editing workflows for batch processing and automated graphic generation.

Can I add a text overlay and make colors transparent programmatically?

Yes, programmatic image manipulation supports adding text overlays and applying transparency effects to specific colors. You can combine these transformations with other operations like blur and resize within a single automated editing workflow.

Does programmatic image processing require EIP-191 signatures for secure invocation?

Yes, secure invocation of the image editing API utilizes EIP-191 signatures. This cryptographic method ensures that programmatic image manipulation requests are authenticated and securely processed through the external API.

What is needed to access automated image manipulation through the external API?

Accessing automated image manipulation requires integration with the external API and its credit system. You need sufficient credits to perform programmatic transformations like crop, resize, rotate, and blur on your target images.

Are there limitations when chaining multiple image transformations in a single request?

While multi-step editing supports chaining operations like blur, crop, and resize in one request, transformations depend on the external API's credit system. Complex image processing workflows consume credits based on the specific operations applied.