← 返回 Skills 市场
Nano Banana Pro CN
作者
onlyloveher
· GitHub ↗
· v1.0.0
· MIT-0
129
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nano-banana-pro-cn
功能描述
图片生成技能,当用户需要生成图片、视觉信息图、创建图像、编辑/修改/调整已有图片时使用此技能。基于中国的API易代理站(https://apiyi.com/)的NanoBananaPro模型的图片生成服务,无需访问外网。支持10种宽高比的图片比例(`1:1`、`16:9`、`9:16`、`4:3`、`3:4`、`...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nano-banana-pro-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/nano-banana-pro-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with CN suffix
元数据
常见问题
Nano Banana Pro CN 是什么?
图片生成技能,当用户需要生成图片、视觉信息图、创建图像、编辑/修改/调整已有图片时使用此技能。基于中国的API易代理站(https://apiyi.com/)的NanoBananaPro模型的图片生成服务,无需访问外网。支持10种宽高比的图片比例(`1:1`、`16:9`、`9:16`、`4:3`、`3:4`、`... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Nano Banana Pro CN?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nano-banana-pro-cn」即可一键安装,无需额外配置。
Nano Banana Pro CN 是免费的吗?
是的,Nano Banana Pro CN 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nano Banana Pro CN 支持哪些平台?
Nano Banana Pro CN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nano Banana Pro CN?
由 onlyloveher(@onlyloveher)开发并维护,当前版本 v1.0.0。
推荐 Skills