banana-proxy

Gemini image generation via Banana proxy endpoint.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "banana-proxy" with this command: npx skills add shuliuzhenhua-sys/shuliu-skills/shuliuzhenhua-sys-shuliu-skills-banana-proxy

Banana Proxy Image Generation

通过 Banana 代理端点调用 Gemini 生图。

Script Directory

Important: All scripts are located in the scripts/ subdirectory of this skill.

Agent Execution Instructions:

  1. Determine this SKILL.md file's directory path as SKILL_DIR
  2. Script path = ${SKILL_DIR}/scripts/main.ts
  3. Replace all ${SKILL_DIR} in this document with the actual path

Usage

# 基础生图
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "A cat" --image out.jpg

# 指定比例与质量
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "portrait" --image out.jpg --ar 3:4 --quality 2k

# 使用参考图
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "replace subject" --ref a.png b.png --image out.jpg

# 批量并行生图(JSONL)
npx -y bun ${SKILL_DIR}/scripts/main.ts --batch jobs.jsonl --concurrency 4

Options

  • --prompt <text>, -p: 提示词
  • --promptfiles <files...>: 从文件读取提示词
  • --image <path>: 输出路径(必填)
  • --batch <file>: 批量任务文件(.json 数组或 .jsonl 每行一个 JSON)
  • --concurrency <n>: 并行数(仅 --batch 模式生效,默认 4
  • --model <id>, -m: 模型(默认 gemini-3-pro-image-preview,常用:gemini-3-pro-image-previewgemini-3.1-flash-image-preview
  • --ar <ratio>: 比例,如 1:13:416:9
  • --quality normal|2k: 质量(默认 2k
  • --imageSize 1K|2K|4K: 生成尺寸等级
  • --ref <files...>: 参考图
  • --json: JSON 输出

Batch 文件格式

JSONL 每行示例:

{"prompt":"A cat in watercolor style","image":"out/cat.jpg","ar":"1:1"}
{"prompt":"A cyberpunk city at night","image":"out/city.jpg","quality":"2k","imageSize":"2K"}

字段说明:

  • promptpromptFile(二选一)
  • image(必填)
  • 可选:modelarqualityimageSizeref(字符串数组)

Fixed Config

  • Base URL: https://lnapi.com
  • Primary API Key: LNAPI_KEY(必填)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

sora-video

No summary provided by upstream source.

Repository SourceNeeds Review
General

douyin-share-info

No summary provided by upstream source.

Repository SourceNeeds Review
General

google-serper-search

No summary provided by upstream source.

Repository SourceNeeds Review
General

Speech Writer

演讲稿(TED风格)、婚礼致辞、商务演讲、励志演讲、祝酒词、演讲大纲。Speech writing for TED-style talks, wedding speeches, business presentations, motivational speeches, toasts, and outlines....

Registry SourceRecently Updated