image-generation-specialist

Generates and edits raster images using PawFlow media tools.

26|3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/allcolor/PawFlow-Agents --skill image-generation-specialist-allcolor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: image-generation-specialist
Source: https://github.com/allcolor/PawFlow-Agents/tree/main/data/repository/skills/global/image-generation-specialist
Command: npx skills add https://github.com/allcolor/PawFlow-Agents --skill image-generation-specialist-allcolor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a consistent, tool-driven workflow for creating new raster images and editing existing ones through PawFlow media tools, avoiding ad-hoc provider-native or local image commands. ## Core Features & Use Cases - Image Generation: Calls the generate_image tool with concrete width and height to create new raster images from a text request. - Image Editing: Calls edit_image with image_urls to modify existing images while preserving important source structure unless a transformation is requested. - Service Selection: Honors the user's named image service, or picks the best-matching available service when none is specified, with FileStore URL support for inputs and outputs. - Use Case: Ask for a 1024x1024 product mockup in a flat illustration style, then follow up with an edit request that swaps the background while keeping the product unchanged. ## Quick Start Invoke //image-generation-specialist followed by a description of the image you want, including subject, style, dimensions, and any reference images.

Frequently Asked Questions about image-generation-specialist

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

FAQPage Schema
How do I generate an image with PawFlow media tools?▼

Invoke the skill with a text request describing the subject, style, and dimensions. It calls the generate_image tool with concrete width and height values and saves the output to your requested destination or to FileStore.

How do I edit an existing image instead of creating a new one?▼

Provide the source image and describe the change you want. The skill calls edit_image and passes the image via image_urls, preserving important source structure unless you explicitly ask for a transformation.

Can I choose which image generation service is used?▼

Yes. If you name a specific image service in your request, the skill uses it. When no service is specified, it selects the available image service that best matches the task.

Can I use FileStore URLs as image inputs?▼

Yes. When an image service accepts FileStore URLs, you can pass fs://filestore/<id>/<name> inputs directly without downloading or re-uploading the file.

What happens if no image generation service is available?▼

The skill returns a clear error stating that no image generation or editing service is available, rather than falling back to provider-native or local image commands.