{
  "schemaVersion": "1.0",
  "item": {
    "slug": "adobe-automator",
    "name": "Adobe Automator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abdul-karim-mia/adobe-automator",
    "canonicalUrl": "https://clawhub.ai/abdul-karim-mia/adobe-automator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/adobe-automator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=adobe-automator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "handler.js",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/adobe-automator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/adobe-automator",
    "agentPageUrl": "https://openagent3.xyz/skills/adobe-automator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/adobe-automator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/adobe-automator/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Adobe Master Automator (v1.1.2)",
        "body": "A generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge."
      },
      {
        "title": "Supported Applications",
        "body": "Photoshop\nIllustrator\nInDesign\nPremiere Pro\nAfter Effects"
      },
      {
        "title": "runScript",
        "body": "Executes raw ExtendScript (ES3) in the target application.\n\nParameters:\n\napp: Target application (photoshop, illustrator, indesign, premiere, aftereffects).\nscript: The JSX code to execute."
      },
      {
        "title": "1. Technical Constraints",
        "body": "ES3 Syntax Only: Adobe apps use the ExtendScript (ES3) engine. Avoid modern JS features.\nTarget App Availability: Ensure the target application is installed and running (or able to launch) on the host system."
      },
      {
        "title": "2. Security & Side Effects",
        "body": "[!CAUTION]\nHigh Risk Capability: The runScript command accepts and executes arbitrary ExtendScript (JSX) code. Attempting to restrict this would break the skill's core purpose, but users must be aware of the implications.\n\nFilesystem Access: The Adobe ExtendScript engine has unrestricted access to the host filesystem via the File and Folder objects.\nUntrusted Scripts: ❌ NEVER execute scripts from untrusted sources. A malicious script could delete files, exfiltrate data, or install persistent malware.\nVerification: Always inspect the script parameter payload before allowing execution."
      },
      {
        "title": "Setup",
        "body": "The skill automatically detects your operating system and routes commands to the appropriate application.\n\nWindows: Uses built-in cscript (Windows Script Host).\nmacOS: Uses built-in osascript (AppleScript).\n\nDeveloped for the OpenClaw community by Abdul Karim Mia."
      }
    ],
    "body": "Adobe Master Automator (v1.1.2)\n\nA generalized skill for automating multiple Adobe applications using a cross-platform ExtendScript bridge.\n\nSupported Applications\nPhotoshop\nIllustrator\nInDesign\nPremiere Pro\nAfter Effects\nCommands\nrunScript\n\nExecutes raw ExtendScript (ES3) in the target application.\n\nParameters:\n\napp: Target application (photoshop, illustrator, indesign, premiere, aftereffects).\nscript: The JSX code to execute.\n🛠 AI Protocol\n1. Technical Constraints\nES3 Syntax Only: Adobe apps use the ExtendScript (ES3) engine. Avoid modern JS features.\nTarget App Availability: Ensure the target application is installed and running (or able to launch) on the host system.\n2. Security & Side Effects\n\n[!CAUTION] High Risk Capability: The runScript command accepts and executes arbitrary ExtendScript (JSX) code. Attempting to restrict this would break the skill's core purpose, but users must be aware of the implications.\n\nFilesystem Access: The Adobe ExtendScript engine has unrestricted access to the host filesystem via the File and Folder objects.\nUntrusted Scripts: ❌ NEVER execute scripts from untrusted sources. A malicious script could delete files, exfiltrate data, or install persistent malware.\nVerification: Always inspect the script parameter payload before allowing execution.\nSetup\n\nThe skill automatically detects your operating system and routes commands to the appropriate application.\n\nWindows: Uses built-in cscript (Windows Script Host).\nmacOS: Uses built-in osascript (AppleScript).\n\nDeveloped for the OpenClaw community by Abdul Karim Mia."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/abdul-karim-mia/adobe-automator",
    "publisherUrl": "https://clawhub.ai/abdul-karim-mia/adobe-automator",
    "owner": "abdul-karim-mia",
    "version": "1.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/adobe-automator",
    "downloadUrl": "https://openagent3.xyz/downloads/adobe-automator",
    "agentUrl": "https://openagent3.xyz/skills/adobe-automator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/adobe-automator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/adobe-automator/agent.md"
  }
}