repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: gemini |
| #3 | description: Gemini CLI for one-shot Q&A, summaries, and generation. |
| #4 | homepage: https://ai.google.dev/ |
| #5 | metadata: {"clawdbot":{"emoji":"♊️","requires":{"bins":["gemini"]},"install":[{"id":"brew","kind":"brew","formula":"gemini-cli","bins":["gemini"],"label":"Install Gemini CLI (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # Gemini CLI |
| #9 | |
| #10 | Use Gemini in one-shot mode with a positional prompt (avoid interactive mode). |
| #11 | |
| #12 | Quick start |
| #13 | - `gemini "Answer this question..."` |
| #14 | - `gemini --model <name> "Prompt..."` |
| #15 | - `gemini --output-format json "Return JSON"` |
| #16 | |
| #17 | Extensions |
| #18 | - List: `gemini --list-extensions` |
| #19 | - Manage: `gemini extensions <command>` |
| #20 | |
| #21 | Notes |
| #22 | - If auth is required, run `gemini` once interactively and follow the login flow. |
| #23 | - Avoid `--yolo` for safety. |
| #24 |