gemini

gemini is a skill for Claude Code, Codex from AlekseiUL/sprut-agent-kit. It costs 44 tokens per session (1,233 once invoked), scanned A, original, MIT.

A command-line interface for asking Google’s Gemini models questions, summarising text, generating content, and analysing files or code.

In plain words
What is it for?
Use it for Q&A, summaries, code explanations, content generation, and scripts that send prompts to Gemini.
Why use it?
It provides quick one-off model interactions from a terminal and can accept text through standard input or files.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/alekseiul/sprut-agent-kit/gemini
Any agent
npx skills add AlekseiUL/sprut-agent-kit --skill gemini
Clone the repo
git clone --depth 1 https://github.com/AlekseiUL/sprut-agent-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemini

README.md
[![agentmods](https://agentmods.dev/badge/skills/alekseiul/sprut-agent-kit/gemini.svg)](https://agentmods.dev/skills/alekseiul/sprut-agent-kit/gemini)
Your own site
<a href="https://agentmods.dev/skills/alekseiul/sprut-agent-kit/gemini"><img src="https://agentmods.dev/badge/skills/alekseiul/sprut-agent-kit/gemini.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,233 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.01233
Opus 5 $0.00022 $0.00616
Sonnet 5 $0.00009 $0.00247
Haiku 4.5 $0.00004 $0.00123

Measured 5d ago against content hash a9fc383781d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gemini scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gemini/SKILL.md · 249 lines

How it starts

The opening of the file, as written. The whole thing — 249 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: gemini-local description: "Gemini CLI for one-shot Q&A, summaries, and generation. Use when user mentions 'gemini', 'ask gemini', 'gemini cli', or needs a quick answer from Google's model."

Gemini CLI Skill

Google Gemini CLI для быстрых вопросов, саммари и генерации контента.

Установка

npm install -g @google/generative-ai-cli

Версия: 0.26.0


Основные команды

One-shot запрос

gemini -p "Ваш вопрос"

Пример:

gemini -p "Суммаризируй этот текст: $(cat file.txt)"

Интерактивный режим

gemini

Или с начальным промптом:

gemini -i "Помоги мне написать..."

Выбор модели

gemini -m gemini-2.0-flash-exp -p "Вопрос"

Доступные модели:

  • gemini-2.0-flash-exp (по умолчанию, быстрая)
  • gemini-1.5-pro (более мощная)
  • gemini-1.5-flash (баланс)

YOLO mode (автоподтверждение)

gemini -y -p "Создай файл test.txt"

⚠️ Осторожно! Автоматически выполняет все действия без подтверждения.


Работа с файлами

Чтение stdin

cat file.txt | gemini -p "Суммаризируй"

Анализ кода

gemini -p "Объясни этот код:" < script.py

MCP серверы

Gemini CLI поддерживает MCP (Model Context Protocol) для расширений.

gemini mcp list
gemini mcp install <server-name>

Skills & Extensions

Список доступных

gemini skills list
gemini extensions list

Использование конкретных extensions

gemini -e extension1,extension2 -p "Запрос"

Сессии (Resume)

Список сессий

gemini --list-sessions

Возобновить последнюю

gemini -r latest

Возобновить конкретную (по индексу)

gemini -r 5

Удалить сессию

gemini --delete-session 5

Примеры использования

1. Быстрый ответ

gemini -p "Что такое Kaizen?"

2. Суммаризация файла

gemini -p "Кратко перескажи:" < ~/Desktop/document.txt

Read the full file on GitHub · 249 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 249 lines · 44 tokens per session scan A a9fc383781d1

Subscribe to this mod's changes

gemini is a skill published in the GitHub repository AlekseiUL/sprut-agent-kit (63 stars, last pushed 3mo ago), licensed MIT. It adds 44 tokens to every session and 1,233 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deepseek-helper

DeepSeek API 助手 - 编程辅助、模型选择、API调用指南、定价信息.

dongsheng123132/u-claw · 25 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

proxy-local-ai-subscriptions

当用户希望把本机 Codex、ChatGPT Codex 或 Claude Code 订阅通过 localhost 暴露为 OpenAI 兼容端点,或希望在代理验证成功后把它添加成 NextClaw 自定义 provider 时使用。负责 CLIProxyAPI 安装检查、安全配置、OAuth 登录、Homebrew/systemd 持久托管、重启存活验收、NextClaw provider 事务式写入与 NCP 真实对话验收;不用于公网共享、转售、绕过配额或多用户账号池。.

Peiiii/nextclaw · 126 tokens

building-agent-systems

AI agent and LLM system engineering reference covering single-agent dev (ReAct, tool calling, plan-execute), multi-agent coordination (swarm, role decomposition, file locking), LLM security (prompt injection, jailbreak defense, output filtering), RAG architecture (chunking, hybrid retrieval, rerank), and prompt…

telagod/code-abyss · 110 tokens

ml

Machine learning and LLM engineering judgment, distilled from a stronger model - invoke when DECIDING whether/how to use ML or an LLM for a task (prompt vs RAG vs fine-tune vs classical); working with training/eval data or labels; building or reviewing evals for models and LLM features; designing RAG, structured…

telagod/code-abyss · 114 tokens

joule-strategy

You are a Joule and SAP AI strategy expert. Joule is SAP's generative AI copilot embedded across SAP applications. Your job is to help organizations plan, govern, and execute Joule adoption in a way that accelerates value without creating compliance risk, shadow AI behavior, or unrealistic expectations about what…

vigneshbarani24/sap-superpowers · 0 tokens