Gemini CLI for one-shot Q&A, summaries, and generation.
75
Quality
66%
Does it follow best practices?
Impact
99%
1.32xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./openclaw/skills/gemini/SKILL.mdQuality
Discovery
32%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description identifies the tool (Gemini CLI) and general capability categories but lacks the specificity and explicit trigger guidance needed for reliable skill selection. The absence of a 'Use when...' clause is a significant gap, and the listed capabilities are too generic to clearly distinguish this skill from other AI assistant or text generation tools.
Suggestions
Add an explicit 'Use when...' clause with trigger terms like 'gemini', 'ask gemini', 'gemini query', 'one-shot generation', or 'gemini summarize'
Replace generic terms like 'Q&A, summaries, and generation' with specific concrete actions such as 'query Gemini for quick answers, generate text completions, summarize documents using Gemini API'
Clarify what distinguishes this from other LLM/AI skills - emphasize 'one-shot' CLI usage pattern and when to prefer Gemini over other tools
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Gemini CLI) and lists some actions (Q&A, summaries, generation), but these are fairly generic categories rather than concrete specific actions like 'extract tables' or 'fill forms'. | 2 / 3 |
Completeness | Describes what it does (Q&A, summaries, generation via Gemini CLI) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. | 1 / 3 |
Trigger Term Quality | Includes 'Gemini CLI' which is a specific trigger, and 'Q&A, summaries, generation' are somewhat natural terms, but missing common variations users might say like 'ask Gemini', 'generate with Gemini', 'gemini query', or 'one-shot prompt'. | 2 / 3 |
Distinctiveness Conflict Risk | 'Gemini CLI' provides some distinctiveness, but 'Q&A, summaries, and generation' are extremely broad capabilities that could overlap with many other AI/LLM-related skills or general text processing skills. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent, minimal skill that respects Claude's intelligence and token budget. It provides exactly what's needed for one-shot Gemini CLI usage without over-explaining. The structure is clean and the commands are immediately actionable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely lean and efficient. No unnecessary explanations of what Gemini is or how CLI tools work. Every line provides actionable information. | 3 / 3 |
Actionability | Provides concrete, copy-paste ready commands for common use cases. The quick start examples are immediately executable with clear flag usage. | 3 / 3 |
Workflow Clarity | For this simple, single-purpose skill (one-shot CLI usage), the workflow is unambiguous. The auth note provides a clear recovery path if needed. | 3 / 3 |
Progressive Disclosure | For a skill under 50 lines with no need for external references, the content is well-organized with clear sections (Quick start, Extensions, Notes). | 3 / 3 |
Total | 12 / 12 Passed |
Validation
72%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 8 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_version | 'metadata.version' is missing | Warning |
metadata_field | 'metadata' should map string keys to string values | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 8 / 11 Passed | |
8763418
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.