psd-automator-skill-command
Dispatch PSD automation tasks through skill command entry while reusing the same /psd orchestrator. Requires psd-automator core.
Why use this skill?
Use the psd-automator-skill-command to automate Photoshop tasks in OpenClaw. Streamline PSD edits, text changes, and file exports with simple command-line triggers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dhrxy/psd-automator-skill-commandWhat This Skill Does
The psd-automator-skill-command serves as a direct, intent-driven interface for OpenClaw's PSD orchestration engine. Unlike manual workflows that may require complex setup, this skill allows users to trigger professional-grade Photoshop automation tasks directly through the command line or chat interface. By leveraging the same pipeline as the native /psd command, it ensures that your automation logic remains consistent, reliable, and integrated with the broader OpenClaw ecosystem. Whether you are dealing with batch name changes, layer modifications, or export operations, this tool acts as a bridge between high-level instructions and the underlying imaging backend.
Installation
To integrate this capability into your OpenClaw environment, execute the following installation command in your terminal:
clawhub install openclaw/skills/skills/dhrxy/psd-automator-skill-command
Once installed, the command will be immediately available for use within your agent workflows or direct interaction panels.
Use Cases
This skill is designed for creative professionals and automation engineers who need to handle repetitive graphic design tasks. Common use cases include:
- Automated badge and business card generation: Quickly modify text layers across hundreds of files.
- Batch file conversion: Automatically export layers or entire documents into various formats like PNG, JPG, or PDF.
- Asset management: Dynamically update date, names, or project codes on template files for internal reporting.
- Workflow streamlining: Reduce the need to open the full Photoshop GUI for minor, repetitive changes.
Example Prompts
- "/psd-automator-skill-command design-prod-01 帮我找到20260302工位名牌.psd,把姓名改成小一,并保存成png放到桌面"
- "/psd-automator-skill-command marketing-04 replace text 'Old_Promo' with 'Spring_Sale_2026' in banner_template.psd"
- "/psd-automator-skill-command export-bot ./assets/posters.json --dry-run"
Tips & Limitations
- The
--dry-runflag is highly recommended for complex tasks to verify changes without permanently overwriting source files. - The tool requires the psd-automator core to be properly configured on the host machine.
- Ensure all file paths provided in the command are reachable by the OpenClaw agent execution environment.
- It is best practice to maintain a clear folder structure for templates to avoid confusion during batch processes.
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-skill-command": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
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-screenshot
Use screenshot + natural language instruction to locate PSD text layers and dispatch automated edits with confidence gating. Requires psd-automator core.