Image Upscale
Upscale a supplied low-resolution image with a supported enhancement model and verify the resulting asset.
@Aident8,477323Updated Aug 12, 2026
Works with
name: image-upscale description: "Upscale a supplied low-resolution image with a supported enhancement model and verify the resulting asset."
Image Upscale
Upscale a supplied low-resolution image with a supported enhancement model and verify the resulting asset.
Required Aident Actions
- <action-tag>composio:deepimage_tools:deepimage_process_image_sync</action-tag> (required inputs: url): Tool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image enhancement,...
- <action-tag>composio:deepimage_tools:deepimage_get_job_result</action-tag> (required inputs: hash): Tool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.
Use Aident Loadout to read the current Action schema before constructing inputs. Check the required integration connection in Aident Vault. If an Action is billable or mutatinAction · Process Image Sync wait for explicit user confirmation before execution.
Workflow
- Confirm the requested outcome, source material, destination, audience, constraints, and acceptance criteria.
- Apply the source-derived guidance below to create a concreAction · Get Job Resultident Actions whose documented effect directly advances the requested outcome. Do not invoke every listed Action by default.
- Inspect the current schema and prepare the minimum valid input for each selected Action.
- Preflight each selected Action. Execute it only after any required confirmation, in dependency order, and carry returned IDs or asset URLs into later steps.
- Verify the returned IDs, URLs, statuses, or artifacts against the acceptance criteria. Report partial completion precisely and do not repeat paid or mutating calls blindly.
Source-Derived Guidance
- Collect the source as a fetchable HTTPS or signed storage URL, or a safely bounded Base64 image, plus the target pixel dimensions or percentage scale, output format, and must-preserve details; do not pass a caller-local path or opaque asset ID.
- Preflight and call composio:deepimage_tools:deepimage_process_image_sync with url and width and/or height, for example 200%, adding only supported enhancements and output options.
- If the processing response has no result_url but returns a job hash, poll composio:deepimage_tools:deepimage_get_job_result with that hash using bounded retries while status is received, not_started, or in_progress; stop on failed and surface its message.
- Treat complete plus a nonempty retrievable result_url as success, then verify output dimensions, subject identity, edge and text fidelity, and absence of invented detail before returning the URL.
Execution Boundaries
- Treat upstream provider-specific commands as background knowledge only. Execute the workflow through the exact Aident Actions above.
- Never request raw credentials in chat. Use Aident Vault connection flows for required accounts.
- Preserve user-provided wording, brand constraints, rights restrictions, and target identifiers. Do not invent authorization.
- Pass assets by Aident asset ID or supported URL fields. Do not expose caller-local filesystem paths to hosted Actions.
- Stop when a required integration is disconnected, preflight rejects the input, the target is ambiguous, or the user declines a required confirmation.
Output
Return the execution plan, selected Action names, confirmed targets, Aident result identifiers or asset URLs, verification evidence, and any remaining blocked step.
Attribution
This Skill adapts the reviewed upstream workflow. See for the pinned source and for the preserved license.