Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "gemini-cli" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/gemini-cli-tmp-8cb195fc-tmp-0fde9d04 && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gemini-cli-tmp-8cb195fc-tmp-0fde9d04/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/gemini-cli-tmp-8cb195fc-tmp-0fde9d04/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gemini-cli-tmp-8cb195fc-tmp-0fde9d04/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/gemini-cli-tmp-8cb195fc-tmp-0fde9d04/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Gemini CLIを使った任意のタスクを実行するスキル。長文翻訳、PDF翻訳、Q&A、コード生成など、gemini_wrapperを活用して様々なタスクを自動化できる。
使用タイミング
ユーザーが以下のような指示をした時に使用します。 • 「Gemini CLIを使って〜」 • 「PDFを翻訳して」 • 「長文を翻訳して」 • 「Geminiで〜を実行して」
スキルの概要
このスキルは、Gemini CLIをPythonから簡単に呼び出すための汎用ラッパー(gemini_wrapper.py)を提供します。 主な特徴: • ✅ 完全汎用的なCLI呼び出し • ✅ エラーハンドリング完備 • ✅ subprocess処理の自動化 • ✅ 様々なタスクに対応可能 • ✅ Windows環境対応
ファイル構成
` gemini-cli/ ├── gemini_wrapper.py # 汎用Gemini CLIラッパー ├── example_pdf_translator.py # PDF翻訳のサンプルスクリプト ├── SKILL.md # このファイル ├── README.md # GitHub公開用README └── requirements.txt # 依存パッケージ `
基本的な使い方
`python from gemini_wrapper import gemini_execute
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoption100+ stars on GitHub
119 ★ · GrowingDocsREADME + description
Well-documentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code
