Psd Automator Skill Command

v1.0.0

Dispatch PSD automation tasks through skill command entry while reusing the same /psd orchestrator. Requires psd-automator core.

0· 246·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dhrxy/psd-automator-skill-command.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Psd Automator Skill Command" (dhrxy/psd-automator-skill-command) from ClawHub.
Skill page: https://clawhub.ai/dhrxy/psd-automator-skill-command
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install dhrxy/psd-automator-skill-command

ClawHub CLI

Package manager switcher

npx clawhub@latest install psd-automator-skill-command
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description claim to dispatch PSD automation via an existing /psd orchestrator; the SKILL.md only documents a wrapper command and does not request unrelated credentials, binaries, or config paths. All declared requirements (none) align with that purpose.
Instruction Scope
SKILL.md provides only command metadata and usage examples. It does accept a <taskJsonPath> or free-text task description and documents reusing the existing pipeline; the file-path argument implies the underlying psd_automator_skill_command tool (not included here) may read local files. The skill's instructions do not themselves direct the agent to read unrelated system files or external endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk by the skill bundle itself.
Credentials
The skill declares no environment variables, credentials, or config paths. That matches the simple command-wrapper purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or system-wide configuration changes in the provided metadata.
Assessment
This skill is an instruction-only wrapper that expects an external psd-automator core/tool (psd_automator_skill_command) to exist; the skill bundle itself does not install code or request secrets. Before installing or enabling it, confirm that: (1) the platform actually provides/links to the psd-automator implementation (inspect that tool's code or provenance), (2) you trust that tool to read any file paths you pass (taskJsonPath) and to handle PSD contents safely, and (3) you are ok with usage-statistics metadata being flagged as entrypoint=skill_command (the SKILL.md references a shared stats store but does not say where). If you need stronger guarantees, review the implementation of the psd_automator_skill_command tool and the PSD orchestrator it reuses before granting runtime permissions.

Like a lobster shell, security has layers — review code before you run it.

latestvk975ar4t1p6p7840rrjzy4w5hd82dnxb
246downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

psd-automator-skill-command

This skill command provides a skill-entry equivalent of /psd without changing existing /psd behavior.

Usage

/psd-automator-skill-command <agentId> <taskJsonPath|中文需求> [--dry-run] [--index <indexPath>]

Example:

/psd-automator-skill-command design-mac-01 帮我找到20260302工位名牌.psd,把姓名改成小一,并保存成png放到桌面

Notes

  • This command reuses the same PSD orchestration pipeline as /psd.
  • It keeps DINGTALK image marker behavior consistent with existing PSD workflow.
  • It contributes to the same skills usage statistics store with entrypoint=skill_command.

Comments

Loading comments...