
Upscale Image
- 7.5k installs
- 42 repo stars
- Updated July 26, 2026
- pilioai/skills
upscale-image is an agent skill that upscales or enhances images via the Pilio CLI for AI super-resolution and clarity improvement.
About
The upscale-image skill increases image resolution and clarity using the Pilio developer API through the official @pilio/cli SDK. It requires PILIO_API_KEY in the environment and instructs agents not to ask users to paste keys into chat. The workflow runs pnpm dlx @pilio/cli upscale-image with an input image path, receives a task payload, and polls with task wait when status is pending or processing. Online testing is available at pilio.ai/image-upscaler before CLI use. The skill targets AI super-resolution and automated image enhancement integrated into agent media workflows. Upload, task creation, and polling stay aligned with the official SDK patterns consistent with other Pilio image skills. Use when users want higher resolution images, AI upscaling, clarity improvement, or automated enhancement through Pilio.
- Official @pilio/cli upscale-image command with input path.
- PILIO_API_KEY required in environment without pasting keys in chat.
- Async task wait polling for pending or processing upscale jobs.
- Online preview at pilio.ai/image-upscaler.
- AI super-resolution and clarity enhancement via Pilio API.
Upscale Image by the numbers
- 7,463 all-time installs (skills.sh)
- +5 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #95 of 1,335 Generative Media skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
upscale-image capabilities & compatibility
- Capabilities
- pilio cli upscale invocation · async task polling · ai super resolution enhancement
- Use cases
- image generation
- Pricing
- Bring your own API key
What upscale-image says it does
Upscale or enhance an image with the Pilio developer API.
npx skills add https://github.com/pilioai/skills --skill upscale-imageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 7.5k |
|---|---|
| repo stars | ★ 42 |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 26, 2026 |
| Repository | pilioai/skills ↗ |
How do I automatically increase image resolution or clarity with an API workflow?
Upscale or enhance images via Pilio CLI for AI super-resolution and clarity improvement with async task polling.
Who is it for?
Developers automating image upscaling and clarity enhancement with the Pilio API.
Skip if: Skip when you need background removal or watermark removal instead of resolution upscaling.
When should I use this skill?
User wants to upscale an image, improve resolution, or run AI super-resolution via Pilio.
What you get
A higher-resolution enhanced image returned after Pilio CLI upscale task completion.
- upscaled image file
- Pilio task result payload
Files
Upscale Image
Use the Pilio CLI so upload, task creation, and polling stay aligned with the official SDK.
Require PILIO_API_KEY in the environment. Do not ask the user to paste API keys into the conversation.
Try the same workflow online first: https://pilio.ai/image-upscaler
Run:
pnpm dlx @pilio/cli upscale-image --input ./small.pngThe command returns a task payload. If the task is still pending or processing, wait for it:
pnpm dlx @pilio/cli task wait <task_id>Related skills
How it compares
Pick upscale-image over manual editing tools when image upscaling must run programmatically inside Claude, Cursor, or shell automation with Pilio API polling.
FAQ
How does upscale-image run image upscaling?
upscale-image runs `pnpm dlx @pilio/cli upscale-image --input <file>` which uploads the image to Pilio, creates an asynchronous task, and polls until the enhanced higher-resolution result is ready.
What credentials does upscale-image require?
upscale-image requires a PILIO_API_KEY environment variable. The skill instructs agents not to ask users to paste API keys into the conversation and instead use the preconfigured environment variable.
Is Upscale Image safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.