Overview
- Skill Key
- amian/chatgpt-image-generation
- Author
- amian
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/amian/chatgpt-image-generation
- Latest Commit SHA
- a080dd57141bd44c195a2723614492b716d9fbce
Generate images from ChatGPT using Playwright browser automation. Opens ChatGPT, sends prompts, waits for generation, and saves the resulting images.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 chatgpt-image-generation 技能。 若已安装,则直接安装 chatgpt-image-generation 技能。
# ChatGPT Image Generation Skill
Use Playwright to automate ChatGPT web UI for image generation.
## Prerequisites
```bash
npm install playwright
npx playwright install chromium
```
## Usage
```bash
# Generate images from prompts file
node generate.js --prompts prompts.json --output ./images
# Resume from a specific index
node generate.js --prompts prompts.json --output ./images --start 5
# Run in headless mode
node generate.js --prompts prompts.json --output ./images --headless
```
## Prompt File Format
```json
["prompt 1", "prompt 2"]
```
or
```json
{ "prompts": ["prompt 1", "prompt 2"] }
```
## How It Works
1. Opens ChatGPT in a Chrome browser
2. Sends each prompt from the prompts file
3. Waits for the response to be generated
4. Finds the generated image in the page
5. Saves the image to the output directory
6. Repeats for all prompts
## Output
- Numbered image files: `001.png`, `002.png`, etc.
- `results.jsonl` — log of results per prompt
## Login (One-Time)
If not logged into ChatGPT:
1. Run the script (browser will open visible)
2. Sign into ChatGPT
3. Session is saved for future runs
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
canbirlik
A visual, human-like web browser for OpenClaw agents.Supports reading,screenshots, and visible mode.