← Back to Skills Marketplace
jeayoo

OpenClaw Pro

by jeayoo · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-pro-nano-banana-pro-1-0-2
Description
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Usage Guidance
This skill mostly looks like a legitimate Gemini image helper, but there are a few packaging inconsistencies you should check before installing: 1) Confirm you trust the source—registry ownerId vs _meta.json ownerId differ. 2) Ensure you are comfortable providing GEMINI_API_KEY (this is the only credential requested). 3) The SKILL.md and script disagree about Python dependencies: the script needs google-genai and pillow, while SKILL.md lists requests and beautifulsoup4; your environment must have the actual Python packages installed or the script will fail. 4) The install step only installs the 'uv' brew formula; it will not install Python packages automatically. If those points are acceptable (or you can fix the dependencies locally), the skill is reasonable to use. If you need higher assurance, ask the author for a corrected package manifest and consistent metadata (matching ownerId and explicit Python install steps).
Capability Analysis
Type: OpenClaw Skill Name: openclaw-pro-nano-banana-pro-1-0-2 Version: 1.0.2 The skill bundle is a standard wrapper for an image generation API (Gemini). The Python script `scripts/generate_image.py` uses the official `google-genai` and `pillow` libraries to process prompts and images, saving the results locally and emitting a standard `MEDIA:` tag for the OpenClaw agent. While `SKILL.md` lists unused dependencies (`requests`, `beautifulsoup4`) and the metadata contains a future-dated timestamp, there is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required binary (uv), and primary env var (GEMINI_API_KEY) align with the included script which calls google.genai. However the SKILL.md metadata lists dependencies (requests, beautifulsoup4) that the script never imports, while the script header and imports require google-genai and pillow. Also the ownerId in _meta.json differs from the registry ownerId in the provided metadata—these mismatches are packaging/authoring inconsistencies.
Instruction Scope
Runtime instructions are narrowly scoped: run the bundled script with prompt/filename and optional input images. The script only reads input images you explicitly pass, uses the GEMINI_API_KEY or --api-key, uploads content to Google's GenAI client, and writes the generated PNG to the requested output path. It prints a MEDIA:<path> token for attachment and does not attempt to read unrelated files or exfiltrate other environment variables.
Install Mechanism
Install spec only installs the 'uv' brew formula, which matches the expected runtime invocation. There is no automated installation declared for the Python packages the script needs (google-genai, pillow). That mismatch means the script may fail at runtime unless the environment already provides those Python deps; it's an operational inconsistency rather than an explicit security issue.
Credentials
Only GEMINI_API_KEY is required (declared as primaryEnv). The script uses only that key (or --api-key). No other credentials, secrets, or unrelated environment variables are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global configs, and does not persist credentials itself. It only writes generated image files to the user-specified output path.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-pro-nano-banana-pro-1-0-2
  3. After installation, invoke the skill by name or use /openclaw-pro-nano-banana-pro-1-0-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added detailed usage instructions for Nano Banana Pro, including image generation, editing, and multi-image composition. - Documented required dependencies, runner, and API key setup (GEMINI_API_KEY). - Outlined supported resolutions and aspect ratios, with flags for custom settings. - Provided guidance for filename conventions and output handling. - Included installation steps for required tools (uv via brew).
Metadata
Slug openclaw-pro-nano-banana-pro-1-0-2
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Pro?

Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install OpenClaw Pro?

Run "/install openclaw-pro-nano-banana-pro-1-0-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Pro free?

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

Which platforms does OpenClaw Pro support?

OpenClaw Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Pro?

It is built and maintained by jeayoo (@jeayoo); the current version is v1.0.2.

💬 Comments