GoAI Image Gen
v1.0.1Generate AI images via GoAI API. Use when the user asks to create, generate, draw, edit, render, or make images, pictures, illustrations, posters, avatars, p...
⭐ 0· 77·0 current·0 all-time
by@goai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required env (GOAI_API_KEY), default base URL (mustgoai.com), and code all point to a GoAI image-generation client. Requiring uv and httpx is reasonable for a cross-platform Python entrypoint that installs/boots a local env.
Instruction Scope
SKILL.md instructs the agent to forward the user's prompt (no broad data collection), to use uv to run the included Python scripts, and to only read user-provided local image paths for upload. It does not instruct reading unrelated files or environment variables beyond GOAI_API_KEY/GOAI_BASE_URL, aside from showing a path in an error message for configuration guidance.
Install Mechanism
There is no explicit install spec; the skill relies on uv to create a virtual env, prepare Python, and install dependencies from pyproject.toml (httpx). This is a legitimate approach but means uv may download Python/packages on first run — ensure you trust the uv tool and the network activity it will perform.
Credentials
Only GOAI_API_KEY (primaryEnv) and optional GOAI_BASE_URL are used. Those are proportional to an API-backed image-generation skill. The code references the user's home directory only to display an example config path in an error message; it does not read other credentials.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills. It uses uv to manage a local virtual environment but does not persist other system-wide changes.
Assessment
This skill appears to do what it says: it calls mustgoai.com with the GOAI_API_KEY to generate images and will upload any local reference images you provide. Before installing, consider: 1) Only provide an API key you trust to be used with mustgoai.com; the service will receive any local images you upload. 2) The skill requires the 'uv' runtime, which on first run may download Python and install dependencies — ensure you trust that tooling and network activity. 3) The skill prints the exact local file path and public URL for generated images (this reveals filesystem paths in the output). If you are comfortable with those behaviors and trust mustgoai.com (and the uv tool), the package is coherent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97dq35e00nayb88xdgf7n7wbh83r0cz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎨 Clawdis
OSmacOS · Linux · Windows
Binsuv
EnvGOAI_API_KEY
Primary envGOAI_API_KEY
