Gemini Image Generator
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill provides image generation and editing capabilities using Gemini models via OpenAI-compatible or Google-native APIs. The Python script `scripts/generate_image.py` implements robust API interaction, model fallback logic, and image processing using standard libraries like `httpx` and `PIL`. While the documentation in `SKILL.md` suggests `curl|bash` installation methods for dependencies (uv and skillhub), these are presented as standard utility installation patterns and do not show evidence of malicious intent. The code logic is transparent, focuses on the stated purpose, and follows OpenClaw conventions for secret management and media handling.
