Help us improve
Share bugs, ideas, or general feedback.
From nanobanana
Edits an existing image file based on a text prompt using the Nano Banana MCP tool, then displays the modified image.
npx claudepluginhub lucklyric/cc-dev-tools --plugin nanobananaHow this command is triggered — by the user, by Claude, or both
Slash command
/nanobanana:edit <filename> <edit instructions>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Nano Banana: Edit Image Parse the user's input and call the `edit_image` MCP tool. ## Arguments User input: $ARGUMENTS ## Instructions 1. Extract the filename (first argument, required) 2. Extract the edit prompt (remaining text after filename, required) 3. If either is missing, show usage: `/edit <filename> <edit instructions>` 4. Resolve the filename to an **absolute path** before passing to the MCP tool 5. Call `edit_image` with: - `file`: the absolute file path - `prompt`: the edit instructions 5. After editing, present the result image to the user using the Read tool ## E...
/nano-bananaGenerates or edits images using Google's Gemini Image model. Accepts a prompt and optional image path for editing.
/editEdit the current PRD file in your default editor, validate JSON and structure after saving, then re-display updated review with stories, priorities, and dependencies.
/editEdits a Slidev slide by number: reads context from slides.md/outline/notes, shows position/title/layout summary, offers menu for quality analysis, content/layout edits, visuals, notes, or deletion.
/editEdits title, description, or labels of a card by reference (<ref>). Supports --board override; requires --json and at least one field change. Outputs rkey and fields.
Share bugs, ideas, or general feedback.
Parse the user's input and call the edit_image MCP tool.
User input: $ARGUMENTS
/edit <filename> <edit instructions>edit_image with:
file: the absolute file pathprompt: the edit instructions/edit photo.jpg change the background to a beach scene
/edit ./nanobanana-output/sunset.png make the colors more vibrant
/edit logo.png add a shadow effect