baoyu-gemini-web
使用 Gemini Web 生成文字和圖片
使用 Google Gemini Web 進行 AI 驅動的文字生成和圖片創作。透過基於瀏覽器的身份驗證安全處理 Google 登入。為其他需要 Gemini 功能的 baoyu skills 提供基礎。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「baoyu-gemini-web」。 A golden retriever puppy in a flower field
預期結果:
- Image saved to: generated.png
- Generated 1 image(s)
正在使用「baoyu-gemini-web」。 What are the benefits of renewable energy?
預期結果:
- Renewable energy offers several key benefits:
- • Reduced carbon emissions and climate impact
- • Lower operational costs over time
- • Sustainable power generation
- • Energy independence for regions
正在使用「baoyu-gemini-web」。 A minimalist logo for a tech startup --image logo.png
預期結果:
- Saved image (1) to: logo.png
- A clean, modern logo design with geometric shapes and a blue color palette
安全審計
低風險This is a legitimate AI skill that wraps Gemini Web API for text and image generation. The static analyzer flagged patterns typical for browser-based authentication tools: spawning Chrome for login, making API calls to Google's servers, and caching authentication cookies. All credential accesses are for local authentication storage with proper file permissions (0o600). No exfiltration, data harvesting, or malicious behavior detected.
風險因素
🌐 網路存取 (2)
📁 檔案系統存取 (2)
⚙️ 外部命令 (1)
品質評分
你能建構什麼
創建 AI 生成的圖片
從文字描述生成行銷視覺內容、社交媒體圖形或創意插圖。
將 Gemini 整合到工作流程中
作為其他需要 AI 文字或圖片生成功能的 skills 的後端。
使用 AI 協助起草內容
使用 Gemini 對話式 AI 生成大綱、摘要或創意文字。
試試這些提示
A cozy coffee shop interior with warm lighting
A cyberpunk city street at night, neon signs, rain-slicked streets, photorealistic style, 4k resolution
Explain quantum computing in simple terms for beginners -m gemini-2.5-pro
--promptfiles system.md content.md --image output.png
最佳實務
- 首先使用 --login 進行身份驗證,然後使用快取的 cookies 加快後續執行速度
- 在其他腳本中以程式方式解析輸出時使用 --json 旗標
- 如果 Chrome 安裝在非標準位置,請設定 GEMINI_WEB_CHROME_PATH 環境變數
避免
- 不要在使用者之間共享 cookie 檔案 - 身份驗證是針對每個使用者的
- 避免頻繁重新驗證 - cookies 可持續較長時間
- 在未實作自己的速率限制的情況下,不要將此用於即時應用程式