用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/loonghao/dcc-mcp-photoshop --skill photoshop-document命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | photoshop-document |
| description | Adobe Photoshop document management — open, save, create, and query documents and layers |
| dcc | photoshop |
| version | 0.1.0 |
| tags | ["photoshop","document","layers","adobe"] |
| search-hint | document info, list layers, open, save, export, create layer, photoshop |
| license | MIT |
| allowed-tools | ["Bash","Read"] |
| depends | [] |
| tools | [{"name":"get_document_info","description":"Get metadata about the active Photoshop document (name, size, resolution, color mode)","source_file":"scripts/get_document_info.py","read_only":true,"destructive":false,"idempotent":true},{"name":"list_layers","description":"List all layers in the active Photoshop document. Set include_hidden=false to exclude hidden layers.","source_file":"scripts/list_layers.py","read_only":true,"destructive":false,"idempotent":true}] |
Adobe Photoshop document management skill. Uses the WebSocket bridge to communicate with Photoshop via the UXP plugin.
get_document_info — Get name, dimensions, resolution, color mode of the active documentlist_layers — List all layers (with optional hidden layer filter)