gemini-infographic
Installation
SKILL.md
Gemini Infographic Generator
Generate professional infographic images from text descriptions using Gemini Nano Banana Pro SDK (@google/genai).
Prerequisites
- API Key: Configured in skill
.envfile withGEMINI_API_KEY=...andHTTPS_PROXY=...(if needed). - Node.js 18+: Dependencies pre-installed in
scripts/node_modules/.
Workflow
Step 1: Understand the User's Request
Extract from the user's description:
- Topic: What the infographic is about
- Style: Preferred visual style (see styles.md)
- Orientation: landscape (default), portrait, or square
- Detail level: brief, standard, or detailed (default)
- Language: zh-CN (default), en, ja, ko, etc.
Related skills