AI Image Generation

v0.1.0

AI image generation - Generate images using OpenAI DALL-E or other AI image APIs

0· 23·0 current·0 all-time
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (image generation via OpenAI) matches the declared env var (OPENAI_API_KEY), the tooling entries, and the Python code which calls OpenAI image endpoints. All requested capabilities are appropriate for the stated purpose.
Instruction Scope
SKILL.md and instructions.md are narrowly scoped: they ask the user to set OPENAI_API_KEY and describe the three tools. The runtime code only sends prompts and image files to OpenAI endpoints; it does not attempt to read arbitrary system files or other environment variables.
Install Mechanism
No install spec (instruction-only) and no downloads. The code relies on the Python 'requests' package (imported inside functions) but does not include an installer — the environment must provide requests. No remote URLs or extract actions are used.
Credentials
Only OPENAI_API_KEY is required, which is appropriate for calling OpenAI's image APIs. The code will read local image file paths when performing edits/variations — this is expected but means any sensitive local images passed to the tool will be uploaded to OpenAI.
Persistence & Privilege
always is false and the skill does not request system-level persistence or modify other skills. It does not request extra privileges beyond the API key and normal file access for images.
Assessment
This skill appears to do what it claims. Before installing: 1) Be aware that any prompt text and any image files you pass will be sent to OpenAI and may be logged/processed per your OpenAI account settings (costs and privacy implications). 2) Keep your OPENAI_API_KEY secret and store it in a secure environment variable. 3) Ensure the runtime has the Python 'requests' library available (the code imports it at call time but does not install it). 4) Don’t pass sensitive local images you don’t want uploaded. 5) If you need stricter assurance, review network logs or run the code in a sandboxed environment to confirm it only contacts the OpenAI endpoints listed in the source.

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

Runtime requirements

EnvOPENAI_API_KEY
latestvk97dfg02ycvgekdpfcqsgfs4g9856zv3
23downloads
0stars
1versions
Updated 6h ago
v0.1.0
MIT-0

AI Image Generation

AI image generation skill for OpenClaw. Generate images using DALL-E or other AI image APIs.

Setup

  1. Get OpenAI API key from https://platform.openai.com/api-keys
  2. Configure OPENAI_API_KEY environment variable

Environment Variables

VariableRequiredDescription
OPENAI_API_KEYYesYour OpenAI API Key

Comments

Loading comments...