Overview
- Skill Key
- dhrxy/psd-automator
- Author
- dhrxy
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dhrxy/psd-automator
- Latest Commit SHA
- 77855f68b2249bb04f468e6e3029c502865308a2
Automate PSD text replacement on Mac and Windows with Photoshop, dry-run safety, style-lock checks, rollback, and local PSD index cache. Use when requests include file/path hints, layer name, and replacement text from chat channels (including DingTalk) and require no popup dialogs.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 psd-automator 技能。 若已安装,则直接安装 psd-automator 技能。
# PSD Automator Cross-platform PSD text automation for teams using both macOS and Windows. ## Scope - Phase 1 + 2 only. - Screenshot understanding is intentionally out of scope. - Uses one task protocol and two execution engines: - macOS: AppleScript (`osascript`) - Windows: Photoshop COM (PowerShell) ## Task Protocol Read [references/task-schema.json](references/task-schema.json) before running. Minimal required fields: - `taskId` - `input.edits[]` (`layerName` + `newText`) - `input.exactPath` or `input.fileHint` Key optional fields: - `workflow.sourceMode`: `inplace` or `copy_then_edit` - `output.exports[]`: PNG export (`mode=single` or `mode=layer_sets` for sliced/block assets) - `output.bundle.zipName`: zip name for sliced assets bundle - `options.pathBridgeMode`: `auto` / `always` / `off` (macOS Unicode path bridge) - `options.bundleZip`: whether to bundle `layer_sets` PNGs into one zip - `options.matchImagePath`: screenshot path for selecting most similar exported slice ## Build and Refresh PSD Index Create or refresh local cache: ```bash node skills/psd-automator/scripts/build-index.js \ --root "/Projects/Design" \ --root "/Users/me/Desktop/assets" \ --index "~/.openclaw/psd-index.json" ``` Incremental refresh: ```bash node skills/psd-automator/scripts/build-index.js --incremental ``` ## Run a Task Dry-run first (recommended): ```bash node skills/psd-automator/scripts/run-task.js \ --task "skills/psd-automator/examples/task.mac.json" \ --dry-run ``` Execute: ```bash node skills/psd-automator/scripts/run-task.js \ --task "skills/psd-automator/examples/task.mac.json" ``` Natural-language dispatch (through OpenClaw chat command, supports `.psd` and `.psb`): ```text /psd design-mac-01 帮我找到20260225工位名牌.psd或20260225工位名牌.psb,把姓名改成琳琳,座右铭改成步履不前,稳步前进,保存成png放置在桌面 --dry-run ``` ## DingTalk image handoff (required) When replying in DingTalk and task execution is successful with PNG output,...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.