AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Gemini

skill-alekseiul-sprut-agent-kit-gemini · by AlekseiUL

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.

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-alekseiul-sprut-agent-kit-gemini

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alekseiul-sprut-agent-kit-gemini)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Gemini? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About


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 "Объясни этот код:" 

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 "Кратко перескажи:" > ~/.zshrc

Лимиты (бесплатный tier)

  • 1,500 запросов/день для gemini-2.0-flash-exp
  • 50 запросов/день для gemini-1.5-pro

Для goal-trackerа этого более чем достаточно!


Troubleshooting

Проверка установки

gemini --version

Тест API ключа

gemini -p "Hello!"

Если работает → всё ок!


Создано: 2026-02-03 Обновлено: 2026-02-03

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.