Files
clawdbot/skills/gemini/SKILL.md
2025-12-20 12:29:45 +01:00

551 B

name, description, metadata
name description metadata
gemini Use Gemini CLI for coding assistance and Google search lookups.
clawdis
requires
bins
gemini

Gemini

Use gemini in one-shot mode via the positional prompt (avoid interactive mode).

Good for:

  • Coding agent Q&A and fixes.
  • Google search style lookups (ask for sources, dates, and summaries).

Examples:

gemini "Search Google for the latest X. Return top 5 results with title, URL, date, and 1-line summary."

If you need structured output, add --output-format json.