gpt-image-2
Create or edit images with Pilio GPT Image 2 through the unified Pilio developer API. Use when the user wants text-to-image generation, prom
Open source Repository Open in the app JSON README (API)
About
Create or edit images with Pilio GPT Image 2 through the unified Pilio developer API. Use when the user wants text-to-image generation, prompt-based image editing, restyling, product-photo transformation, or composition from one or more local reference images.
Details
- Kind
- Agent skills
- Topic
- Media, design & games
- 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:09
- Updated
- 2026-09-09 21:04:25
- Origin id
pilioai/skills/gpt-image-2
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)