Files
DP/docs/ai/openclaw-skill-adaptation.md

2.3 KiB

OpenClaw Skill Adaptation

This project borrows ideas from selected skills in the OpenClaw skills repo and adapts them to DesignerCEP's Photoshop-first workflow.

Upstream skills used

Internal mapping in DesignerCEP

  • ps-generalist

    • Strengthened with Photoshop automation guardrails from photoshop-automator
  • ps-layout-designer

    • Strengthened with triage and deliverables from ui-ux-pro-max
    • Enhanced with visual-language cues from ui-designer-skill
  • creative-direction-strategist

    • New internal skill
    • Uses image-aware design-direction analysis when the user provides a reference image
    • Bridges "design thinking" into concrete Photoshop actions
  • visual-analysis-advisor

    • Enriched with more designer-facing visual analysis language

Notes

  • We intentionally did not copy upstream skills verbatim into the product.
  • The goal is to preserve DesignerCEP's current Vue + FastAPI + Photoshop-tool architecture while borrowing useful planning and safety patterns.
  • Upstream skills are references; the runtime behavior is driven by Server/app/api/v1/ai_skills.py and Server/app/api/v1/ai_llm.py.