adobe-create-social-variations — for Claude Code adobe-create-social-variations, etisalatedge, community, for Claude Code, ide skills, presignedRenditionUrl, presignedAssetUrl, ffgenimg, adobe_mandatory_init, <network_configuration>

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need adobe create social variations. ローカライズされた概要: # Adobe Create Social Variations Produces platform-ready images and videos from a single source file. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Adobe Create Social Variations
Supported Input Types
Input Supported Notes
JPG / PNG ✅ Full workflow
Firefly-generated image ✅ Full workflow Use presignedRenditionUrl, not presignedAssetUrl if asset

# Core Topics

valithedge valithedge
[0]
[1]
Updated: 4/27/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

適した場面: Ideal for AI agents that need adobe create social variations. ローカライズされた概要: # Adobe Create Social Variations Produces platform-ready images and videos from a single source file. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

このスキルを使用する理由

推奨ポイント: adobe-create-social-variations helps agents adobe create social variations. Adobe Create Social Variations Produces platform-ready images and videos from a single source file. This AI agent skill supports

おすすめ

適した場面: Ideal for AI agents that need adobe create social variations.

実現可能なユースケース for adobe-create-social-variations

ユースケース: Applying Adobe Create Social Variations
ユースケース: Applying Supported Input Types
ユースケース: Applying Input Supported Notes

! セキュリティと制限

  • 制約事項: Express file ⚠️ Partial Must be exported to JPG/PNG first — tell user before proceeding
  • 制約事項: Video (MP4/MOV) ⚠️ Partial Resize only — no smart reframe. See VIDEO WORKFLOW
  • 制約事項: How you get the file depends on where it is:

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is adobe-create-social-variations?

適した場面: Ideal for AI agents that need adobe create social variations. ローカライズされた概要: # Adobe Create Social Variations Produces platform-ready images and videos from a single source file. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install adobe-create-social-variations?

Run the command: npx killer-skills add valithedge/etisalatedge/adobe-create-social-variations. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for adobe-create-social-variations?

Key use cases include: ユースケース: Applying Adobe Create Social Variations, ユースケース: Applying Supported Input Types, ユースケース: Applying Input Supported Notes.

Which IDEs are compatible with adobe-create-social-variations?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for adobe-create-social-variations?

制約事項: Express file ⚠️ Partial Must be exported to JPG/PNG first — tell user before proceeding. 制約事項: Video (MP4/MOV) ⚠️ Partial Resize only — no smart reframe. See VIDEO WORKFLOW. 制約事項: How you get the file depends on where it is:.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add valithedge/etisalatedge/adobe-create-social-variations. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use adobe-create-social-variations immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

adobe-create-social-variations

# Adobe Create Social Variations Produces platform-ready images and videos from a single source file. This AI agent skill supports Claude Code, Cursor, and

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Adobe Create Social Variations

Produces platform-ready images and videos from a single source file. Uses AI canvas expansion and subject-aware cropping to keep the subject in focus across all aspect ratios. Shows a lightweight 3-crop preview before a full-set run so framing issues are caught early — those crops are then reused in the final output.


Supported Input Types

InputSupportedNotes
JPG / PNG✅ Full workflow
Firefly-generated image✅ Full workflowUse presignedRenditionUrl, not presignedAssetUrl if asset is .ffgenimg format
Express file⚠️ PartialMust be exported to JPG/PNG first — tell user before proceeding
PSD / AI (Illustrator)⚠️ PartialFlatten first (see Error Handling if this fails)
Video (MP4/MOV)⚠️ PartialResize only — no smart reframe. See VIDEO WORKFLOW
Unsupported (DOCX, PDF, etc.)Inform user; list accepted formats

Step 0 - prereq: Initialize Adobe Tools

Call adobe_mandatory_init first. This returns file handling rules and tool routing guidance required for the rest of the workflow.

json
1{ "skill_name": "adobe-create-social-variations", "skill_version": "1.0.0" }

IMAGE WORKFLOW

Step 0 — Get the Source File

How you get the file depends on where it is:

