원클릭으로
image-generation
Generate images using Google Gemini (gemini-3-pro-image-preview). Requires GEMINI_API_KEY.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate images using Google Gemini (gemini-3-pro-image-preview). Requires GEMINI_API_KEY.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update persistent swarm memory in ${SWARM_MEMORY_FILE} when the user explicitly asks to remember, update, or forget durable information.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Author repo-root .forge project resources, including skills, specialists, reference docs, Project Agent definitions, Forge extensions, and Pi extensions/settings.
Use when creating, refining, or validating reusable global, project, or repository skills, including trigger wording, templates, helper scripts, and validation checks.
Test-only project skill fixture for validating repo-root .forge skill discovery. Use when the user asks to run the Forge resource smoke skill or validate project skill loading.
Create, update, list, and delete global slash commands.
| name | image-generation |
| description | Generate images using Google Gemini (gemini-3-pro-image-preview). Requires GEMINI_API_KEY. |
| envVars | [{"name":"GEMINI_API_KEY","description":"Google AI Studio / Gemini API key","required":true}] |
Generate images using Google Gemini (gemini-3-pro-image-preview).
Run from this skill directory:
node ./generate.js \
--prompt "a cute robot bee in a garden" \
--output "/path/to/output.png"
--prompt (required): text description of the image to generate--output (required): output file path (extension auto-detected when omitted)--aspect-ratio (optional): aspect ratio like 16:9, 1:1, 4:3--size (optional): image size, default 1KThe script prints JSON:
{ "ok": true, "file": "/path/to/output.png", "mimeType": "image/png" }{ "ok": false, "error": "..." }