用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/loonghao/dcc-mcp-photoshop --skill photoshop-text命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | photoshop-text |
| description | Adobe Photoshop text layer operations — create, edit, style text layers |
| dcc | photoshop |
| version | 0.1.0 |
| tags | ["photoshop","text","typography","font","adobe"] |
| search-hint | text layer create font size color bold italic photoshop |
| license | MIT |
| allowed-tools | ["Bash","Read"] |
| depends | [] |
| tools | [{"name":"create_text_layer","description":"Create a new text layer in the active document with specified content and styling.","source_file":"scripts/create_text_layer.py","read_only":false,"destructive":false,"idempotent":false},{"name":"update_text_layer","description":"Update the text content or style of an existing text layer.","source_file":"scripts/update_text_layer.py","read_only":false,"destructive":false,"idempotent":true},{"name":"get_text_layer_info","description":"Get the text content and style properties of a text layer.","source_file":"scripts/get_text_layer_info.py","read_only":true,"destructive":false,"idempotent":true}] |
Text layer operations for Adobe Photoshop. Create and edit text layers with full font, size, color, and alignment control.
create_text_layer — Add a new text layer with full stylingupdate_text_layer — Change text content or style of an existing layerget_text_layer_info — Read text properties (font, size, color, etc.)