Library
GitHub · github.comsaved May 2, 2026archived

GitHub - wuyoscar/GPT-Image2-Skill: GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI for OpenAI image generation/editing

GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI for OpenAI image generation/editing - wuyoscar/GPT-Image2-Skill

github.com/wuyoscar/GPT-Image2-Skill

Archived text657 words

GPT Image 2 Prompt Gallery + Agent Skills + CLI OpenAI GPT Image 2 prompt gallery, image prompt library, agent skills, and CLI — curated, copy-paste prompts and runnable examples for skill-capable agents. Small but mighty · curated for signal, not volume; README shows a selected showcase 2 Agent Skills + CLI — Claude Code / Codex, OpenClaw, Hermes Agent and other skill-capable agent runtimes 🔎 What is this repo for? Use this repo as a GPT Image 2 prompt gallery, image prompt library, generated-image showcase, agent-skill collection, and gpt-image-2 CLI. The selected examples cover research paper figures, posters, UI mockups, game HUDs, anime / manga, photography, typography, maps, tattoo design, and reference-image editing. This project is not trying to collect every prompt on the internet. We keep a selected set of examples that show what GPT Image 2 can do and how to use it well. Thanks for all the love this little gallery has received 🫶. For research figures, treat generated images as references, workflow sketches, or reproducible style targets. We do not recommend dropping GPT Image 2 outputs directly into a paper as-is; for academic communication, that can be misleading and is generally bad practice. Contributions are welcome — see CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md. Choose either skill or install both: gpt-image generates and edits images, while get-prompt-from-image extracts prompts from reference images. Before installing, check whether the skill or CLI is already available. Do not reinstall blindly, overwrite an existing skill folder, or create/replace API-key files. Use your runtime's own skill list/status command when available; global/shared installs should be an explicit user choice, not an automatic setup step. command -v gpt-image || true command -v uv >/dev/null && uv tool list | grep -E '^gpt-image-cli([[:space:]]|$)' || true test -n "${OPENAI_API_KEY:-}" && echo "OPENAI_API_KEY is already set (value hidden)" /plugin marketplace add wuyoscar/gpt_image_2_skill /plugin install gpt-image@wuyoscar-skills Codex ships with built-in skill helpers such as $skill-installer and $skill-creator. Open Codex and invoke the built-in installer with the GitHub skill-folder URL for each skill you want: # gpt-image $skill-installer Install this skill from GitHub: https://github.com/wuyoscar/gpt_image_2_skill/tree/main/skills/gpt-image #…

crawled Sep 8, 2026

Related sites

Nearest neighbours by embedding distance, computed at index time.