← Back to Skills Marketplace
onlyloveher

Nano Banana Pro CN

by onlyloveher · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
129
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nano-banana-pro-cn
Description
图片生成技能,当用户需要生成图片、视觉信息图、创建图像、编辑/修改/调整已有图片时使用此技能。基于中国的API易代理站(https://apiyi.com/)的NanoBananaPro模型的图片生成服务,无需访问外网。支持10种宽高比的图片比例(`1:1`、`16:9`、`9:16`、`4:3`、`3:4`、`...
Usage Guidance
This skill's code matches its advertised image-generation purpose, but be cautious before installing: - Secrets & config mismatch: the scripts expect APIYI_API_KEY, SKILL.md says the same, but skill.yaml names the key API_KEY and the registry metadata claims no required env vars. Fix or confirm which name your platform will store the secret under to avoid leaking or failing to provide the key. - Privacy: input images are base64-encoded and uploaded to api.apiyi.com. Do not use this skill with sensitive or private images unless you trust that third party and the account you register. - Dependencies: Node version uses built-in modules (no extra deps); the Python script requires the 'requests' package but no dependency is declared—ensure 'requests' is installed in the runtime environment. - Provenance: source/homepage metadata is inconsistent (skill.yaml lists a homepage, top-level metadata said none and source is unknown). Verify the publisher/owner before trusting or sharing credentials. Recommended immediate actions: inspect and (if possible) correct the skill.yaml to declare the correct secret name (or map API_KEY → APIYI_API_KEY), install and test the Python/Node runtime in an isolated environment, and avoid uploading sensitive input until you're satisfied with the endpoint and account settings. If you cannot confirm the publisher or the correct configuration, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: nano-banana-pro-cn Version: 1.0.0 The skill bundle provides image generation and editing functionality via the NanoBananaPro model using a documented Chinese proxy service (apiyi.com). The implementation includes both Node.js (generate_image.js) and Python (generate_image.py) scripts that handle standard API interactions, base64 image encoding, and local file saving. No evidence of malicious behavior, data exfiltration, or harmful prompt injection was found; the instructions in SKILL.md are appropriately focused on parameter extraction and task execution.
Capability Assessment
Purpose & Capability
Name, description, and the included Node/Python scripts all implement image generation/editing via the apiyi.com NanoBananaPro/Gemini endpoint — functionality aligns with the stated purpose.
Instruction Scope
Runtime instructions and scripts stay within the described scope: they read user-provided input images (if any), base64-encode them, POST a JSON payload to https://api.apiyi.com/v1beta/models/...:generateContent, and write output image files. The scripts only access an API key and input/output files; they do not attempt to read unrelated system files.
Install Mechanism
No installer is provided (instruction-only install), which minimizes install-time risk. However the Python script uses the third‑party 'requests' library but the skill has no dependency declaration — runtime failures or hidden dependency installation may occur if not present.
Credentials
The code and SKILL.md expect an API key in the environment variable APIYI_API_KEY or via --api-key. But registry metadata listed no required env vars/primary credential, and skill.yaml declares a different config name (API_KEY). This mismatch is incoherent and may cause misconfiguration or accidental secret storage under the wrong name. Also note: any input images and prompts are uploaded to api.apiyi.com — users should not send sensitive images or secrets.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system config. It is user-invocable and can be invoked autonomously (normal default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nano-banana-pro-cn
  3. After installation, invoke the skill by name or use /nano-banana-pro-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with CN suffix
Metadata
Slug nano-banana-pro-cn
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nano Banana Pro CN?

图片生成技能,当用户需要生成图片、视觉信息图、创建图像、编辑/修改/调整已有图片时使用此技能。基于中国的API易代理站(https://apiyi.com/)的NanoBananaPro模型的图片生成服务,无需访问外网。支持10种宽高比的图片比例(`1:1`、`16:9`、`9:16`、`4:3`、`3:4`、`... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Nano Banana Pro CN?

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

Is Nano Banana Pro CN free?

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

Which platforms does Nano Banana Pro CN support?

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

Who created Nano Banana Pro CN?

It is built and maintained by onlyloveher (@onlyloveher); the current version is v1.0.0.

💬 Comments