Skip to content

Releases: crichalchemist/adobe-cli

v1.0.0 — Initial release

01 May 23:15

Choose a tag to compare

What's included

Three independent CLI harnesses for Adobe desktop applications, installable as Python packages and usable by AI agents or shell scripts:

cli-anything-premierepro

Drive Adobe Premiere Pro 2025 via a CEP panel HTTP bridge:

  • Open projects, list and activate sequences
  • Inspect timeline clips and manage markers
  • Queue exports via Adobe Media Encoder
  • Capture and compare timeline frames (agent vision)
  • Parse .prproj files offline (no Premiere required)

cli-anything-illustrator

Drive Adobe Illustrator 2026 via osascript do javascript (no CEP extension needed):

  • Inspect documents, layers, artboards, page items, text frames, and swatches
  • Toggle layer visibility/lock state
  • Export as PNG, JPEG, SVG, or PDF

cli-anything-acrobat

Drive Adobe Acrobat DC for PDF operations:

  • Format conversion: PDF → DOCX, XLSX, PPTX, PNG, and more (requires Acrobat Pro)
  • Page manipulation: delete, extract, rotate, reorder
  • Merge and split PDFs
  • Read and write metadata
  • Text extraction (no Acrobat required)

Installation

pipx install -e illustrator/agent-harness/
pip install -e premiere-pro/agent-harness/
pip install -e acrobat/agent-harness/

Requirements

  • macOS Ventura or later
  • Python 3.10+
  • Respective Adobe application installed and open (except offline commands)

Claude Code Plugin

This repo is structured as a Claude Code plugin. Open it in Claude Code and the cli-anything-premierepro, cli-anything-illustrator, and cli-anything-acrobat skills are available immediately.

Attribution

Built on the CLI-Anything methodology by HKUDS.