Gemini Image Proxy

v1.0.0

Generate and edit images with Gemini API using the OpenAI Python SDK.

4· 1.7k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say: generate/edit images via Gemini using the OpenAI Python SDK. The skill requires an API key and base URL for an OpenAI-compatible endpoint and installs/uses the openai SDK — all are appropriate and expected.
Instruction Scope
SKILL.md and scripts/generate.py limit actions to calling client.images.generate and client.images.edits, reading an optional local input image, and writing an output image. This is within scope, but the skill will transmit prompts and any input image to the configured base URL — verify that endpoint is trusted.
Install Mechanism
No packaged install spec; instructions ask to pip install the openai package only. No downloads from arbitrary URLs or extraction steps are present.
Credentials
The two required environment variables (GOOGLE_PROXY_API_KEY and GOOGLE_PROXY_BASE_URL) are proportional to the task. However, the provided API key grants whatever access the configured base URL accepts, so only supply credentials for endpoints you trust.
Persistence & Privilege
always is false and the skill does not request system-wide changes or persistent privileges. It does not modify other skills or store global config.
Assessment
This skill appears to do what it claims: call an OpenAI-compatible image generation/edit API and save images locally. Before installing, ensure GOOGLE_PROXY_BASE_URL points to a trusted service (the skill will send your prompts and any input images there) and that you are comfortable with the API key's permissions. Installing the openai Python package is required. If you do not trust the base URL or key, do not provide them — the skill has no other hidden capabilities.

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

latestvk97d0jgck2h4n0ksga33f7g1cx80ca6c

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎨 Clawdis
EnvGOOGLE_PROXY_API_KEY, GOOGLE_PROXY_BASE_URL

Comments