Automate Adobe Photoshop on Windows via ExtendScript to run scripts, update text layers, create layers, apply filters, play actions, and export images.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install photoshop-automator或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install photoshop-automator⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/photoshop-automator/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: photoshop-automator description: "Professional Adobe Photoshop automation via COM/ExtendScript bridge. Supports text updates, filters, and action playback." metadata: { "openclaw": { "requires": { "bins": ["cscript", "osascript"], "os": ["windows", "macos"], "env": [], "config": [] } } } ---
This skill provides a high-performance bridge for automating Adobe Photoshop (vCS6 - 2026+) on Windows and macOS using the ExtendScript (JSX) engine via VBScript or AppleScript.
- ❌ DO NOT USE: const, let, arrow functions () => {}, template literals ` ${} , or Map/Set`. - ✅ USE: Only var, standard function declarations, and string concatenation ('a' + b).
app.documents.add().runScript command allows execution of arbitrary ExtendScript. This engine has direct access to the host filesystem.File and Folder objects.updateText fails, ensure the layer name provided matches exactly (case-sensitive) with the layer in the PSD.Ensure Adobe Photoshop is installed on the host system. The skill automatically uses the registered COM server.
--- Developed for the OpenClaw community by Abdul Karim Mia.
安装 Photoshop Automator 后,可以对 AI 说这些话来触发它
Help me get started with Photoshop Automator
Explains what Photoshop Automator does, walks through the setup, and runs a quick demo based on your current project
Use Photoshop Automator to automate Adobe Photoshop on Windows via ExtendScript to run scripts...
Invokes Photoshop Automator with the right parameters and returns the result directly in the conversation
What can I do with Photoshop Automator in my design & creative workflow?
Lists the top use cases for Photoshop Automator, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/photoshop-automator/ 目录(个人级,所有项目可用),或 .claude/skills/photoshop-automator/(项目级)。重启 AI 客户端后,用 /photoshop-automator 主动调用,或让 AI 根据上下文自动发现并使用。
Photoshop Automator 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Photoshop Automator 可免费安装使用。请查阅仓库了解许可证信息。
Automate Adobe Photoshop on Windows via ExtendScript to run scripts, update text layers, create layers, apply filters, play actions, and export images.
Photoshop Automator 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Photoshop Automator
Identifies repetitive steps in your workflow and sets up Photoshop Automator to handle them automatically