| name | gemini |
| description | Invoke the Gemini CLI for AI-assisted processing (e.g. summarization, extraction) |
| cli | gemini |
| defaultArgs | ["--help"] |
Gemini skill
Invoke the Gemini CLI for model-based tasks. Use for summarization, extraction, or other capabilities exposed by the CLI.
When to use
- Summarize email threads or event details
- Extract structured data from free text
- Any capability the Gemini CLI provides
How to invoke
The skills runtime runs the Gemini CLI with the arguments specified. Ensure the Gemini CLI is on PATH and configured (API key or auth) for real requests. For smoke tests, invoking with --help confirms the CLI is available.
Default behavior
With no arguments, the skill runs gemini --help to verify the CLI is callable. Pass prompt or other args for actual model calls.