baoyu-danger-gemini-web
仓库创建 2026年1月13日最近提交 24 天前SkillHot 收录 22 天前
▸ 精选理由
可作为替代的图文生成后端,便于集成多轮与引用图像输入。
▸ 风险提示
使用未经官方授权的 Gemini Web 逆向接口,可能违反服务条款或不稳定。
这个 Skill 做什么
通过逆向的 Gemini Web 接口进行文本与图像生成调用。
通过逆向的 Gemini Web 接口帮你生成文字和图片,支持带参考图的视觉输入和多轮对话。需要把图像/文本生成功能当后端调用,或用户明确要求用 Gemini 生成时才会用到。特别之处是直接对接 Gemini Web 的非官方接口,能混合处理图像与对话,比单纯的文本生成更灵活。
▸ 展开 SKILL.md 英文原文
Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation", or needs vision-capable AI generation.
2.4w
Stars
2.7k
Forks
22
仓库内 Skill
+1.1k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-danger-gemini-web/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-danger-gemini-web/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. ## User Input Tools When this skill prompts the user, follow this tool-selection rule (priority order): 1. **Prefer built-in user-input tools** exposed by the current agent runtime — e.g., `AskUserQuestion`, `request_user_input`, `clarify`, `ask_user`, or any equivalent. 2. **Fallback**: if no such tool exists, emit a numbered plain-text message and ask the user to reply with the chosen number/answer for each question. 3. **Batching**: if the tool supports multiple questions per call, combine all applicable questions into a single call; if only single-question, ask them o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有