AI AGENT ADDONS

Photoshop

sfkislev/flue

You can control Adobe Photoshop directly from your terminal. A coding agent sends ExtendScript commands through a local bridge called Flue. The agent gets back structured results as JSON.

This is useful when a person needs work done inside Photoshop. The agent can inspect the open document, check layers and selections, and make small edits. Without a bridge like Flue, a command line agent cannot reach into Photoshop.

The same bridge also works for other apps like Illustrator, Premiere, and Blender. Just one install covers all adapters.

Add Photoshop skill to your workflow

Global

mkdir -p ~/.claude/skills/photoshop

Project

mkdir -p .claude/skills/photoshop

Source Repository

Stars
36
Forks
1
Watchers
36
License
MIT
Last Push
2 months ago
Created
4 months ago