adobe-express-dev

Guide Adobe Express add-on development with Document APIs and Spectrum Web Components.

5|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Sandgrouse/adobe-express-dev-skill --skill adobe-express-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adobe-express-dev
Source: https://github.com/Sandgrouse/adobe-express-dev-skill/tree/main
Command: npx skills add https://github.com/Sandgrouse/adobe-express-dev-skill --skill adobe-express-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and tooling for developing Adobe Express add-ons, simplifying complex tasks like API integration, UI development, and authentication.

Core Features & Use Cases

  • API Documentation Access: Get up-to-date API references via MCP server.
  • UI Development: Build interfaces using Spectrum Web Components.
  • Authentication: Implement OAuth 2.0 flows for cloud services.
  • Use Case: When you need to add a feature to Adobe Express that allows users to import assets from cloud storage, this skill guides you through the OAuth setup, UI design, and asset import process.

Quick Start

Ask me how to create text in Adobe Express using the latest API documentation.

Frequently Asked Questions about adobe-express-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an Adobe Express add-on with Spectrum Web Components?

To build an Adobe Express add-on, you design the interface using Spectrum Web Components to ensure native UI consistency. This skill provides guidance on constructing these interfaces and integrating them with the Document Sandbox for full add-on functionality.

How does iframe and Document Sandbox communication work in Adobe Express add-ons?

Iframe and Document Sandbox communication enables secure interaction between your add-on UI and Adobe Express document APIs. This Skill provides troubleshooting and structural guidance to establish reliable messaging bridges between the iframe environment and the sandbox.

How do I implement OAuth 2.0 authentication for an Adobe Express add-on?

You implement OAuth 2.0 authentication to connect your Adobe Express add-on to external cloud services. This Skill guides you through setting up OAuth flows, allowing users to securely authorize and import assets from cloud storage directly within the extension.

Can I access Adobe Express Document API references through an MCP server?

Yes, you can access up-to-date Adobe Express Document API references via an MCP server. This allows you to query the latest API endpoints, document manipulation methods, and Add-on UI SDK properties directly during your development workflow.

What is the best way to manipulate text in an Adobe Express document?

The best way to manipulate text is by using the Adobe Express Document APIs within the Document Sandbox. This Skill helps you access the latest API documentation to programmatically create, modify, and format text elements inside user documents.