AI Image Generation
v0.1.0AI image generation - Generate images using OpenAI DALL-E or other AI image APIs
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & 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
latest
AI Image Generation
AI image generation skill for OpenClaw. Generate images using DALL-E or other AI image APIs.
Setup
- Get OpenAI API key from https://platform.openai.com/api-keys
- Configure OPENAI_API_KEY environment variable
Environment Variables
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes | Your OpenAI API Key |
Comments
Loading comments...
