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-authwith Firefly API scopes (firefly_api,ff_apis) @adobe/firefly-apisinstalled, 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