pixelmuse-generate

Generate images via the Pixelmuse REST API with model, aspect ratio, and style options.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/starmorph/pixelmuse-cli --skill pixelmuse-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixelmuse-generate
Source: https://github.com/starmorph/pixelmuse-cli/tree/main
Command: npx skills add https://github.com/starmorph/pixelmuse-cli --skill pixelmuse-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pixelmuse image generation from the terminal enables developers to craft high-quality AI visuals directly from the command line, eliminating context-switching to a web app or GUI.

Core Features & Use Cases

  • CLI, TUI, and MCP server for flexible workflows and AI agents.
  • Model, aspect ratio, and style options to tailor outputs for web, print, or prototypes.
  • Local saving and scripting integration with machine-friendly JSON outputs for automation.

Quick Start

Generate an image from a prompt using the Pixelmuse CLI.

Frequently Asked Questions about pixelmuse-generate

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

FAQPage Schema
How do I generate AI images from the terminal using a text prompt?

You can generate AI images from the terminal by sending a text prompt to the Pixelmuse REST API, selecting a model, aspect ratio, and style, and saving the output locally for automation workflows.

Do I need an API key to generate images via the command line?

Yes, AI image generation via the command line requires a PIXELMUSE_API_KEY environment variable and access to REST API endpoints such as /images, /account, and /billing to process requests.

Can I use MCP servers with AI image generation workflows?

Yes, AI image generation supports MCP servers and external agents by sharing data through both synchronous and asynchronous generation flows, allowing integration into automated AI agent workflows.

What's the best way to automate AI image generation for prototypes?

Automating AI image generation for prototypes is best achieved by using the CLI or TUI with machine-readable JSON outputs, enabling seamless scripting and local saving of generated visual assets.

Does terminal-based image generation support asynchronous generation flows?

Terminal-based image generation supports both synchronous and asynchronous generation flows, allowing developers to handle long-running image generation tasks without blocking the command line interface.

Why use a CLI for AI image generation instead of a web app?

Using a CLI for AI image generation eliminates context-switching to a web app or GUI, enabling developers to craft high-quality AI visuals directly from the command line and integrate results into scripts.