adobe-resize-photos-and-videos
Adobe Resize Photos and Videos
Resizes images or videos to user-specified dimensions, aspect ratio, or named size.
For social media platform sets (Instagram, TikTok, etc.) → use the adobe-create-social-variations skill instead.
Tool Reference
| Step | Tool | Notes |
|---|---|---|
| Open file picker | asset_add_file |
Returns presignedAssetUrl, assetId, and mediaType |
| Find asset in CC | asset_search |
Re-stage result via asset_add_file for image; use id directly for video |
| Render PSD/AI | document_render_vector |
Converts to JPEG before resize |
| Resize image | image_crop_and_resize |
One call per dimension; reframe by default |
| Preview outputs | asset_preview_file |
All outputs in a single call |
| Upload to CC (start) | asset_initialize_file_upload |
First call in block upload pipeline |
| Upload to CC (finish) | asset_finalize_file_upload |
Second call; returns presigned CC URL for board |
| Create Firefly board | create_firefly_board |
Pass import_adobe_storage with finalize URL |
More from adobe/skills
scrape-webpage
Scrape webpage content, extract metadata, download images, and prepare for import/migration to AEM Edge Delivery Services. Returns analysis JSON with paths, metadata, cleaned HTML, and local images.
318code-review
Review code for AEM Edge Delivery Services projects. Use at the end of development (before PR) for self-review, or to review pull requests. Validates code quality, performance, accessibility, and adherence to EDS best practices.
274content-driven-development
Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for ALL code changes - new blocks, block modifications, CSS styling, bug fixes, core functionality (scripts.js, styles, etc.), or any JavaScript/CSS work that needs validation.
270building-blocks
Guide for implementing code changes in AEM Edge Delivery Services. Handles block development (new or modified), core functionality changes (scripts.js, styles, delayed.js, etc.), or both. Use this skill for all implementation work guided by the content-driven-development workflow.
270block-inventory
Survey available blocks from local AEM Edge Delivery Services project and Block Collection to understand the block palette available for authoring. Returns block inventory with purposes to inform content modeling decisions.
268content-modeling
Create effective content models for your blocks that are easy for authors to work with. Use this skill anytime you are building new blocks, making changes to existing blocks that modify the initial structure authors work with.
268