← Back to Skills Marketplace
SAA Agent
by
mirabarukaso
· GitHub ↗
· v1.0.1
1078
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install saa-agent
Description
Enables AI agents to generate images using the Character Select Stand Alone App (SAA) image generation backend via command-line interface.
Usage Guidance
This package appears to be a coherent local CLI client for the SAA image backend. Before installing/using it: 1) only provide ws-address values that you trust (sending prompts to an arbitrary remote ws could leak your prompts or data); 2) be cautious with --skeleton-key (it force-unlocks/backends and should only be used with explicit confirmation); 3) base64 output writes large data to stdout — avoid piping to untrusted endpoints; 4) the skill's source/homepage is not provided here, so if provenance matters, review the full saa-agent.py contents yourself or run it in an isolated environment. If you want extra assurance, ask the author for the official project URL or compare with the upstream repository mentioned in the README before using.
Capability Analysis
Type: OpenClaw Skill
Name: saa-agent
Version: 1.0.1
The skill is classified as suspicious due to a critical security vulnerability in `saa-agent.py`. The Python script disables SSL certificate verification (`ssl.CERT_NONE`) for WebSocket Secure (WSS) connections, making it vulnerable to Man-in-the-Middle (MITM) attacks. While the skill's primary purpose (image generation) is benign and the `SKILL.md` instructions for the AI agent are generally responsible (e.g., requiring user confirmation for the powerful `--skeleton-key` flag), this SSL vulnerability represents a significant security flaw that could allow an attacker to intercept or tamper with communication, even without explicit malicious intent within the provided code.
Capability Assessment
Purpose & Capability
Name/description state a CLI client for the Character Select SAA backend and the included code, README, and SKILL.md implement exactly that: WebSocket/API addresses, model/prompt parameters, HiResFix and skeleton-key controls. There are no unrelated environment variables, external credentials, or unexpected binaries declared.
Instruction Scope
SKILL.md instructs the agent to confirm backend availability, SAAC is enabled, and to get a WebSocket address from the user — which matches a networked CLI client. It explicitly forbids automatic retries and requires explicit user consent before using --skeleton-key. Note: because the tool sends prompts and model parameters to whatever ws-address is provided, the user (or agent) should ensure that address is trusted to avoid sending prompts/data to an untrusted remote server.
Install Mechanism
No install spec; this is instruction + a Python script. That reduces installation risk because nothing is downloaded or installed automatically by the skill bundle itself.
Credentials
The skill declares no required environment variables or credentials. The code accepts connection credentials via CLI flags (username/password) but defaults are benign; there are no unrelated credential requests.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does include a 'skeleton-key' option that force-unlocks the backend, but SKILL.md mandates explicit user confirmation before use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install saa-agent - After installation, invoke the skill by name or use
/saa-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
saa-agent 1.0.1
- Update README_HUMAN.md
- No code changes; documentation and user guidance remain as before.
- No modifications detected between this and the previous version.
v1.0.0
Initial release of saa-agent, a command-line tool for AI image generation via the Character Select Stand Alone App (SAA) backend.
- Supports WebSocket connections to SAA backends (ComfyUI and WebUI), version 2.4.0+.
- Allows prompt-based and regional (split-composition) image generation with flexible parameterization.
- Includes safeguards and user guidelines for backend busy states and force-unlock operations (skeleton key).
- Clearly documents default parameters, error codes, and best practices for robust operation.
- Provides detailed usage instructions and presets for minimal setup, reporting conventions, and advanced troubleshooting.
Metadata
Frequently Asked Questions
What is SAA Agent?
Enables AI agents to generate images using the Character Select Stand Alone App (SAA) image generation backend via command-line interface. It is an AI Agent Skill for Claude Code / OpenClaw, with 1078 downloads so far.
How do I install SAA Agent?
Run "/install saa-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SAA Agent free?
Yes, SAA Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SAA Agent support?
SAA Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SAA Agent?
It is built and maintained by mirabarukaso (@mirabarukaso); the current version is v1.0.1.
More Skills