Token导航 LogoToken导航TokenDH.com
图像处理敏感数据clawhub未标认证来源可访问clear审计提醒

nano-banana-text-image纳米香蕉文本图像

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

3,168

周安装

132

GitHub Stars

公开资料未说明

下载量

1,056
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nano-banana-text-image(纳米香蕉文本图像)
来源仓库:https://github.com/guilherme-funchal/nano-banana-text-image
安装命令:
openclaw skills install nano-banana-text-image
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nano-banana-text-image

简介

使用 AtlasCloud Nanobanana 2 模型根据文本提示生成图像,需要 AtlasCloud API 令牌和特定 JSON 参数,无需 media_resolution。

SKILL.md

name
atlas-banana-textimage
description
Generates images from text prompts using the AtlasCloud Nanobanana 2 model (google/nano-banana-2/text-to-image). Use this skill whenever the user wants to create, render, or generate an image from a text description using Nanobanana or AtlasCloud. Triggers on phrases like: "gerar imagem", "generate image", "create image", "criar imagem com prompt", "draw a scene", or any request to produce a visual from a text prompt. Always use this skill when the user mentions Nanobanana, AtlasCloud image generation, or wants to produce an image from descriptive text.
metadata

Atlas Nanobanana Text-to-Image 🍌

Generates images using the AtlasCloud Nanobanana 2 model (google/nano-banana-2/text-to-image).


Token Setup

Before generating images, you need the user's AtlasCloud API token.

  • Check memory for atlascloud_token.
  • If not found, ask the user: *"Please provide your AtlasCloud API token to get started."*
  • Save the token to memory as atlascloud_token so it is not needed again.

How to Generate an Image

Step 1: Write the params to {baseDir}/params.json.

Step 2: Run the script:

node {baseDir}/generate.js <TOKEN> {baseDir}/params.json

Step 3: In the script output, find the line that starts with IMAGE_URL: between the two rows of = signs:

============================================================
IMAGE_URL: https://atlas-media.oss-us-west-1.aliyuncs.com/images/xxxx.png
============================================================
⚠️ CRITICAL: Use exactly the URL that appears in the IMAGE_URL: line of this execution. Never use a URL from the conversation history, previous executions, or memory. Each execution generates a different URL.

Report this URL to the user.


params.json — Payload Correto

⚠️ IMPORTANT: Never include media_resolution in the payload — it causes an HTTP 500 error.
{
  "prompt": "descrição detalhada da imagem",
  "aspect_ratio": "16:9",
  "output_format": "png",
  "resolution": "2k",
  "enable_base64_output": false,
  "enable_sync_mode": false,
  "enable_web_search": false,
  "enable_image_search": false
}

Available fields

FieldRequiredDefaultOptions
prompt✅ yesany text
aspect_rationo16:91:14:33:416:99:1621:9
resolutionno2k1k2k4k
output_formatnopngpngjpeg
enable_web_searchnofalsetruefalse
enable_image_searchnofalsetruefalseenable_base64_outputnofalsetruefalse
enable_sync_modenofalsetruefalse
NÃO inclua media_resolution — causa erro 500.

Error Handling

ErroCausa provávelSolução
HTTP 500media_resolution presente no payloadRemova media_resolution do params.json
HTTP 500Token inválido ou expiradoSolicitar novo token ao usuário e atualizar memória
Link não atualizaURL lida de lugar erradoBuscar a linha IMAGE_URL: no output desta execução
TimeoutResolução muito altaTentar novamente com "resolution": "1k"
Job failedPrompt inválido ou API instávelSimplificar o prompt e tentar novamente

Quando usar esta skill

  • "Generate an image of..."
  • "Create a picture of..."
  • "Draw a scene with..."
  • "Generate an image of..."
  • "Create a photo of..."
  • "Create an image with prompt..."

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.76%
按下载量换算990

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills