god-tibo-imagen

Generate AI images via Codex authentication across CLI, Node.js, and Python.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/jeo-skills --skill god-tibo-imagen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: god-tibo-imagen
Source: https://github.com/akillness/jeo-skills/tree/main/.agent-skills/god-tibo-imagen
Command: npx skills add https://github.com/akillness/jeo-skills --skill god-tibo-imagen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates AI images without managing separate API keys by reusing local Codex authentication, enabling quick multimodal image creation across CLI, Node.js, and Python workflows.

Core Features & Use Cases

  • Multiplatform access: CLI (gti), Node.js library, and Python SDK for image generation.
  • Supports reference images to guide generation and a dry-run validation mode.
  • Seamless integration into agent pipelines by reusing Codex login for automation tasks.

Quick Start

Ask your assistant to generate an image from a descriptive prompt using the gti CLI.

Frequently Asked Questions about god-tibo-imagen

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

FAQPage Schema
How do I generate AI images using my existing Codex ChatGPT authentication?

You can generate AI images by sending requests to the Codex ChatGPT backend using your existing local Codex authentication. It supports CLI, Node.js, and Python SDK workflows without needing separate API keys.

What is the best way to create images in an automated pipeline without managing API keys?

The best way to create images without managing API keys is reusing your local Codex login at ~/.codex/auth.json. This enables seamless integration into agent pipelines for automated multimodal image generation.

Do I need Node.js and Python installed to use this image generation tool?

Yes, you need Node.js 20+ and Python 3.10+ installed to use this image generation tool. You also need an active Codex login stored locally to authenticate the backend requests.

Can I guide AI image generation with reference images?

Yes, you can guide AI image generation by providing optional reference images. The tool also supports a dry-run validation mode to check your request parameters before actual generation.

Does this image generation method work with zero external dependencies?

Yes, this image generation method works with zero external dependencies by leveraging your existing local Codex authentication. It directly interfaces with the ChatGPT backend without requiring additional package installations.