psd-automator-screenshot
Use screenshot + natural language instruction to locate PSD text layers and dispatch automated edits with confidence gating. Requires psd-automator core.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dhrxy/psd-automator-screenshotpsd-automator-screenshot
This skill dispatches screenshot-driven PSD text updates while keeping the existing psd-automator execution pipeline.
Usage
/psd-automator-screenshot <agentId> <截图改字指令>
Example:
/psd-automator-screenshot design-mac-01 找到banner.psd或banner.psb,将红框区域替换成"限时199元",保持字体和字号不变
Notes
- High confidence requests are auto-dispatched.
- Medium confidence requests return top candidates for confirmation.
- Every invocation/execution is recorded to skills-usage.json.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dhrxy-psd-automator-screenshot": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
psd-automator
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.
psd-automator-skill-command
Dispatch PSD automation tasks through skill command entry while reusing the same /psd orchestrator. Requires psd-automator core.