From nanobanana
Edit an existing image based on text instructions. Use when the user asks to edit, modify, change, or alter an existing image file.
npx claudepluginhub tayzar-tznw/claude-nanobana-plugin --plugin nanobananaThis skill uses the workspace's default tool permissions.
Use the nanobanana MCP server's `edit_image` tool to edit an existing image.
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 edit_image tool to edit an existing image.
Parse the user's request and extract:
--preview flagRequired format: filename "edit instructions" [--preview]
If missing required parameters, respond with: "Error: Missing required parameters. Usage: /nanobanana:edit filename "edit instructions" [--preview]"
User input: $ARGUMENTS
Call the edit_image tool with file and prompt parameters.