← 返回 Skills 市场
wuchubuzai2018

Nano Banana Pro Image Gen(基于API易代理站)

作者 无处不在 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ⚠ suspicious
1878
总下载
1
收藏
7
当前安装
3
版本数
在 OpenClaw 中安装
/install nano-banana-pro-image-gen
功能描述
图片生成技能,当用户需要生成图片、视觉信息图、创建图像、编辑/修改/调整已有图片时使用此技能。基于中国的API易代理站(https://api.apiyi.com/)的NanoBananaPro模型的图片生成服务,无需访问外网。支持10种宽高比的图片比例(`1:1`、`16:9`、`9:16`、`4:3`、`3:...
安全使用建议
What to check before installing: 1) Metadata mismatch: the registry lists no required env vars or binaries, but the skill requires an API key (APIYI_API_KEY or --api-key) and will prefer Node if present (falls back to Python). Ask the publisher to fix the manifest. 2) External endpoint: the scripts send prompts and any input images (base64) to https://api.apiyi.com — only use if you trust that provider and are comfortable that images and prompts will leave your machine. Avoid sending sensitive or identifying images unless you trust api.apiyi.com. 3) Review the included scripts locally (they are plain JS/Python) before running; they perform network requests, read local input files, and write output files. 4) Run in a sandbox or with an API key scoped/limited appropriately if you proceed. 5) Because owner/homepage are missing, prefer skills with clearer provenance or ask the publisher for contact/terms/privacy info. If you want me to, I can: point out exact lines that read env vars, perform the POST, or summarize any other potential privacy/network effects in the code.
功能分析
Type: OpenClaw Skill Name: nano-banana-pro-image-gen Version: 0.1.2 The skill bundle provides a legitimate utility for image generation and editing using the NanoBananaPro model via a Chinese API proxy (api.apiyi.com). The provided Node.js and Python scripts (scripts/generate_image.js and scripts/generate_image.py) are standard API wrappers that handle image encoding and file I/O without any evidence of malicious intent, data exfiltration, or unauthorized execution. The instructions in SKILL.md are focused on ensuring the AI agent accurately preserves user intent during the generation process.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description claim an image-generation/editing skill using the NanoBananaPro model via api.apiyi.com, which matches the included Python and Node scripts and the SKILL.md instructions. Functionality (text->image and image-editing, up to 14 refs, aspect/resolution options) is coherent with the stated purpose.
Instruction Scope
Runtime instructions and scripts explicitly require an API key (APIYI_API_KEY or --api-key), read local input images (encode to base64), and POST prompt+image payloads to https://api.apiyi.com/v1beta/models/…:generateContent. Those behaviors are consistent with image-generation, but they involve transmitting user prompts and any supplied images to an external service and writing output files to disk. The SKILL.md and scripts do not attempt to access unrelated system files or other credentials, but they do prefer running Node if present — the skill's manifest omitted that requirement (see environment_proportionality).
Install Mechanism
There is no install spec (instruction-only), which lowers install-time risk. However, the package includes runnable scripts for Python and Node — there is no build/install step, but executing the scripts will run network requests and file I/O. This is expected for this kind of skill, but users should be aware code will be executed locally when invoked.
Credentials
The registry metadata declares no required env vars or credentials, but SKILL.md and both scripts require an API key (APIYI_API_KEY or command-line -k/--api-key) and will run with either Node or Python present. This is an incoherence: the skill needs a network API credential and a runtime binary (node or python), neither of which are declared in the manifest. No other unrelated secrets are requested by the code.
Persistence & Privilege
The skill does not request permanent inclusion (always=false) and does not modify other skills or system-wide configuration. It only writes generated images to the output path and does not persist other agent-level state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nano-banana-pro-image-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nano-banana-pro-image-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
描述更改
v0.1.1
- 明确说明技能基于“API易国内代理站”的NanoBananaPro模型,无需访问外网,提升易用性与模型说明。 - 更新描述,突出支持生成视觉信息图,并强调10种宽高比、3种分辨率、文生图和图生图编辑功能。 - 优化技能简介,添加模型来源和适用场景解释,便于用户理解技能优势。 - 文档结构和内容整体梳理,提升了技能介绍的完整度与准确性。
v0.1.0
nano-banana-pro-image-gen v0.1.0 - 初始发布,支持图片生成与编辑,区分文生图与图生图两大模式。 - 支持10种图片比例(如1:1、16:9、9:16等)和3种分辨率(1K/2K/4K)。 - 提供Node.js与Python两种命令行工具,自动优先Node.js版本。 - 完整保留用户原始输入作为描述,需补充细节时先询问用户并追加。 - 详细参数说明、环境配置与API Key获取方法。
元数据
Slug nano-banana-pro-image-gen
版本 0.1.2
许可证 MIT-0
累计安装 9
当前安装数 7
历史版本数 3
常见问题

Nano Banana Pro Image Gen(基于API易代理站) 是什么?

图片生成技能,当用户需要生成图片、视觉信息图、创建图像、编辑/修改/调整已有图片时使用此技能。基于中国的API易代理站(https://api.apiyi.com/)的NanoBananaPro模型的图片生成服务,无需访问外网。支持10种宽高比的图片比例(`1:1`、`16:9`、`9:16`、`4:3`、`3:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1878 次。

如何安装 Nano Banana Pro Image Gen(基于API易代理站)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nano-banana-pro-image-gen」即可一键安装,无需额外配置。

Nano Banana Pro Image Gen(基于API易代理站) 是免费的吗?

是的,Nano Banana Pro Image Gen(基于API易代理站) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nano Banana Pro Image Gen(基于API易代理站) 支持哪些平台?

Nano Banana Pro Image Gen(基于API易代理站) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nano Banana Pro Image Gen(基于API易代理站)?

由 无处不在(@wuchubuzai2018)开发并维护,当前版本 v0.1.2。

💬 留言讨论