pixelforge

Generate and edit images via the PixelForge API through the Pixazo gateway.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill pixelforge-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pixelforge
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/pixelforge
Command: npx skills add https://github.com/Pixazo-AI/skills --skill pixelforge-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets an AI coding agent call the PixelForge image generation and editing API on your behalf, handling API key setup, endpoint selection, request formatting, and error handling so you can create or edit images with a plain-language request. ## Core Features & Use Cases - Text-to-Image Generation: Create images from text prompts using PixelForge 3.0, 2.0, or 1.0 endpoints with size, seed, and variation controls. - Image Editing & Composition: Perform image-to-image editing, multi-image composition, reference-anchored generation, and relighting. - Content Moderation: Run image moderation through the content-safety endpoint. - Use Case: Ask your agent to "generate a square product photo of a red maple leaf on white background" and it authenticates with your Pixazo key, calls the right endpoint, and returns the image URL inline. ## Quick Start Ask your agent to generate an image with PixelForge from a text prompt, and paste your Pixazo API key when prompted so it can be saved for future calls.

Frequently Asked Questions about pixelforge

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

FAQPage Schema
How do I generate an image with the PixelForge API?▼

Send a POST request to https://gateway.pixazo.ai/pixelforge-v3/v1/text-to-image with your Pixazo API key in the Ocp-Apim-Subscription-Key header and a JSON body containing your prompt. The response is synchronous and returns a JSON object with image URLs.

What image sizes does PixelForge text-to-image support?▼

The image_size parameter accepts square_hd for square or Instagram-style images, portrait_16_9 for vertical 9:16 output, and landscape_16_9 for horizontal 16:9 output. You can also set num_images from 1 to 4 and a seed for reproducibility.

Can PixelForge edit existing images or combine multiple images?▼

Yes, PixelForge 3.0 offers image-to-image editing, multi-image composition, and reference-to-image endpoints that accept a reference image as a URL or base64 data URL. PixelForge 1.0 also provides a relighting edit endpoint.

Where do I get a Pixazo API key for PixelForge?▼

Sign in at https://api-console.pixazo.ai/api_keys, click Create new key, and copy it. The skill saves it to ~/.pixazo/api-key or reads it from the PIXAZO_API_KEY environment variable so you only provide it once.

Why did my PixelForge API call return a 401 or 429 error?▼

A 401 means the API key is missing or invalid, so generate a fresh key at the Pixazo console. A 429 means rate limiting; wait about 5 seconds and retry once. A 402 indicates your account is out of credits.

Does PixelForge support video or audio generation?▼

No, PixelForge only handles image generation, editing, composition, relighting, and moderation. Video, music, voice, 3D, and virtual try-on tasks are covered by separate Pixazo skills such as kling, lyria, or tripo3d.