Pilio Skills

Agent skills for Pilio developer API workflows.

Install one function at a time:

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:

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:

S
Description
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, prompt-based image…; nano-banana-2: Create or edit images with Pilio Nano Banana 2 through the unified Pilio developer API. Use when the user wants Nano Banana 2 text-to-image generation,…; remove-background: Remove an image background with the Pilio developer API. Use when the user wants transparent-background cutouts, portrait or product backgrou…
Readme MIT 39 KiB
Languages
Markdown 100%