adobe-core-workflow-a

Installation
SKILL.md

Adobe Core Workflow A — Firefly Services

Overview

Primary creative workflow using Adobe Firefly v3 APIs: text-to-image generation, generative fill (inpainting), and image expansion (outpainting). These are the most common Firefly Services operations for marketing asset automation.

Prerequisites

  • Completed adobe-install-auth with Firefly API scopes (firefly_api,ff_apis)
  • @adobe/firefly-apis installed, or direct REST access
  • Pre-signed cloud storage URLs for input/output images (S3, Azure Blob, or Dropbox)

Instructions

Step 1: Text-to-Image Generation (Synchronous)

// src/workflows/firefly-generate.ts
import { getAccessToken } from '../adobe/client';
Related skills
Installs
2
GitHub Stars
2.2K
First Seen
Apr 8, 2026