psd-automator-screenshot
Use screenshot + natural language instruction to locate PSD text layers and dispatch automated edits with confidence gating. Requires psd-automator core.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-psd-automator-screenshot
Repository
Skill path: skills/dhrxy/psd-automator-screenshot
Use screenshot + natural language instruction to locate PSD text layers and dispatch automated edits with confidence gating. Requires psd-automator core.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install psd-automator-screenshot into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding psd-automator-screenshot to shared team environments
- Use psd-automator-screenshot for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: psd-automator-screenshot
description: "Use screenshot + natural language instruction to locate PSD text layers and dispatch automated edits with confidence gating. Requires psd-automator core."
metadata:
openclaw:
userInvocable: true
commandDispatch: tool
commandTool: psd_automator_screenshot
commandArgMode: raw
---
# psd-automator-screenshot
This skill dispatches screenshot-driven PSD text updates while keeping the existing psd-automator execution pipeline.
## Usage
```text
/psd-automator-screenshot <agentId> <截图改字指令>
```
Example:
```text
/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.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "dhrxy",
"slug": "psd-automator-screenshot",
"displayName": "Psd Automator Screenshot",
"latest": {
"version": "1.0.0",
"publishedAt": 1772768690275,
"commit": "https://github.com/openclaw/skills/commit/8116df65707e8f1e14e85284df5114e0344c5f91"
},
"history": []
}
```