Skip to content
Rishap Gandhi edited this page Jun 13, 2026 · 1 revision

FAQ

What model does it use?

Gemini 3.1 Flash Lite (free tier, 500 requests/day).

Can I use a different model?

Yes — set GEMINI_MODEL in .env. Works with any model available via google-generativeai package.

Why does the output look generic sometimes?

Small models generate 70% quality output. For better results:

  • Use custom skills with baked-in CSS (like ferrari_automotive)
  • Be specific in your brief (include real data, metrics, names)
  • Use design systems that match your intent

Does it need internet?

Yes — it calls the Gemini API. The PDF/PPTX conversion is local.

Can I send results to WhatsApp?

Yes — via OpenClaw's WhatsApp bridge. The agent sends the generated PDF as a document.

Where are files saved?

In the output/ folder. Both HTML and PDF are saved for every generation.

Clone this wiki locally