Skip to content

Recetas

Cada receta convierte un resultado completo en un único estado del historial de Photoshop: deshaces una vez y se revierte todo. Copia un prompt y pégalo en tu asistente.

  • Remove background

    Remove background

    Retouch

    Select Subject plus a layer mask. Original pixels stay behind the mask.

    Remove the background from the active portrait layer. Use Select Subject + a layer mask with a 2px feather. Keep the original pixels behind the mask.
    Herramienta
    photoshop_recipe_remove_background
    Plantilla de prompt
    ps.remove_background
    Parámetros de ejemplo
    { feather_px: "2", keep_shadow: "false" }
  • Remove a distraction

    Remove a distraction

    Retouch

    Content-aware fill on your rough selection. Nothing outside it is touched.

    There's a tourist photobombing my landscape on the active layer. I'll rough-select him with the lasso — then run the remove-distraction recipe with a 1px feather. Content-aware fill only; don't touch anything outside the selection.
    Herramienta
    photoshop_recipe_remove_distraction
    Plantilla de prompt
    ps.remove_distraction
    Parámetros de ejemplo
    { feather_px: "1" }
  • Enhance a portrait

    Enhance a portrait

    Retouch

    Skin smoothing and auto tone in one undoable step.

    Enhance the portrait on the active layer at medium intensity with skin smoothing. Use the enhance-portrait recipe — I want frequency separation + auto-tone in one undoable step. Show me a preview when done.
    Herramienta
    photoshop_recipe_enhance_portrait
    Plantilla de prompt
    ps.enhance_portrait
    Parámetros de ejemplo
    { intensity: "medium", skin_smoothing: "true" }
  • Dodge & burn setup

    Dodge & burn setup

    Retouch

    A 50% gray overlay layer, ready for you to paint light and shadow.

    Set up dodge & burn on the active portrait layer: a 50% gray layer in overlay blend mode. I'll paint with a white/black brush myself — just prepare the non-destructive setup.
    Herramienta
    photoshop_recipe_dodge_burn
    Plantilla de prompt
    ps.dodge_burn
    Parámetros de ejemplo
    { blend_mode: "overlay" }
  • Frequency separation

    Frequency separation

    Retouch

    Splits texture from color into Low and High layers you can paint on.

    Set up frequency separation on the active raster layer with a 6px blur radius. I will paint on the Low and High layers myself — do not apply extra smoothing. Tell me which layers to edit when the stack is ready.
    Herramienta
    photoshop_recipe_frequency_separation
    Plantilla de prompt
    ps.frequency_separation
    Parámetros de ejemplo
    { radius_px: "6" }
  • Color grade

    Color grade

    Retouch

    Teal-orange, warm film and other looks as non-destructive adjustment layers.

    Apply a warm film color grade to the open document as non-destructive adjustment layers. Use the apply-color-grade recipe with preset warm_film. Preview the result when finished.
    Herramienta
    photoshop_recipe_apply_color_grade
    Plantilla de prompt
    ps.apply_color_grade
    Parámetros de ejemplo
    { preset: "warm_film" }
  • Gradient fade

    Gradient fade

    Compose

    Melts the subject into the background with an editable mask gradient.

    Fade the isolated subject into the background from the bottom up. Apply a bottom_to_top gradient on the layer mask, 0 to 100%. Keep the mask editable.
    Herramienta
    photoshop_recipe_gradient_fade
    Plantilla de prompt
    ps.gradient_fade
    Parámetros de ejemplo
    { direction: "bottom_to_top" }
  • Sky blend

    Sky blend

    Compose

    Replaces a blown-out sky with your own sky image, feathered at the horizon.

    The sky in my landscape is blown out. Blend ~/skies/sunset.jpg in as the new sky, horizon at 45% of the frame height, feathered so the treeline stays natural.
    Herramienta
    photoshop_recipe_sky_blend
    Plantilla de prompt
    ps.sky_blend
    Parámetros de ejemplo
    { sky_image_path: "~/skies/sunset.jpg", horizon_pct: "45" }
  • Organize layers

    Organize layers

    Compose

    Renames layers by kind and groups related ones. Originals preserved.

    Organize the layer stack: rename by kind, auto-group related layers, preserve originals. Run the organize-layers recipe, then list layers so I can review the new structure.
    Herramienta
    photoshop_recipe_organize_layers
    Plantilla de prompt
    ps.organize_layers
  • Passport photo

    Passport photo

    Compose

    White background, proper headroom, exact size and DPI, optional print sheet.

    Turn the open portrait into a US passport photo: white background, proper headroom, exact 600x600 px at 300 DPI. Also give me a 10x15 cm print sheet with copies.
    Herramienta
    photoshop_recipe_passport_photo
    Plantilla de prompt
    ps.passport_photo
    Parámetros de ejemplo
    { spec: "us_2x2", make_sheet: "true" }
  • Prepare for web

    Prepare for web

    Export

    sRGB, downscale, sharpen, optimized JPEG — in that order.

    Prepare the active document for web: sRGB, downscale, sharpen, export one optimized JPEG to ~/.photoshop-mcp/exports.
    Herramienta
    photoshop_recipe_prepare_for_web
    Plantilla de prompt
    ps.prepare_for_web
  • Social variants

    Social variants

    Export

    One JPEG per platform at spec dimensions from the same document.

    Export Instagram post and X post variants as separate JPEGs from the open document. List the output paths in a table.
    Herramienta
    photoshop_recipe_export_social_variants
    Plantilla de prompt
    ps.export_social_variants
  • Batch mockup replace

    Batch mockup replace

    Batch

    Swaps a Smart Object per asset so perspective is preserved; one render each.

    I have a mockup PSD open with a Smart Object layer named "Screen". Replace it with every PNG/JPG in ~/assets/mockups/ and export one JPEG per asset. Swap the Smart Object so perspective is preserved.
    Herramienta
    photoshop_recipe_batch_mockup_replace
    Plantilla de prompt
    ps.batch_mockup_replace
  • Batch watermark

    Batch watermark

    Batch

    Watermarks every image in a folder; originals are never touched.

    Watermark every photo in ~/photos/portfolio with the text "© Jane Doe 2026". Bottom-right corner, 40% opacity, small margin from the edges. Export watermarked JPEGs — never touch the originals.
    Herramienta
    photoshop_recipe_batch_watermark
    Plantilla de prompt
    ps.batch_watermark
    Parámetros de ejemplo
    { assets_dir: "~/photos/portfolio", text: "© Jane Doe 2026", position: "bottom_right", opacity: "40" }
  • CSV to cards

    CSV to cards

    Batch

    Mail merge for images: one personalized export per CSV row from a template PSD.

    Generate a name card for every row in ~/cards/speakers.csv using the open template PSD. PNG output to ~/cards/out — one file per row, named after the row.
    Herramienta
    photoshop_recipe_csv_to_cards
    Plantilla de prompt
    ps.csv_to_cards
    Parámetros de ejemplo
    { csv_path: "~/cards/speakers.csv", output_dir: "~/cards/out", format: "PNG" }