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. Repository: https://github.com/majiayu000/claude-skill-registry Please read the repo to find the SKILL.md file(s), then: 1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/) 2. Include any companion files referenced by the skill 3. Confirm what was installed and where
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 6d 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
