← Back to Skills Marketplace
Openai Image Gen
by
Peter Steinberger
· GitHub ↗
· v1.0.1
24672
Downloads
37
Stars
1121
Active Installs
2
Versions
Install in OpenClaw
/install openai-image-gen
Description
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Usage Guidance
Install only if you are comfortable sending image prompts and generation parameters to the configured OpenAI-compatible endpoint using your API key. Prefer OPENAI_API_KEY over the --api-key flag, confirm OPENAI_BASE_URL and OPENAI_API_BASE are unset or trusted, expect possible API billing, and avoid opening generated galleries from untrusted prompt text because prompts are inserted into index.html without escaping.
Capability Analysis
Type: OpenClaw Skill
Name: openai-image-gen
Version: 1.0.1
The skill is benign. It generates images using the OpenAI API, requiring an `OPENAI_API_KEY` from environment variables, and saves the results along with an `index.html` gallery to a local temporary directory (`~/Projects/tmp` or `./tmp`). All network communication is directed to the OpenAI API, and file operations are confined to the designated output directory. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts in the `SKILL.md` or the Python script.
Capability Assessment
Purpose & Capability
The stated purpose matches the code: prompts are generated or supplied by the user, sent to an OpenAI-compatible image generation endpoint, and returned images are written locally.
Instruction Scope
The instructions disclose OpenAI Images API use and the OPENAI_API_KEY requirement, though users would benefit from a clearer privacy note that prompts and generation settings leave the machine.
Install Mechanism
There is no package installation or complex installer; the skill consists of a markdown file and one Python script run directly by the user.
Credentials
Network access and an OpenAI API key are proportionate for image generation. The script also honors OPENAI_BASE_URL or OPENAI_API_BASE, so a user should ensure those point only to trusted endpoints.
Persistence & Privilege
No autostart, background worker, privilege escalation, broad filesystem indexing, or persistent agent behavior is present; output is limited to the selected image output directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openai-image-gen - After installation, invoke the skill by name or use
/openai-image-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.0
Metadata
Frequently Asked Questions
What is Openai Image Gen?
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. It is an AI Agent Skill for Claude Code / OpenClaw, with 24672 downloads so far.
How do I install Openai Image Gen?
Run "/install openai-image-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openai Image Gen free?
Yes, Openai Image Gen is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openai Image Gen support?
Openai Image Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openai Image Gen?
It is built and maintained by Peter Steinberger (@steipete); the current version is v1.0.1.
More Skills