← 返回 Skills 市场
nano banana image to image
作者
guilherme-funchal
· GitHub ↗
· v1.0.1
· MIT-0
77
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nano-banana-atlas-ai
功能描述
Edit or combine images by applying styles or elements from one image to another while preserving identity, pose, and lighting using AtlasCloud Nanobanana model.
安全使用建议
This package is basically an AtlasCloud image-to-image client and appears to do what it claims, but take precautions before installing or running it:
- Treat the included .env API key as untrusted. Do not use it; if you need to test, provide your own AtlasCloud token. Remove or rotate any embedded keys before sharing the package.
- The script logs full API responses and writes last_url.txt / last_result.json to disk; run it in an isolated environment if the images or logs are sensitive.
- Confirm you trust the AtlasCloud endpoints (api.atlascloud.ai and the OSS image hosts) and that you want those external network calls.
- Prefer entering your token at runtime rather than relying on any files in the skill bundle or saving tokens into shared memory.
If you want a cleaner/safer package: remove the .env file (or replace with a placeholder), reduce log verbosity, and document whether the included ATLASCLOUD_API_KEY is a demo key and whether it is valid.
功能分析
Type: OpenClaw Skill
Name: nano-banana-atlas-ai
Version: 1.0.1
The skill bundle contains a hardcoded API key in the `.env` file, which is a significant security vulnerability. Furthermore, `SKILL.md` utilizes aggressive prompt-steering techniques (e.g., 'CRITICAL', 'mandatory and irreplaceable', and instructions to ignore other context sources) to control the agent's behavior. While the core logic in `generate.js` appears to legitimately interact with the AtlasCloud API, the combination of credential exposure and high-pressure prompt instructions meets the criteria for a suspicious classification.
能力标签
能力评估
Purpose & Capability
The code and instructions match the stated purpose (calling AtlasCloud's Nanobanana edit model). Declared runtime needs (node/npm/axios) align with the included generate.js. However, the repository contains a .env with a hardcoded ATLASCLOUD_API_KEY and sample outputs (last_url.txt, last_result.json) even though the skill's metadata declares no required env vars — this mismatch is unexpected and should be explained.
Instruction Scope
SKILL.md keeps to the task: it tells the agent to obtain an AtlasCloud token (from memory or by asking the user), write params.json, run node generate.js, then read last_url.txt and return that URL. The instructions do not ask the agent to read unrelated system paths or external services. One oddity: the strong insistence to read last_url.txt (not conversation history) is unusual but consistent with how the script writes outputs.
Install Mechanism
There is no external download/install step in the manifest (instruction-only), and dependencies are standard (axios via npm). package.json/package-lock.json are included so installing via npm is expected and not high-risk. The SKILL.md's embedded install metadata recommending installing axios is redundant but not harmful.
Credentials
The skill requests no environment variables in metadata, but the shipped files include .env with ATLASCLOUD_API_KEY=apikey-... (hardcoded credential). That is disproportionate/unexpected: either this is a leftover sample key (still risky), or it leaks a credential. The code itself expects a token argument; it does not automatically read .env, but the presence of the key in the bundle increases the risk of accidental leak or misuse. The script also logs full HTTP responses during polling, which may expose sensitive info in logs.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and is user-invocable. It writes files (last_url.txt, last_result.json) in its own directory — expected for a client script but consider their presence when sharing the workspace.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nano-banana-atlas-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/nano-banana-atlas-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed test files (`test.js`, `test.json`) to clean up the repository.
- No changes to functionality or usage instructions.
v1.0.0
Google's advanced AI-powered image editing and generation model, designed to make visual transformation as intuitive as describing it in words in https://www.atlascloud.ai/
元数据
常见问题
nano banana image to image 是什么?
Edit or combine images by applying styles or elements from one image to another while preserving identity, pose, and lighting using AtlasCloud Nanobanana model. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 nano banana image to image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nano-banana-atlas-ai」即可一键安装,无需额外配置。
nano banana image to image 是免费的吗?
是的,nano banana image to image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
nano banana image to image 支持哪些平台?
nano banana image to image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nano banana image to image?
由 guilherme-funchal(@guilherme-funchal)开发并维护,当前版本 v1.0.1。
推荐 Skills