con un clic
generating-images
Generates images using AI models (Gemini). AI图像生成、文生图、生成图片。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Generates images using AI models (Gemini). AI图像生成、文生图、生成图片。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | generating-images |
| description | Generates images using AI models (Gemini). AI图像生成、文生图、生成图片。 |
Generates images using Gemini AI model (default: gemini-3.1-flash-image-preview, compatible: gemini-3-pro-image-preview).
prompt: Creative description of the imageimageUrls: Reference image URLs for editingimageSize: Output resolution - "1K", "2K", "4K"aspectRatio: "1:1", "2:3", "3:2", "3:4", "4:3", "4:5", "5:4", "9:16", "16:9", "21:9"generateImage with prompt and optional parametersgenerateImage sequentially formatDescribe the scene, don't just list keywords. Narrative descriptions always outperform keyword lists.
Include photography terms: lens type, lighting, atmosphere
A photorealistic close-up portrait of an elderly Japanese ceramicist with deep, sun-etched wrinkles and a warm, knowing smile. He is carefully inspecting a freshly glazed tea bowl.Specify style, features, and background requirements
A kawaii-style sticker of a happy red panda wearing a tiny bamboo hat. It's munching on a green bamboo leaf. The design features bold, clean outlines, simple cel-shading, and a vibrant color palette.Specify font style, design approach, and color scheme
Create a modern, minimalist logo for a coffee shop called 'The Daily Grind'. The text should be in a clean, bold, sans-serif font. The color scheme is black and white.Describe studio setup, lighting configuration, camera angle in detail
A high-resolution, studio-lit product photograph of a minimalist ceramic coffee mug in matte black, presented on a polished concrete surface.Subject positioning strategy, reserve negative space
A minimalist composition featuring a single, delicate red maple leaf positioned in the bottom-right of the frame. The background is a vast, empty off-white canvas.Emphasize character consistency and scene description
Make a 3 panel comic in a gritty, noir art style with high-contrast black and white inks. Put the character in a humorous scene.Combine with search tools to get current events/weather/trends for timely content
Make a simple but stylish graphic of last night's Arsenal game in the Champion's LeagueText in generated images MUST match user's language.
generateImage:
prompt: "A photorealistic close-up portrait of an elderly Japanese ceramicist with deep, sun-etched wrinkles and a warm, knowing smile. He is carefully inspecting a freshly glazed tea bowl."
aspectRatio: "3:4"
imageSize: "2K"
generateImage:
prompt: "A kawaii-style sticker of a happy red panda wearing a tiny bamboo hat. It's munching on a green bamboo leaf. The design features bold, clean outlines, simple cel-shading, and a vibrant color palette."
aspectRatio: "1:1"
imageSize: "1K"
generateImage:
prompt: "A high-resolution, studio-lit product photograph of a minimalist ceramic coffee mug in matte black, presented on a polished concrete surface."
aspectRatio: "1:1"
imageSize: "2K"
generateImage:
prompt: "A minimalist composition featuring a single, delicate red maple leaf positioned in the bottom-right of the frame. The background is a vast, empty off-white canvas."
aspectRatio: "16:9"
imageSize: "2K"
generateImage:
prompt: "Add a vibrant rainbow to the sky, keep all other elements unchanged"
imageUrls: ["source.jpg"]
Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Compact the current conversation into a handoff document for another agent to pick up.
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".