← Back to Skills Marketplace
lukaizj

AI Image Generation

by lukaizj · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lukaizj-ai-image
Description
AI image generation - Generate images using OpenAI DALL-E or other AI image APIs
README (SKILL.md)

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

Variable Required Description
OPENAI_API_KEY Yes Your OpenAI API Key
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: lukaizj-ai-image Version: 0.1.0 The skill is a standard implementation for AI image generation using the OpenAI DALL-E API. The code in `ai_image.py` facilitates image generation, editing, and variations by sending requests to official OpenAI endpoints (api.openai.com). There are no signs of malicious intent, data exfiltration, or unauthorized access; the file operations are limited to processing user-provided image paths for the intended API calls.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lukaizj-ai-image
  3. After installation, invoke the skill by name or use /lukaizj-ai-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of AI Image Generation skill. - Generate images using OpenAI DALL-E or other AI image APIs. - Requires configuration of OPENAI_API_KEY environment variable. - Includes setup guide for obtaining and using your OpenAI API key.
Metadata
Slug lukaizj-ai-image
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AI Image Generation?

AI image generation - Generate images using OpenAI DALL-E or other AI image APIs. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install AI Image Generation?

Run "/install lukaizj-ai-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI Image Generation free?

Yes, AI Image Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI Image Generation support?

AI Image Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI Image Generation?

It is built and maintained by lukaizj (@lukaizj); the current version is v0.1.0.

💬 Comments