← 返回 Skills 市场
nano banana text to image in Atlas AI
作者
guilherme-funchal
· GitHub ↗
· v1.0.1
· MIT-0
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nano-banana-text-image
功能描述
Generates images from text prompts using AtlasCloud Nanobanana 2 model, requiring an AtlasCloud API token and specific JSON parameters without media_resolution.
安全使用建议
This skill appears to implement AtlasCloud text→image generation, but there are a few things to check before installing: 1) The SKILL.md and generate.js require the node binary and an AtlasCloud API token, yet the registry metadata doesn’t declare those — treat that as a packaging oversight or ask the author for clarification. 2) The skill asks the agent to save the AtlasCloud token to memory; if you’re cautious, prefer to provide a short-lived or limited-scope token and confirm how long the platform persists memory. 3) The script writes last_result.json and last_url.txt to disk (in the skill folder); consider whether you’re comfortable with those artifacts on the host. 4) Review generate.js yourself (it’s short and uses only https/http/fs) and verify the AtlasCloud endpoints are expected. If you don’t trust the source or cannot confirm the missing metadata, don’t install or provide long-lived/high-privilege credentials.
功能分析
Type: OpenClaw Skill
Name: nano-banana-text-image
Version: 1.0.1
The skill is a legitimate implementation for generating images using the AtlasCloud API. The `generate.js` script handles job submission and polling via standard Node.js HTTPS modules, communicating exclusively with `api.atlascloud.ai`. The instructions in `SKILL.md` are well-defined, focusing on token management and correct output parsing without any signs of prompt injection, data exfiltration, or malicious intent.
能力标签
能力评估
Purpose & Capability
The skill's stated purpose is text→image via AtlasCloud Nanobanana which matches the included generate.js. However the registry metadata lists no required binaries or credentials while SKILL.md (and the script) require the node binary and an AtlasCloud API token. The manifest/requirements and SKILL.md are inconsistent.
Instruction Scope
SKILL.md instructs the agent to check memory for atlascloud_token, ask the user for it if absent, save it to memory, write params to {baseDir}/params.json, run a local node script, and extract an IMAGE_URL from stdout. Those steps are coherent with the stated task, but the explicit instruction to persist the token in memory and to log/print full API responses (the script logs the entire poll response) are sensitive behaviors that should be acknowledged.
Install Mechanism
There is no install spec (instruction-only with an included generate.js). No external downloads or package installs are performed; the Node script uses only built-in Node modules and package.json has no dependencies. This is low-install risk.
Credentials
The skill requires a user AtlasCloud API token at runtime (SKILL.md and generate.js expect it) but the registry metadata declares no required env vars or primary credential. Asking the agent to store the token in memory introduces persistence of a secret. The requested/used credentials are plausible for the feature, but the lack of declaration is an inconsistency and storing secrets in memory should be considered.
Persistence & Privilege
The skill does not request 'always' or other elevated privileges and will not autonomously persist itself. It does, however, instruct/perform writing of last_result.json and last_url.txt next to the script and asks the agent to save the token to memory — local file writes and memory storage are normal for this use but are persistent artifacts the user should be aware of.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nano-banana-text-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/nano-banana-text-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed test.js file, cleaning up development or test resources.
- No changes to functionality or documentation.
v1.0.0
Initial release of Atlas Nanobanana Text-to-Image skill:
- Enables image generation from text prompts using AtlasCloud Nanobanana 2 model.
- Automatically handles AtlasCloud API token setup and storage.
- Provides clear payload instructions and error guidance, including a strict requirement to omit "media_resolution" from params.
- Extracts and returns the image URL directly from command output for each new request.
- Triggers on user requests for image creation using descriptive text or mentions of Nanobanana/AtlasCloud.
元数据
常见问题
nano banana text to image in Atlas AI 是什么?
Generates images from text prompts using AtlasCloud Nanobanana 2 model, requiring an AtlasCloud API token and specific JSON parameters without media_resolution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 nano banana text to image in Atlas AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nano-banana-text-image」即可一键安装,无需额外配置。
nano banana text to image in Atlas AI 是免费的吗?
是的,nano banana text to image in Atlas AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
nano banana text to image in Atlas AI 支持哪些平台?
nano banana text to image in Atlas AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nano banana text to image in Atlas AI?
由 guilherme-funchal(@guilherme-funchal)开发并维护,当前版本 v1.0.1。
推荐 Skills