Photoshop Bridge
Connect Profy to the Adobe Photoshop instance on your machine, so an expert can operate on layers, use Smart Objects for reversible transformations, and run batch-processing recipes. This is a different thing from Profy’s AI image generation (profy-creative). Generation creates pixels from nothing; Photoshop Bridge performs precise edits on the PSD you already have — layer structure, masks, adjustment layers, the things a generative model cannot give you.
Declaration and activation
user_selectable) and a connected Desktop (desktop_connected, from PROFY_DESKTOP == "true"). The plugin does not exist in cloud browser conversations.
Prerequisites
Non-destructive editing discipline (skill layer, active today)
The entire skill orbits one idea: every step must leave a way back.Why non-destructive matters more for an agent
The decisive difference between agent editing and human editing is the number of attempts. A person thinks before committing to a change. A model will try five variations in a row. If each variation is destructive — painting directly onto the background, applying filters in place — then discovering at variation three that the direction was wrong means there is nothing to go back to. So the skill states it as a hard constraint:- Work on duplicated layers, never directly on the background
- Use adjustment layers for colour work (non-destructive) rather than applying in place
- Save the PSD before flattening
- Never overwrite the original file
Capability inventory (available once MCP is wired)
Batch processing recipes
The recommended pattern for repetitive work is three steps, and the middle one is the point:- Define the recipe — fix the sequence of operations
- Apply it to a folder of images
- Verify sample outputs before running the full batch
Colour space
The prompt layer requires choosing colour space by destination: sRGB for web, CMYK for print. This is not optional. Colour-correcting in the wrong space means the whole result shifts on conversion, invalidating the work that came before it.Boundaries and failure modes
- No Desktop, no plugin. It does not appear in cloud conversations.
- Photoshop not running means pre-flight fails. The skill requires fetching document info first — dimensions, colour mode, bit depth. If that fails the model should stop and report.
- The MCP declaration is currently unwired (see the top of the page), so the model offers method rather than executing.
- UXP developer mode must be enabled by hand. It is an Adobe-side setting; installing the plugin does not turn it on.
- Smart Objects are not universal. Pixel-level painting and some filters remain destructive; the skill’s guidance is to duplicate the layer before those operations.
Troubleshooting
Verify your setup
- Photoshop Bridge should appear in the plugin panel of a new Profy Desktop conversation. If it does not, Desktop is not connected.
- Tick it and ask “what are the dimensions and colour mode of the open document?”. Methodology instead of real data means you have hit the unwired state described above.
- Ask it to “add a watermark to a batch of product photos”. A correct answer must include defining the recipe, verifying a sample first, and working on duplicated layers — which confirms the skill layer loaded.
Related
Image generation
Cloud-side AI image generation: pixels from nothing
Blender Bridge
Sibling bridge: local Blender modelling and GLB export
Verified 2026-08-11. Sources:
services/agent-runtime/src/plugins/builtin/photoshop-bridge/plugin.json, skills/photoshop-workflow/SKILL.md, prompts/PHOTOSHOP.md, services/agent-runtime/src/plugins/registry.py (_check_activation).
