Releases: wesleysimplicio/PiAPI-Skills
Releases · wesleysimplicio/PiAPI-Skills
v1.2.0 — PyPI release
PiAPI Skills 1.2.0 — published as piapi-skills on PyPI.
- pip install:
pip install piapi-skills - Bilingual README: en / pt-BR
- 17 model families covered (Midjourney, Flux, Kling, Luma, Hailuo, Veo 3, Suno, Hunyuan, Faceswap, Trellis 3D, MMAudio, F5-TTS, Gemini Nano Banana, Seedance 2, plus OpenAI-compatible LLM proxy)
- 7 agent hosts supported (Claude Code, Codex, Hermes, OpenClaw, Cursor, Windsurf, generic)
v1.0.0 — initial public release
First public release of PiAPI Skills — a single skill bundle for Claude Code, Codex, Hermes, OpenClaw, Cursor, Windsurf, and generic agents that wraps the PiAPI inference platform.
Install
curl -fsSL https://raw.githubusercontent.com/wesleysimplicio/PiAPI-Skills/main/install.sh | bash -s -- --yes --agents claude,codex,hermes,openclawHighlights
- Single CLI (
piapi-cli) overPOST /api/v1/task,GET /api/v1/task/{id},DELETE /api/v1/task/{id}, and the sync/v1/chat/completionsLLM gateway. - Family-aware status normalization (Capitalized for Midjourney/Kling/Faceswap, lowercase for the rest).
- Constant-time webhook verification via
hmac.compare_digest— PiAPI does not HMAC-sign, the secret is echoed back inx-webhook-secret. - Idempotent installer with per-host skill paths (
~/.claude/skills/piapi/,~/.codex/skills/piapi/,~/.hermes/skills/creative/piapi/,~/.openclaw/skills/piapi/,~/.config/agent-skills/piapi/). - Eight cookbook recipes (Flux txt2img, Midjourney imagine + upscale, Kling image2video, Suno music, Faceswap, Hunyuan video, OpenAI-compatible LLM, webhooks) and five reference docs.
Verification
piapi-cli --help
piapi-cli models --family flux
piapi-cli verify-webhook --header-secret deadbeef --expected deadbeef # → validSurface map
Midjourney · Suno · Kling · Flux · Hailuo · Luma · Hunyuan · Faceswap · Trellis 3D · MMAudio · F5-TTS · Veo 3 · Gemini 2.5 Flash Image (Nano Banana) · Seedance 2 · OpenAI-compatible LLM gateway.
See the README for the full surface map and per-family model / task_type matrix.
🤖 Generated with Claude Code