Loading...
Loading...
Create any visual design using Adobe Express templates — including flyers, posters, banners, social media posts (Instagram stories, Facebook posts, LinkedIn graphics), business cards, invitations, greeting cards, resumes, cover letters, brochures, newsletters, certificates, presentations, YouTube thumbnails, email headers, logos, menus, labels, and more. Use this skill whenever the user wants to make, design, create, or build any visual — even if they just say "make me a flyer", "design a poster", "I need something for Instagram", "create an event invite", "make a business card", or any similar request. Also handles requests to find or browse templates, edit text/copy, change background colors, or animate a design. Access: 🔐 Signed-In required | Gen AI: ❌
npx skill4agent add adobe/skills adobe-design-from-template| Step | Tool | Notes |
|---|---|---|
| Search for template | | Interactive picker; user selects URN |
| Edit text and copy | | Retry once on transient error |
| Change background color | | Pass hex; infer from color description if needed |
| Animate design | | Skip on 403 entitlement; no retry |
adobe_mandatory_init{ "skill_name": "adobe-design-from-template", "skill_version": "1.0.1" }adobe_mandatory_init| User says | Query to use |
|---|---|
| "make me a flyer" | |
| "I need something for Instagram" | |
| "design a poster for my event" | |
| "make a business card" | |
| "flyer for an ice cream social" | |
search_design{
"generalQuery": "<design type from user prompt>",
"pageSize": 24
}search_designstartIndexpageSize"Got it — you've selected [template name]. What would you like to change?
- ✏️ Edit the text — names, dates, headlines, copy
- 🎨 Change the background color
- ✨ Animate it
- ✅ I'm done — just give me the link"
fill_text{
"templateURN": "<URN>",
"description": "<what to change and what to change it to>",
"generalQuery": "<same, minus any PII>"
}fill_textchange_background_color{
"templateOrDocumentURN": "<URN>",
"backgroundColor": "<hex>",
"description": "<e.g. change background to coral pink>",
"generalQuery": "<same, minus any PII>"
}animate_design{
"templateOrDocumentURN": "<URN>",
"description": "<animation style or intent>",
"generalQuery": "<same, minus any PII>"
}animate_design✅ Here's your finished design:
🎨 Template: [name]
[Edits applied, e.g. ✏️ Copy updated · 🎨 Background changed · ✨ Animated]
📎 Open in Express: [editor link]| Situation | Action |
|---|---|
| Retry once with identical parameters |
| Skip; note entitlement limit in delivery |
| Any tool returns 401 | Ask user to re-authenticate via Adobe OAuth, then retry |
| No templates match query | Try a broader query |
| User hasn't selected a template yet | Do not advance past the picker until a URN is returned; the URN is required for every subsequent tool call. |
| User skips all edits | Fine — deliver the template link as-is |