This hooks into Pilio's API to upscale images without you having to wire up HTTP calls yourself. It uses their official CLI under the hood, handles the upload and polling loop automatically, and spits back higher-resolution results. You'll need a PILIO_API_KEY in your environment. Useful when you're building something that needs to take low-res input and make it presentable, like user uploads or generated thumbnails that need to be print-ready. The CLI approach is cleaner than managing task state manually, though you're still waiting on async jobs so don't expect instant results.
npx skills add https://github.com/pilioai/skills --skill upscale-image