baoyu-danger-gemini-web

Generate text and images from prompts via the Gemini Web API.

Updated May 5, 2025
One-click install
npx skills add https://github.com/yopitek/Obsidian --skill baoyu-danger-gemini-web-yopitek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-danger-gemini-web
Source: https://github.com/yopitek/Obsidian/tree/main/HQ/10_resources/01_AI_Skills/baoyu-skills/skills/baoyu-danger-gemini-web
Command: npx skills add https://github.com/yopitek/Obsidian --skill baoyu-danger-gemini-web-yopitek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires baoyu-chrome-cdp, and includes scripts (resource) components.

What problem does it solve?

Gemini Web enables generation of text and images using a reverse-engineered API, letting you add Gemini-powered content generation to apps and workflows without building from scratch.

Core Features & Use Cases

  • Text generation from prompts, including multi-turn conversations via sessions.
  • Image generation from prompts with optional reference images for vision input.
  • Use cases include prototyping AI-powered content in chat-based workflows or media generation tasks.

Quick Start

Provide a prompt to Gemini Web to generate text and images.

Frequently Asked Questions about baoyu-danger-gemini-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images and text from prompts using the Gemini Web API?

To generate text and images via the Gemini Web API, you provide a prompt input from a file or stdin to a CLI, which processes the request and returns the generated content. It supports multi-turn conversations and vision inputs.

Can I use reference images for vision input when generating content?

Yes, you can supply optional reference images for vision input. The API processes these images alongside your prompt to generate text or images, enabling vision-enabled prompts within multi-turn conversations.

How do I maintain context in multi-turn conversations with the Gemini Web API?

You maintain context in multi-turn conversations using session support. The CLI allows you to manage sessions, passing prompts sequentially to keep the conversation history intact for text and image generation.

What is the best way to handle API response errors during text generation?

The best way to handle API response errors is through the robust error handling implemented in the CLI. It catches API response failures during text and image generation, preventing workflow crashes.

Do I need baoyu-chrome-cdp to run the Gemini Web API CLI?

Yes, you need the baoyu-chrome-cdp dependency. This prerequisite tool is required to interface with the Gemini Web API, enabling the CLI to execute text and image generation commands successfully.