This skill is typically consumed via createGeminiWebExecutor(geminiOptions) (see scripts/executor.ts).
| --prompt , -p | Prompt text | | --promptfiles | Read prompt from files (concatenated in order) | | --model , -m | Model: gemini-3-pro (default), gemini-2.5-pro, gemini-2.5-flash | | --image [path] | Generate image, save to path (default: generated.png) | | --sessionId | Session ID for multi-turn conversation (agent generates unique ID) |
| --list-sessions | List saved sessions (max 100, sorted by update time) | | --json | Output as JSON | | --login | Refresh cookies only, then exit | | --cookie-path | Custom cookie file path | | --profile-dir | Chrome profile directory | | --help, -h | Show help |
Abilità nella generazione di immagini utilizzando Gemini Web. Genera immagini da istruzioni di testo tramite Google Gemini. Supporta anche la generazione di testo. Utilizzare come backend per la generazione di immagini per altre funzionalità come immagine di copertina, immagini xhs, illustratore di articoli. Fonte: zsyggg/paper-craft-skills.