·canghe-danger-gemini-web
</>

canghe-danger-gemini-web

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.

67Installs·5Trend·@freestylefly

Installation

$npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-danger-gemini-web

How to Install canghe-danger-gemini-web

Quickly install canghe-danger-gemini-web AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-danger-gemini-web
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: freestylefly/canghe-skills.

SKILL.md

View raw

Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations.

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

| scripts/main.ts | CLI entry point for text/image generation | | scripts/gemini-webapi/ | TypeScript port of geminiwebapi (GeminiClient, types, utils) |

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. Source: freestylefly/canghe-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-danger-gemini-web
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from freestylefly/canghe-skills

Quick answers

What is canghe-danger-gemini-web?

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. Source: freestylefly/canghe-skills.

How do I install canghe-danger-gemini-web?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-danger-gemini-web Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/freestylefly/canghe-skills