SourceAction
File uploaded in chat (/mnt/user-data/uploads/…)Check <network_configuration>. If egress is enabled (Enabled: true), upload programmatically: get file size and MIME type via bash, call asset_initialize_file_upload, PUT the chunk(s), then asset_finalize_file_upload. If egress is disabled, fall back to asset_add_file().
No file provided yetCall asset_add_file() immediately — no need to ask first.
File already in Creative CloudCall asset_add_file() so the user can select it from their CC storage.

After the file is available, detect image vs. video from mediaType. For images, proceed to Step 1.


Step 1 — Ask: Which Platforms?

Ask in a single question using AskUserQuestion with multi-select:

Full set / Instagram / TikTok / LinkedIn / Facebook / YouTube / Snapchat / X/Twitter / Pinterest / Threads

Set the test flag based on the user's answer:

  • If "Full set" is selectedrunTestPreview = true. Use all platforms. A 3-crop test preview will be shown before the full set is generated (see Step 4).
  • If any specific platform(s) are selectedrunTestPreview = false. Use only the selected platforms. Skip the test preview and go directly from Step 3 to Step 5.

The test preview is a useful safety net for large cross-platform batches, but unnecessary friction for a targeted 1–2 platform run.


Step 2 — Inspect Image & Set Focus Strategy

Inspect the image first using asset_inline_preview on the source file. Visual inspection produces far better focus decisions than guessing from the filename — and usually means you won't need to ask the user anything at all.

After inspecting, tell the user what you see and what focus strategy you're using, and invite a correction:

"I can see this is a [e.g. 'product shot of a tote bag on a neutral background']. I'll use [focus strategy] to keep [subject] centred across all crops. Does that sound right, or would you like me to focus on something else?"

Only ask a follow-up question if the image is genuinely ambiguous (multiple equally prominent subjects, or a scene with no clear focal point).

Image typeFocus strategyRationale
Portrait / headshot / person in scene"face"Most reliable for people — facial detection anchors to the face even in tight crops
Upper body / chest-up portrait"upper_body"Use when face + torso context matters (outfit, gesture, expression)
Product on clean background{ prompt: "description of product" }Name the product explicitly for clean isolation (e.g. { prompt: "tote bag" })
Non-human subject with busy background{ prompt: "description of subject" }More precise than generic "subject"
Aerial / flat lay / no clear subject{ x: 0.5, y: 0.5 }Centre crop is safest when nothing to detect
User specifies a subject{ prompt: "user's description" }Pass their words directly

For images containing people, use "face" — prompt-based focus drifts to bodies rather than faces. Reserve { prompt: "..." } for non-human subjects.

⚠️ If the source image is significantly wider than it is tall (landscape), use 2000px top & bottom for the tall expand (not the default 960px) — this gives the portrait crop enough canvas to reframe around the subject. ⚠️ For the same landscape sources, also use 1500px left & right for the wide expand (not the default 960px) — 960px doesn't give the reframe enough room to pull the subject into centre for the ~2:1 landscape crop.

If the user corrects your assessment, update the focus strategy and confirm before proceeding.


Step 3 — Generative Expand (directly from source — no padding)

Expand the original image directly. Do not pad to square first — the AI produces better results extending real scene content than bridging across blank bars.

Run both expands before any crops:

// GROUP A — tall canvas (for 9:16 and 4:5 targets)
image_generative_expand(sourceURI, { top: 960, bottom: 960 }) → tallURI
// use 2000 top & bottom if source is significantly landscape

// GROUP B — wide canvas (for ~2:1 and 16:9 targets)
image_generative_expand(sourceURI, { left: 960, right: 960 }) → wideURI
// use 1500 left & right if source is significantly landscape

Square targets (1:1) crop directly from the source — no expand needed.

Expands originate from the original sourceURI — chained expands degrade output. ⚠️ If image_generative_expand returns 403 (entitlement), fall back to image_crop_and_resize with fit: "reframe" from sourceURI for all variants in that group. Note the fallback in the delivery summary.


Step 4 — Test Preview (Full set only — skip if runTestPreview = false)

