What problem does it solve? Running and validating a self-hosted OpenAI-compatible image generation gateway involves many moving parts: service lifecycle, account and key management, usage auditing, and proxy integration. This Skill consolidates every gpt2api-rs operation into one operational runbook so you can start, administer, and verify the service without hunting through source code. ## Core Features & Use Cases - Service Lifecycle Management: Start the gpt2api-rs server with storage directory, admin token, and proxy settings, then verify health and version endpoints. - Admin Control Plane: Import, refresh, update, and delete ChatGPT accounts; list API keys and recent usage through REST endpoints or the built-in CLI. - Public API Validation: Exercise OpenAI-compatible endpoints including /v1/images/generations, /v1/images/edits, /v1/chat/completions, and /v1/responses. - StaticFlow Integration: Configure conf/gpt2api-rs.json and drive the /admin/gpt2api-rs frontend page through the backend admin proxy. - Use Case: You need to verify a fresh gpt2api-rs deployment end to end. Use this Skill to start the service, import accounts, generate a test image, and confirm the StaticFlow admin page proxies every action correctly. ## Quick Start Start the gpt2api-rs service on 127.0.0.1:8787 with an admin token and then check its health and admin status endpoints.