RH-GPT-IMAGE-2-T2I

Generate AI images via RunningHub's GPT Image 2.0 workflow and save to desktop.

1|Updated May 8, 2026
One-click install
npx skills add https://github.com/ghostltx/codex-skills --skill rh-gpt-image-2-t2i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RH-GPT-IMAGE-2-T2I
Source: https://github.com/ghostltx/codex-skills/tree/main/RH-GPT-IMAGE-2-T2I
Command: npx skills add https://github.com/ghostltx/codex-skills --skill rh-gpt-image-2-t2i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

RunningHub image generation often requires manual steps and local file handling. This skill automates the process by orchestrating the GPT Image 2.0 workflow and saving the resulting image to the desktop by default.

Core Features & Use Cases

  • Image generation: Submit prompts to the RunningHub GPT Image 2.0 workflow and receive generated images.
  • Output control: Save results to the desktop or a user-specified path, with configurable aspect ratio and seed support.
  • Use Case: Designers and marketers can quickly create visual concepts for drafts, campaigns, and presentations.

Quick Start

Run the generate_image.ps1 script with your Prompt and optional AspectRatio and Seed to create an image and save it to your desktop.

Frequently Asked Questions about RH-GPT-IMAGE-2-T2I

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

FAQPage Schema
How do I automate RunningHub image generation and save files to my desktop?

To automate RunningHub image generation, this Skill uses a PowerShell script to submit prompts to the GPT Image 2.0 workflow and automatically downloads the generated images to your local desktop. It handles parameterized prompts, retry logic, and local file caching.

Can I configure aspect ratio and seed values for AI art generated through RunningHub?

Yes, you can configure both aspect ratio and seed values for AI art generated through RunningHub. The script accepts optional AspectRatio and Seed parameters alongside your text prompt, allowing precise control over the output dimensions and reproducibility of the generated images.

Does RunningHub image generation work with PowerShell for automated text-to-image workflows?

RunningHub image generation works seamlessly with PowerShell for automated text-to-image workflows. By executing the generate_image.ps1 script, you can orchestrate the GPT Image 2.0 workflow entirely via command line, enabling automated batch processing and local file downloads.

What is the best way to generate visual concepts for mood boards using RunningHub?

The best way to generate visual concepts for mood boards using RunningHub is by running the parameterized PowerShell script. It targets the GPT Image 2.0 workflow to quickly produce concept visuals, handling the API submission, retry logic, and automatic saving of assets to your desktop.

Why does my RunningHub text-to-image script fail to save the generated image locally?

If your RunningHub text-to-image script fails to save the generated image locally, the default output path may lack write permissions. The script includes retry logic for generation and relies on local file caching via PowerShell, so ensure your specified directory or desktop path is accessible.

Are there limitations when using the GPT Image 2.0 workflow for generating social media assets?

Limitations when using the GPT Image 2.0 workflow for social media assets include relying on RunningHub API availability and PowerShell execution policies. While it supports configurable aspect ratios, complex prompt engineering may require multiple retries handled by the script's built-in logic.