Chatgpt Imagegen
Generate raster images (PNG/JPEG/WebP) using the user's ChatGPT subscription via a local one-file Python CLI โ no OPENAI_API_KEY, no gateway, no daemon. Two backends: web (default) drives the user's logged-in ChatGPT browser so generation runs on the conversation surface and does NOT consume Codex-usage limits; codex is a headless fallback that bills the Codex-usage bucket. Use when an agent needs to create a brand-new bitmap asset for the current project (photos, illustrations, icons, hero banners, mockups, sprites, concept art) and the output should be a bitmap file saved into the workspace. Do not use when the task is better solved by editing existing SVG/vector assets, writing code-native graphics (HTML/CSS/canvas), or extending an established repo icon system.
Install on your platform
We auto-selected Claude Code based on this skillโs supported platforms.
Run in terminal (recommended)
claude mcp add chatgpt-imagegen npx -- -y @trustedskills/chatgpt-imagegen
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chatgpt-imagegen": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chatgpt-imagegen"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
Generate raster images (PNG/JPEG/WebP) using the user's ChatGPT subscription via a local one-file Python CLI โ no OPENAI_API_KEY, no gateway, no daemon. Two backends: web (default) drives the user's logged-in ChatGPT browser so generation runs on the conversation surface and does NOT consume Codex-usage limits; codex is a headless fallback that bills the Codex-usage bucket. Use when an agent needs to create a brand-new bitmap asset for the current project (photos, illustrations, icons, hero banners, mockups, sprites, concept art) and the output should be a bitmap file saved into the workspace. Do not use when the task is better solved by editing existing SVG/vector assets, writing code-native graphics (HTML/CSS/canvas), or extending an established repo icon system.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates โ what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v0.4.0
- License
- MIT
- Author
- leeguooooo
- Installs
- 0
- Updated
- Jun 9, 2026
- Published
- May 18, 2026
๐ Unverified
Not yet reviewed. Use with caution.