Use this skill when a user wants to adjust, edit, refine, or lightly retouch a photo or image.
Use this skill when an agent should adjust, edit, modify, retouch lightly, enhance, improve, tune, polish, brush up, rebalance, correct, crop, rotate, or otherwise refine a photo or image.
PP3.photo-edit MCP server is configured in the client.rawtherapee-cli is installed and available on PATH.create_edit_session with the image path.preview_path. If diagnostic_dashboard_path or diagnostic_summary is present, you must check and use them, along with the current adjustment state, , and history cursor fields such as , , , and .preview_counthistory_indexhistory_lengthcan_undocan_redolist_supported_adjustments if ranges or semantics are unclear.apply_adjustments.undo_adjustment or redo_adjustment to move across committed edit steps when needed.render_preview whenever you want a fresh preview artifact for the current session state.export_image only when the preview matches the requested criteria.preview_path for aesthetic intent and overall image judgment.diagnostic_dashboard_path for quick technical pattern reading, especially clipping, balance, and saturation distribution.diagnostic_summary for exact numeric facts when deciding whether exposure, white balance, or saturation still needs adjustment.Follow this order unless the user asks for a different look:
export_image.ask_user tool or simply asking in the chat).export_image after the user has explicitly confirmed the preview is satisfactory.preview_path always points at the latest preview.preview_count tells you how many preview artifacts exist for the session.history_index points to the current committed edit step.can_undo and can_redo indicate whether cursor movement is available.crop uses normalized 0..1 coordinates.orientation uses quarter turns: -90, 0, 90, 180.rgb_mixer uses per-output RGB rows in percentage units.denoise_luma, denoise_detail, and denoise_chroma are separate controls.color_temperature and green_balance provide manual white balance control.sharpen_amount, sharpen_radius, and sharpen_contrast control the main sharpening tool.{
"exposure": 0.8,
"contrast": 12,
"saturation": 8,
"denoise_luma": 10,
"denoise_chroma": 18,
"color_temperature": 5200,
"green_balance": 1.03,
"highlights": 12,
"shadows": 16,
"sharpen_amount": 180,
"sharpen_radius": 0.8,
"sharpen_contrast": 30,
"orientation": 90,
"crop": {
"left": 0.1,
"top": 0.1,
"right": 0.9,
"bottom": 0.95
}
}
darktable-cli backend has been removed.