AigcPanel Pro HTTP Interface provides instructions for interacting with a locally hosted AigcPanel Pro service (default: http://localhost:60000). It explains how to list available models, trigger model calls with prompts/system prompts, and poll for asynchronous task results. Concrete examples, request/response formats, and recommended polling intervals are included.
Use this skill when integrating automations or external tools with a local AigcPanel Pro instance — e.g., batch generation jobs, CI tasks that call local models, or other agents/scripts that need to list models and retrieve results programmatically. Also useful for troubleshooting failed calls and handling retry logic.
/api/model/list, /api/model/call, and /api/model/query, examples of request/response payloads, error handling guidance, and a standard call flow (list → call → poll → read result).Likely compatible with agents that can perform HTTP requests and local integrations (Copilot/Codex-like agents, system automation scripts, and self-hosted agent runners).
AigcPanel Pro integration skill providing both CLI and HTTP API reference for calling local AI models. No scripts bundled — purely a documentation/guide skill. SKILL.md is well-structured with clear command tables, JSON response examples, and error handling guidance. Written in Chinese. References localhost:59999 API only, no external network calls or security concerns.
Clean skill with no security issues. Purely a reference guide for a specific commercial product's API. Well-organized but narrow audience.