image2-with-codex

Route image-generation requests through the local Codex image service and return PNG artifacts.

3|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/cogine-ai/cogine-dev-skillset --skill image2-with-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image2-with-codex
Source: https://github.com/cogine-ai/cogine-dev-skillset/tree/main/skills/image2-with-codex
Command: npx skills add https://github.com/cogine-ai/cogine-dev-skillset --skill image2-with-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Boundary-guard the local Codex CLI image-generation pipeline: recognize requests, route them to the local service, and deliver the generated image faithfully without substituting other tools.

Core Features & Use Cases

  • Enforces local execution of image-generation requests through the image2-with-codex service.
  • Validates the local service health, submits generation jobs, and returns the final PNG artifact.
  • Useful when you need a deterministic, privacy-preserving image pipeline that stays on the host.

Quick Start

Provide an image prompt and optional reference images to the local image2-with-codex service at http://127.0.0.1:4312.

Frequently Asked Questions about image2-with-codex

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

FAQPage Schema
How do I route image-generation requests through a local Codex service?

To route image-generation requests through a local Codex service, provide an image prompt and optional reference images to the local service endpoint, which validates health, submits the job, and returns a PNG artifact.

Do I need a running local service to generate images with Codex?

Yes, generating images with Codex requires a running local service. The pipeline validates local service health at the designated host address before submitting generation jobs and polling for completion.

How does a local image service handle privacy during image generation?

A local image service handles privacy by enforcing on-host execution of the entire image-generation pipeline, ensuring prompts and reference images are processed locally without substituting external tools.

What is the best way to check the health of a local image-generation pipeline?

The best way to check the health of a local image-generation pipeline is to route a request to the local service, which automatically validates service health before submitting any image generation jobs.

Why does my local Codex image generation return a PNG artifact?

Local Codex image generation returns a PNG artifact because the pipeline submits generation jobs to the local service, polls for completion, and faithfully delivers the final output in PNG format.

Can I use optional reference images for local image generation?

Yes, you can use optional reference images for local image generation by providing them alongside your image prompt to the local service to guide the final PNG output.