内容创作
#image
photoshop-control
Use when Codex should control local Adobe Photoshop or Photoshop Beta on Windows for document creation, image placement, editable text/path work, layer operations, common edits, exports, batch workflows, or precise ExtendScript-based adjustments.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=kiki348-photoshop-beta-control-skills-photoshop-control-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name photoshop-control description Use when Codex should control local Adobe Photoshop or Photoshop Beta on Windows for document creation, image placement, editable text/path work, layer operations, common edits, exports, batch workflows, or precise ExtendScript-based adjustments. Photoshop Control Use this skill when the user asks Codex to edit, build, inspect, export, or automate work in local Adobe Photoshop or Photoshop Beta. Tools Prefer the plugin MCP tools in this order: photoshop_status to verify Photoshop COM is reachable and to inspect the active document. photoshop_find_progids if status fails or times out, because it checks Windows registration without launching Photoshop. photoshop_open_image to open a specific local image path. photoshop_create_document to start a new canvas with a known size, background, and resolution. photoshop_place_image to place a local image as a new positioned layer. photoshop_add_text_layer for editable title, caption, label, and annotation text. photoshop_layer_ops to list, select, rename, delete, show/hide, and style layers. photoshop_draw_paths to create editable Photoshop paths from point data; use stroke: true only when a visible ink layer is needed. photoshop_adjust_image for resize, crop, brightness, contrast, mild sharpening, and export. photoshop_texture_recolor for realistic local recolors that need to preserve folds, highlights, shadows, and feathered edges. photoshop_apply_overlay for prepared transparent edit layers that must be positioned precisely. photoshop_batch for repeatable multi-step workflows. photoshop_export_active to save a copy of the active document. photoshop_run_jsx only for edits that require Photoshop ExtendScript beyond the safer tools. Operating Notes This is Windows-only and depends on Photoshop exposing a COM automation ProgID. The bridge tries PHOTOSHOP_PROG_ID , then Photoshop.Application , recent versioned ProgIDs, and Photoshop.Application.Beta . If Photoshop Beta is installed but not registered for COM, ask the user for the correct ProgID or use Adobe-supported automation setup. Use absolute file paths for inputs and outputs. For destructive-looking requests, save to a new output path unless the user explicitly wants to overwrite. For object recoloring, avoid flat color overlays. Prefer photoshop_texture_recolor with a tight polygon mask around the object so Photoshop receives a generated layer that keeps the source texture. Use photoshop_apply_overlay with blendMode: "NORMAL" for explicit visible prepared layers, and blendMode: "COLOR" only when preserving original luminosity is more important than color strength. For line art that must remain editable, prefer photoshop_draw_paths ; it creates Photoshop path objects that can be edited with path/direct-selection tools. For office-style repetitive work, compose a photoshop_batch plan with document setup, layer creation, image placement, text labels, and export. Verify exported files exist after edits when possible. Example Requests "Open C:\images\hero.png in Photoshop and export a 1200px wide JPEG." "Increase contrast on the active Photoshop document and save a PNG copy." "Create a 1080p social post, place this product photo, add editable Chinese headline text, and export JPEG." "Draw a Fuji mountain line-art scene as editable Photoshop paths, then add a visible ink layer." "List layers, hide the old background, rename the AI overlay, and export a PSD copy." "Run this JSX against the active Photoshop document."
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |