CLI Finder / tools / gemini-cli

ターミナルネイティブ AI Agent ワークフローのための Gemini CLI

ターミナルで Gemini を使い、コーディング支援、リポジトリ探索、ローカル作業を行えます。

Agent 適合度: 84/100 検証済み発行元 継続的にメンテナンス中
84 /100

Useful as an AI coding CLI when shell and file permissions are scoped.

Structured output 58/100

Whether the CLI can return JSON, YAML, or stable machine-readable output.

Non-interactive use 88/100

Whether common workflows can run predictably without an interactive prompt.

Safety boundaries 70/100

Whether read-only, dry-run, scoped auth, and destructive command boundaries are clear.

インストール方法

npm $ npm install -g @google/gemini-cli

よく使うコマンド

Start Gemini CLI · 要確認 $ gemini

Opens a terminal-native AI agent session.

Run a focused prompt · 安全 $ gemini "summarize this repository"

Asks for bounded analysis over local context.

Agent 使用例

Human developer Use Gemini CLI for repo exploration and command assistance, then verify any suggested command before running it.

安全メモ

  • Treat shell execution, file edits, and remote operations as review-required actions.
  • Use project-scoped instructions and avoid broad filesystem access for production work.

Agent が使えること

Gemini CLI は AI 支援コーディング、ファイル理解、コマンド計画のためのターミナル UI を提供します。

向いている用途

開発者が tool call と shell 操作を確認できる探索的なコーディング支援に適しています。