← 返回 Skills 市场
SAA Agent
作者
mirabarukaso
· GitHub ↗
· v1.0.1
1078
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install saa-agent
功能描述
Enables AI agents to generate images using the Character Select Stand Alone App (SAA) image generation backend via command-line interface.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install saa-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/saa-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
SAA Agent 是什么?
Enables AI agents to generate images using the Character Select Stand Alone App (SAA) image generation backend via command-line interface. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1078 次。
如何安装 SAA Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install saa-agent」即可一键安装,无需额外配置。
SAA Agent 是免费的吗?
是的,SAA Agent 完全免费(开源免费),可自由下载、安装和使用。
SAA Agent 支持哪些平台?
SAA Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SAA Agent?
由 mirabarukaso(@mirabarukaso)开发并维护,当前版本 v1.0.1。
推荐 Skills