If runTestPreview = false (specific platforms selected): skip this step and go directly to Step 5.

If runTestPreview = true (Full set): produce 3 representative test crops — one per aspect ratio family — before generating the full set.

TestSourceDimensionsRatioCovers
Test 1 — SquaresourceURI1080×10801:1Instagram square, LinkedIn square, Facebook square
Test 2 — PortraittallURI1080×13504:5Instagram portrait, Threads — bellwether for 9:16 quality
Test 3 — LandscapewideURI1200×627~2:1LinkedIn landscape, Facebook landscape, X/Twitter

Show all 3 via asset_preview_file and ask:

"Here are 3 test crops covering the main aspect ratios. Do the framing and expansion look good? I'll generate the full set once you approve."

These crops are reused in the final output — only the 9:16 story/reel crop needs to be generated after approval.


Step 5 — Generate All Platform Variants

If runTestPreview = true: proceed only after user approves test crops in Step 4. If runTestPreview = false: proceed immediately after Step 3.

Generate every variant in the Platform Specs table for each selected platform. Reuse test crop URIs only when dimensions are an exact match — for any different dimensions, run a fresh image_crop_and_resize.

Per-platform variants to generate:

PlatformVariants
Instagram1080×1080 (reuse test), 1080×1350 (reuse test), 1080×1920
TikTok1080×1920 only — no 4:5 variant for TikTok
LinkedIn1200×627 (reuse test), 1080×1080 (reuse test)
Facebook1200×630, 1080×1080, 1080×1920
X/Twitter1200×675, 1080×1080
YouTube1280×720
Snapchat1080×1920
Pinterest1000×1500
Threads1080×1350

Step 6 — Preview Full Set

Call asset_preview_file with all successfully generated URLs — including partial sets when some variants failed.


Step 7 — Delivery Summary

Present a clean summary table. Note any fallbacks or skipped steps clearly.

✅ Social media set complete!

| Platform  | Format         | Dimensions | Status        |
| --------- | -------------- | ---------- | ------------- |
| Instagram | Feed Square    | 1080×1080  | ✅ (from test) |
| Instagram | Feed Portrait  | 1080×1350  | ✅ (from test) |
| Instagram | Story / Reel   | 1080×1920  | ✅             |
| TikTok    | Video / Post   | 1080×1920  | ✅             |
| LinkedIn  | Post Landscape | 1200×627   | ✅ (from test) |
| LinkedIn  | Post Square    | 1080×1080  | ✅ (from test) |

If generative expand fell back to reframe:

⚠️ AI canvas expansion is not included in your current Adobe plan — smart reframe was used instead.


Platform Specs (Image)

#PlatformFormatDimensionsRatioQualitySource Canvas
1InstagramFeed Square1080×10801:17sourceURI
2InstagramFeed Portrait1080×13504:57tallURI
3InstagramStory / Reel1080×19209:167tallURI
4TikTokVideo / Post1080×19209:167tallURI
5LinkedInPost Landscape1200×627~2:16wideURI
6LinkedInPost Square1080×10801:16sourceURI
7FacebookFeed Landscape1200×630~2:17wideURI
8FacebookFeed Square1080×10801:17sourceURI
9FacebookStory1080×19209:167tallURI
10X/TwitterIn-stream1200×67516:96wideURI
11X/TwitterSquare post1080×10801:16sourceURI
12YouTubeThumbnail1280×72016:95wideURI
13SnapchatSnap/Story1080×19209:162tallURI
14PinterestStandard Pin1000×15002:37tallURI
15ThreadsFeed Portrait1080×13504:57tallURI

⚠️ Snapchat's 250 KB limit requires quality: 2 — warn the user upfront when Snapchat is selected.

File naming convention: [basename]_[platform]_[descriptor]_[ratio].jpg Example: hero_instagram_story_9x16.jpg


VIDEO WORKFLOW

Step 0 — Get the Source File

Video tools require an assetId — not a URL. How you get it depends on where the file is:

