From nanobanana
Generate images from text prompts. Use when the user asks to create, generate, or make an image, illustration, artwork, photo, or picture.
npx claudepluginhub tayzar-tznw/claude-nanobana-plugin --plugin nanobananaThis skill uses the workspace's default tool permissions.
Use the nanobanana MCP server's `generate_image` tool to generate images.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Use the nanobanana MCP server's generate_image tool to generate images.
Parse the user's request and extract:
--count=N--styles="style1,style2" (photorealistic, watercolor, oil-painting, sketch, pixel-art, anime, vintage, modern, abstract, minimalist)--variations="var1,var2" (lighting, angle, color-palette, composition, mood, season, time-of-day)--format=--seed=--preview flagUser input: $ARGUMENTS
Call the generate_image tool with the parsed parameters.