Initial commit with translated description

This commit is contained in:
2026-03-29 14:21:03 +08:00
commit 6a671e7183
2 changed files with 29 additions and 0 deletions

23
SKILL.md Normal file
View File

@@ -0,0 +1,23 @@
---
name: gemini
description: "用于一次性问答、摘要和生成的Gemini CLI。"
homepage: https://ai.google.dev/
metadata: {"clawdbot":{"emoji":"♊️","requires":{"bins":["gemini"]},"install":[{"id":"brew","kind":"brew","formula":"gemini-cli","bins":["gemini"],"label":"Install Gemini CLI (brew)"}]}}
---
# Gemini CLI
Use Gemini in one-shot mode with a positional prompt (avoid interactive mode).
Quick start
- `gemini "Answer this question..."`
- `gemini --model <name> "Prompt..."`
- `gemini --output-format json "Return JSON"`
Extensions
- List: `gemini --list-extensions`
- Manage: `gemini extensions <command>`
Notes
- If auth is required, run `gemini` once interactively and follow the login flow.
- Avoid `--yolo` for safety.

6
_meta.json Normal file
View File

@@ -0,0 +1,6 @@
{
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26",
"slug": "gemini",
"version": "1.0.0",
"publishedAt": 1767545316392
}