skills/geek-image/SKILL.md
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.
npx skillsauth add shuliuzhenhua-sys/shuliu-skills geek-imageInstall 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.
通过 GeekAI 图像接口生图,默认支持 nano-banana-2 和 gemini-3-pro-image-preview。
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.png
# 指定模型、比例与分辨率
npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "portrait" --image out.png --model gemini-3-pro-image-preview --ar 3:4 --size 2K
# 批量并行生图(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: 模型(默认 nano-banana-2,常用:nano-banana-2、gemini-3-pro-image-preview)--ar <ratio>: 比例,如 1:1、3:4、16:9--size 1K|2K|4K: 生成尺寸等级(默认 2K)--json: JSON 输出JSONL 每行示例:
{"prompt":"A cat in watercolor style","image":"out/cat.png","ar":"1:1"}
{"prompt":"A cyberpunk city at night","image":"out/city.png","model":"gemini-3-pro-image-preview","size":"4K"}
字段说明:
prompt 或 promptFile(二选一)image(必填)model、ar、sizehttps://geekai.co/api/v1GEEKAI_API_KEY(必填)content-media
小红书创作平台“文字配图”自动化技能。用户只要提到小红书创作平台、文字配图、科技主题、换配色、9444 端口、CDP、自动生成图片、自动下载图片、基于已有预览图换主题/换颜色,或者想先看看各个主题长什么样子,都应该使用这个技能。它会连接已登录的浏览器会话,生成图片,默认下载当前图片,支持继续切主题或换配色,也支持直接给出已经整理好的主题预览总览图和单张样例。
development
抓取和拆解微信公众号文章页。只要用户提到“微信公众号网页”“公众号文章”“mp.weixin.qq.com/s/”“抓 HTML”“导出素材”“分析公众号动画/实现方式/图片资源”这类场景,就应该使用这个 skill。它适用于公开可访问的公众号文章页,负责抓原始 HTML、提取资源、下载素材、整理动画线索,并生成结构化报告。
development
Generate videos using Sora via lnapi.com.
development
Use when 用户提到“飞书授权”“OAuth”“Device Flow”“open_id”“重复弹授权窗”“复用 token”“补授权 scope”“飞书 token 存哪儿了”这类场景,需要复用本地已有用户 token、只补缺失 scopes,或排查 token 的实际存储位置。