baoyu-gemini-web
使用 Gemini Web 生成文字和圖片
使用 Google Gemini Web 進行 AI 驅動的文字生成和圖片創作。透過基於瀏覽器的身份驗證安全處理 Google 登入。為其他需要 Gemini 功能的 baoyu skills 提供基礎。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "baoyu-gemini-web". A golden retriever puppy in a flower field
Résultat attendu:
- Image saved to: generated.png
- Generated 1 image(s)
Utilisation de "baoyu-gemini-web". What are the benefits of renewable energy?
Résultat attendu:
- Renewable energy offers several key benefits:
- • Reduced carbon emissions and climate impact
- • Lower operational costs over time
- • Sustainable power generation
- • Energy independence for regions
Utilisation de "baoyu-gemini-web". A minimalist logo for a tech startup --image logo.png
Résultat attendu:
- Saved image (1) to: logo.png
- A clean, modern logo design with geometric shapes and a blue color palette
Audit de sécurité
Risque faibleThis 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.
Facteurs de risque
⚡ Contient des scripts (3)
🌐 Accès réseau (2)
📁 Accès au système de fichiers (2)
⚙️ Commandes externes (1)
Score de qualité
Ce que vous pouvez construire
創建 AI 生成的圖片
從文字描述生成行銷視覺內容、社交媒體圖形或創意插圖。
將 Gemini 整合到工作流程中
作為其他需要 AI 文字或圖片生成功能的 skills 的後端。
使用 AI 協助起草內容
使用 Gemini 對話式 AI 生成大綱、摘要或創意文字。
Essayez ces prompts
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
Bonnes pratiques
- 首先使用 --login 進行身份驗證,然後使用快取的 cookies 加快後續執行速度
- 在其他腳本中以程式方式解析輸出時使用 --json 旗標
- 如果 Chrome 安裝在非標準位置,請設定 GEMINI_WEB_CHROME_PATH 環境變數
Éviter
- 不要在使用者之間共享 cookie 檔案 - 身份驗證是針對每個使用者的
- 避免頻繁重新驗證 - cookies 可持續較長時間
- 在未實作自己的速率限制的情況下,不要將此用於即時應用程式