SourceAction
File uploaded in chat (/mnt/user-data/uploads/…)Check <network_configuration>. If egress is enabled (Enabled: true), upload programmatically: get file size and MIME type via bash, call asset_initialize_file_upload, PUT the chunk(s), then asset_finalize_file_upload. The returned assetId is what video tools need. If egress is disabled, fall back to asset_add_file().
No file provided yetCall asset_add_file() immediately.
File already in Creative CloudCall asset_add_file() so the user can select it.

If egress is disabled and the user has already dropped a video into chat, explain why it can't be used directly: "To resize your video I'll need you to select it via the file picker — this gives Adobe the asset ID it needs. I'll open it now."


Step 1 — Determine Video Type

If the user has already described or implied the video orientation (e.g. "I shot this on my phone in portrait" → clearly 9:16), skip this question and proceed. Otherwise ask:

"To suggest the best output sizes, it helps to know what kind of video this is. What type is it?"

Use AskUserQuestion with single-select:

OptionAspect RatioCommon use
Phone video — portrait9:16Shot on phone, vertical
Phone video — square1:1Shot in square mode
Screen recording16:9Desktop or laptop capture
Camera / DSLR16:9Professional or mirrorless camera
Other / not sureDefault to 1:1 (safest cross-platform)

Step 2 — Suggest Safe Output Sizes

Only suggest same-ratio resizes. Cross-ratio resizes (e.g. 16:9 → 9:16) produce black bars and are algorithmically penalised on TikTok and Instagram Reels. If a user asks for a cross-ratio resize, explain the limitation and offer same-ratio alternatives instead.

Source ratioSafe output sizes
9:16 (portrait)1080×1920, 720×1280, 540×960
1:1 (square)1080×1080, 720×720
16:9 (landscape)1920×1080, 1280×720, 854×480

Present these as options with AskUserQuestion (multi-select).


Step 3 — Resize

⚠️ resizeVideoPoll is a deferred tool — load it first before attempting to poll. Direct calls without loading will fail with "not loaded" error.

For each selected size, call video_resize with the asset ID:

javascript
1video_resize({ assetId: sourceAssetId, width: W, height: H }){ statusId }

Poll with resizeVideoPoll until complete. Poll 3–4 times with brief pauses before reporting slow progress to the user.


Step 4 — Preview

Call asset_preview_file with all completed outputs.


Step 5 — Delivery Summary

✅ Video resize complete!

| Size      | Ratio | Status |
| --------- | ----- | ------ |
| 1080×1920 | 9:16  | ✅      |
| 720×1280  | 9:16  | ✅      |

Note: Video resizing does not apply intelligent reframing — cross-ratio reformatting is out of scope for this skill.


Error Handling

SituationAction
Egress upload fails (chunk PUT 5xx after retry)Stop upload. Fall back to asset_add_file() and tell the user: "Direct upload didn't work — I'll open the picker so you can select the file."
image_generative_expand returns 403 (entitlement)Fall back to image_crop_and_resize with fit: "reframe" from sourceURI. Note in delivery summary: "AI canvas expansion is not included in your current Adobe plan — smart reframe was used instead." Retrying does not resolve a 403 entitlement — continue per the fallback rule.
image_crop_and_resize returns 403 (entitlement)Stop workflow. Tell the user: "Image cropping isn't available on your current Adobe plan — I can't complete this request here."
PSD/AI flattening returns 403Stop workflow. Tell the user: "Flattening this file type isn't available on your current Adobe plan — export as JPG or PNG first, then try again."
.ffgenimg file type fails expandRetry using presignedRenditionUrl instead of presignedAssetUrl
401 not authenticatedAsk user to re-authenticate via Adobe OAuth
Image too large after cropRe-run with lower quality setting
Express file uploadedAsk user to export as JPG/PNG first
PSD / AI file uploadedFlatten first (JPEG, 300 DPI). On 403, see entitlement row above.
video_resize failsReport clearly; suggest user re-upload as MP4
Unsupported file format (DOCX, PDF, etc.)Inform user. Accepted inputs: JPG, PNG, Firefly images, PSD/AI, MP4/MOV.

関連スキル

Looking for an alternative to adobe-create-social-variations or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者