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).
This skill has not been reviewed by our automated audit pipeline yet.