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.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: AlekseiUL
- Source: AlekseiUL/sprut-agent-kit
- License: MIT
- Homepage: https://t.me/Sprut_AI
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.