studio-ghibli

Generate Ghibli-style images from text prompts via the Pixazo API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating Studio Ghibli-style artwork normally requires illustration skills or complex model setup; this Skill lets an AI agent call the Studio Ghibli image generation endpoint through the Pixazo API gateway with a single authenticated request. ## Core Features & Use Cases - Text-to-Image Generation: Send a text prompt to the Pixazo gateway and receive a Ghibli-style image URL synchronously, with no polling required. - Guided API Key Management: The agent checks the PIXAZO_API_KEY environment variable, then ~/.pixazo/api-key, and only asks the user once before saving the key for reuse. - Structured Error Handling: Maps 401, 402, 429, 4xx, and 5xx responses to clear user-facing messages with retry guidance. - Use Case: Ask your coding agent to "create a Ghibli-style image of a peaceful mountain village at sunset" and receive a ready-to-view image URL in the chat. ## Quick Start Ask your agent to generate a Studio Ghibli style image from any text description and paste your Pixazo API key when prompted.

Frequently Asked Questions about studio-ghibli

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

FAQPage Schema
How do I generate Studio Ghibli style images with an API?▼

Send a POST request to https://gateway.pixazo.ai/studio-ghibli/v1/studio-ghibli/generate with your prompt in the JSON body and your Pixazo API key in the Ocp-Apim-Subscription-Key header. The response returns synchronously with an image URL.

Where do I get a Pixazo API key for image generation?▼

Sign in at https://api-console.pixazo.ai/api_keys, click "Create new key", and copy it. The agent saves it to ~/.pixazo/api-key so you only provide it once.

Does the Studio Ghibli API support image sizes and multiple variations?▼

Yes, the API accepts an image_size enum such as square_hd, portrait_16_9, or landscape_16_9, and a num_images parameter from 1 to 4. A seed parameter is also available for reproducible results.

Is Studio Ghibli image generation synchronous or does it require polling?▼

It is synchronous. The response returns immediately as JSON containing an images array with URLs, so no polling loop is needed unlike video or 3D generation endpoints.

Why am I getting a 401 or 402 error from the Pixazo API?▼

A 401 means your API key is missing or invalid, so generate a fresh one at the Pixazo console. A 402 means your account is out of credits and needs a top-up at the Pixazo dashboard.