Ai Image Generation

v1.0.0

Use when someone asks for ai image generation, image generator, text-to-image, image-to-image, prompt-to-image, image model selection, or CLI-based image wor...

0· 73·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (AI image generation) matches required binary (ai-media), required env vars (AI_MEDIA_BASE_URL, AI_MEDIA_API_KEY), and the documented CLI commands. The declared npm package (ai-media-generator) plausibly supplies the ai-media binary.
Instruction Scope
SKILL.md contains explicit CLI workflows (config set-key, models list/show, image generate/get) and references local documentation files for CLI references. It does not instruct reading unrelated system files or accessing unrelated credentials. The references to ../ai-media-cli/... are documentation pointers (not requests to read arbitrary host files) and may simply be missing in some installations.
Install Mechanism
Install is via a named npm package (ai-media-generator) which will provide the ai-media binary — a moderate-risk but common install mechanism. Because the package is not a well-known system package, verify the npm package and its GitHub repo before installing to avoid trojanized packages.
Credentials
Only two environment values are required: AI_MEDIA_API_KEY (primary) and AI_MEDIA_BASE_URL. Both are reasonable for a CLI that needs an API key and a configurable endpoint. Note: AI_MEDIA_BASE_URL can point the CLI at any endpoint, so ensure it is set to the legitimate service to avoid directing traffic (or secrets) to an attacker-controlled server.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide configuration. It does not declare access to other skills' configs. Agent invocation settings are default (agent can call it autonomously), which is normal for skills.
Assessment
This skill is internally consistent for an AI image-generation CLI wrapper, but take these precautions before installing: 1) Inspect the npm package (ai-media-generator) and linked GitHub repo to confirm it is legitimate and up-to-date. 2) Install in a controlled environment (or review package contents) because npm packages can execute install scripts. 3) Use a dedicated, least-privilege API key for AI_MEDIA_API_KEY and do not set AI_MEDIA_BASE_URL to an untrusted endpoint — a malicious base URL could capture requests or keys. 4) The installer will create an ai-media binary on PATH; confirm you are comfortable with that binary. 5) If you want to limit risk further, run the CLI in an isolated environment (container) or inspect the package source before npm install.

Like a lobster shell, security has layers — review code before you run it.

latestvk978pg67fb0kx66sj8n7629zkn83g00d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🖼️ Clawdis
Binsai-media
EnvAI_MEDIA_BASE_URL, AI_MEDIA_API_KEY
Primary envAI_MEDIA_API_KEY

Install

Node
Bins: ai-media
npm i -g ai-media-generator

Comments