ワンクリックで
openai-image-gen
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when the user asks to \\\\\\\"create an agent\\\\\\\", \\\\\\\"add an agent\\\\\\\", \\\\\\\"write a subagent\\\\\\\", \\\\\\\"agent frontmatter\\\\\\\", \\\\\\\"when to use description\\\\\\\", \\\\\\\"agent examples\\\\\\\", \\\\\\\"agent tools\\\\\\\", \\\\\\\"agent colors\\\\\\\", \\\\\\\"autonomous agent\\\\\\\", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for CodeBuddy Code plugins.
Email inbox for AI agents. Check messages, send emails, and communicate via your own @agentmail.to address.
This skill should be used when the user asks to \\\\\\\"create a Next.js route\\\\\\\", \\\\\\\"add a page\\\\\\\", \\\\\\\"set up layouts\\\\\\\", \\\\\\\"implement loading states\\\\\\\", \\\\\\\"add error boundaries\\\\\\\", \\\\\\\"organize routes\\\\\\\", \\\\\\\"create dynamic routes\\\\\\\", or needs guidance on Next.js App Router file conventions and routing patterns.
This skill should be used when the user asks about \\\\\\\"authentication in Next.js\\\\\\\", \\\\\\\"NextAuth\\\\\\\", \\\\\\\"Auth.js\\\\\\\", \\\\\\\"middleware auth\\\\\\\", \\\\\\\"protected routes\\\\\\\", \\\\\\\"session management\\\\\\\", \\\\\\\"JWT\\\\\\\", \\\\\\\"login flow\\\\\\\", or needs guidance on implementing authentication and authorization in Next.js applications.
This skill should be used when the user needs to interact with web pages, browse websites, take screenshots, fill forms, click elements, extract web content, or perform any browser automation tasks. Trigger phrases include \\\\\\\"open webpage\\\\\\\", \\\\\\\"visit website\\\\\\\", \\\\\\\"browse\\\\\\\", \\\\\\\"screenshot page\\\\\\\", \\\\\\\"fill form\\\\\\\", \\\\\\\"click button\\\\\\\", \\\\\\\"extract from website\\\\\\\", \\\\\\\"web scraping\\\\\\\", \\\\\\\"automate browser\\\\\\\".
Audit and improve CODEBUDDY.md files in repositories. Use when user asks to check, audit, update, improve, or fix CODEBUDDY.md files. Scans for all CODEBUDDY.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions \\\\\\\"CODEBUDDY.md maintenance\\\\\\\" or \\\\\\\"project memory optimization\\\\\\\".
| name | openai-image-gen |
| description | Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. |
| description_zh | 精选热门 AI Agent 技能合集,汇集社区高下载量技能于一处。 |
| version | 1.0.0 |
| source | codebuddy |
| source_plugin | hot-skills |
AgentZ note: Bundled scripts are optional reference only. Prefer
shell,file_read, andfile_write.
AgentZ note: Bundled scripts are optional reference only. Prefer
shell,file_read, andfile_write.
AgentZ note: Bundled scripts are optional reference only. Prefer
shell,file_read, andfile_write.
Generate a handful of "random but structured" prompts and render them via OpenAI Images API.
OPENAI_API_KEYpython3 {baseDir}/scripts/gen.py
Useful flags:
python3 {baseDir}/scripts/gen.py --count 16 --model gpt-image-1.5
python3 {baseDir}/scripts/gen.py --prompt "ultra-detailed studio photo of a lobster astronaut" --count 4
python3 {baseDir}/scripts/gen.py --size 1536x1024 --quality high --out-dir ./out/images
*.png imagesprompts.json (prompt > file mapping)index.html (thumbnail gallery)