skills/banana-proxy/SKILL.md
Gemini image generation via Banana proxy endpoint.
npx skillsauth add shuliuzhenhua-sys/shuliu-skills banana-proxyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 Banana 代理端点调用 Gemini 生图。
Important: All scripts are located in the scripts/ subdirectory of this skill.
Agent Execution Instructions:
SKILL_DIR${SKILL_DIR}/scripts/main.ts${SKILL_DIR} in this document with the actual path# 基础生图
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
--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-preview、gemini-3.1-flash-image-preview)--ar <ratio>: 比例,如 1:1、3:4、16:9--quality normal|2k: 质量(默认 2k)--imageSize 1K|2K|4K: 生成尺寸等级--ref <files...>: 参考图--json: JSON 输出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"}
字段说明:
prompt 或 promptFile(二选一)image(必填)model、ar、quality、imageSize、ref(字符串数组)https://lnapi.comLNAPI_KEY(必填)content-media
小红书创作平台“文字配图”自动化技能。用户只要提到小红书创作平台、文字配图、科技主题、换配色、9444 端口、CDP、自动生成图片、自动下载图片、基于已有预览图换主题/换颜色,或者想先看看各个主题长什么样子,都应该使用这个技能。它会连接已登录的浏览器会话,生成图片,默认下载当前图片,支持继续切主题或换配色,也支持直接给出已经整理好的主题预览总览图和单张样例。
development
抓取和拆解微信公众号文章页。只要用户提到“微信公众号网页”“公众号文章”“mp.weixin.qq.com/s/”“抓 HTML”“导出素材”“分析公众号动画/实现方式/图片资源”这类场景,就应该使用这个 skill。它适用于公开可访问的公众号文章页,负责抓原始 HTML、提取资源、下载素材、整理动画线索,并生成结构化报告。
development
Generate videos using Sora via lnapi.com.
data-ai
Generate images via geekai.co image endpoints. Use when the user wants text-to-image generation through GeekAI, needs to choose between nano-banana-2 and gemini-3-pro-image-preview, or wants batch image generation with aspect ratio and size control.