Model cli gemini
Skill tony/ai-workflow-plugins/.agents/skills/model-cli-gemini
Claude Code Plugins, Commands, and Skills
npx -y skills add tony/ai-workflow-plugins --skill model-cli-geminiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when running a prompt through Google's Gemini directly. A manual invocation point for the `model-cli-agy` skill — the Antigravity (agy) CLI supersedes the standalone gemini CLI (Google retires it on 2026-06-18), so both entry points resolve through the same backend chain: agy, then the gemini CLI, then agent --model gemini-3.1-pro.
SKILL.md
1.4 KB, as published. Nobody here has run it
Gemini CLI Skill
This is an alias for the model-cli-agy skill. Google's Antigravity (agy) CLI is the
successor to the standalone gemini CLI, so this entry point resolves through the
same backend chain (agy → gemini → agent --model gemini-3.1-pro). When agy
is unavailable it still falls back to the gemini CLI, so this skill
keeps working before and after the gemini CLI is retired.
Invoke the Antigravity (agy) CLI skill with $ARGUMENTS. If $ARGUMENTS is empty, ask the user what they want to run.
All triggers supported by the model-cli-agy skill are passed through, including timeout:<seconds>, timeout:none, and mode:plan.
Portability notes
$ARGUMENTS— the text the user passed when invoking this skill. If your host does not substitute it, read it as the user's request in the current turn, and ask when there is none.