saa-agent

Automate image generation via WebSocket CLI against SAA backend.

7|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/SkastVnT/AI-Assistant --skill saa-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: saa-agent
Source: https://github.com/SkastVnT/AI-Assistant/tree/main/character_select_stand_alone_app-main/scripts/python/saa-agent
Command: npx skills add https://github.com/SkastVnT/AI-Assistant --skill saa-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aiohttp, websockets.

What problem does it solve?

SAA CLI Tool enables a straightforward command-line interface to trigger image generation on the Character Select Stand Alone App (SAA) backend over WebSocket, unifying automation workflows with both ComfyUI and WebUI backends.

Core Features & Use Cases

  • WebSocket-driven image generation: initiate and monitor image creation from scripts or CI pipelines.
  • Supports ComfyUI and WebUI backends, with regional prompting, HiResFix, and refiner options for advanced workflows.
  • Use cases include asset creation for apps, game art, or automated prompt testing in development pipelines.

Quick Start

Run the saa-agent.py script with your websocket address and a positive prompt to generate an image.

Frequently Asked Questions about saa-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate image generation from a CLI using ComfyUI or WebUI backends?

Automate image generation by running the CLI script, which connects to ComfyUI or WebUI backends via WebSocket to initiate and monitor asset creation from scripts or pipelines.

Does WebSocket-driven image generation support regional prompting and HiResFix?

WebSocket-driven image generation supports regional prompting, HiResFix, and refiner options, enabling advanced workflows for production-ready assets through both ComfyUI and WebUI integrations.

Do I need aiohttp and websockets to run the SAA CLI tool?

You need aiohttp and websockets installed to run the CLI tool, as these dependencies handle the asynchronous HTTP and WebSocket connections required for backend communication.

How to trigger image creation in CI pipelines using a command-line interface?

Trigger image creation in CI pipelines by executing the Python CLI script with your WebSocket address and positive prompt, allowing automated asset generation and prompt testing during development.

What is the best way to generate production-ready game art via an automated CLI workflow?

Generate production-ready game art by using the CLI to send prompts over WebSocket to the backend, applying advanced options like HiResFix and refiner for high-quality automated asset outputs.