gpt-image-2

The gpt-image-2 skill generates and edits images using the Pilio developer API via the Pilio CLI.

19.6K
Installs
5
Use cases
5/10
Quality

Is gpt-image-2 safe to install?

Review the source first

Review the source first: our audit of gpt-image-2's source files found 3 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the Pilio CLI and reads local image files for processing.

How we audit skills: our security review methodology.

Who is this skill for?

Developers who need to integrate text-to-image generation, image editing, or composition workflows into their agentic processes.

What can you do with it?

  • Generate images from text prompts
  • Edit existing images using prompt-based instructions
  • Compose new images from multiple local reference files
  • Transform product photos
  • Restyle images

How good is this skill?

Quality score: 5/10. The skill documentation is clear, provides specific CLI commands, and defines necessary environment variables.

What does the skill file contain?

SKILL.md
# GPT Image 2

Use the Pilio CLI so upload, polling, credits, and API errors stay consistent 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/

Generate from text:

```bash
pnpm dlx @pilio/cli gpt-image-2 --prompt "<prompt>" --aspect-ratio "1:1"
```

Edit or compose from one or more references:

```bash
pnpm dlx @pilio/cli gpt-image-2 --input ./reference.png --prompt "<edit prompt>"
```

Common options:

- `--input`: local reference image path. Repeat for multip...

Frequently asked questions

What environment variable is required?

The skill requires the PILIO_API_KEY environment variable.

How do I handle image generation tasks that take time to process?

The skill returns a task payload, and you must use the 'pnpm dlx @pilio/cli task wait <task_id>' command to wait for completion.

Can I use multiple reference images?

Yes, you can repeat the --input flag for multiple local reference images.

Data sourced from pilioai/skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

find-skills

2.3M

Users seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages

The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.

highclipackage-managervercel-labs

agent-browser

506.7K

AI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications

The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.

highbrowser-automationclivercel-labs

video-edit

338.7K

Users of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer

The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.

highvideo-editingai-agentagentspace-so

agentspace

324.0K

Developers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time

Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.

highcollaborationfile-sharingagentspace-so