Back to the catalog

upscale-image

pilioai/skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por pilioai/skills no skills.sh. Instale com: npx skills add pilioai/skills@upscale-image

Details

Kind
Agent skills
Topic
No topic detected
Publisher
pilioai
Origin
skillssh
Category
ferramentas
Stars
43
Forks
9
Last push
2026-07-26T07:11:56Z
Repository state
ativo
License
MIT
Added
2026-08-30 15:21:20
Updated
2026-09-08 15:02:18
Origin id
pilioai/skills/upscale-image

README

# Pilio Skills

Agent skills for Pilio developer API workflows.

Install one function at a time:

```bash
pnpm dlx skills add pilioai/skills --skill gpt-image-2
pnpm dlx skills add pilioai/skills --skill nano-banana-pro
pnpm dlx skills add pilioai/skills --skill remove-background
```

Each skill is intentionally small and delegates API execution to `@pilio/cli`:

```bash
pnpm dlx @pilio/cli <command>
```

Set `PILIO_API_KEY` in the local environment before running the CLI. Do not paste real API keys into prompts or skill files.

## Try online

Use the hosted Pilio tools to test the same workflows in a browser before delegating them to an agent:

- [GPT Image 2](https://pilio.ai/)
- [Nano Banana Pro](https://pilio.ai/nano-banana-pro)
- [Image watermark remover](https://pilio.ai/image-watermark-remover)
- [Background remover](https://pilio.ai/background-remover)
- [Image upscaler](https://pilio.ai/image-upscaler)
- [PDF watermark remover](https://pilio.ai/pdf-watermark-remover)
- [Developer documentation](https://pilio.ai/developers)

More