adobe-hello-world
Installation
SKILL.md
Adobe Hello World
Overview
Three minimal working examples covering Adobe's core API surfaces: Firefly AI image generation, PDF content extraction, and Photoshop background removal.
Prerequisites
- Completed
adobe-install-authsetup - Valid OAuth Server-to-Server credentials
- Node.js 18+ with
@adobe/firefly-apisor@adobe/pdfservices-node-sdkinstalled
Instructions
Example 1: Firefly Text-to-Image Generation
// hello-firefly.ts
import 'dotenv/config';
Related skills