Initial commit with translated description
This commit is contained in:
23
SKILL.md
Normal file
23
SKILL.md
Normal 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
6
_meta.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26",
|
||||||
|
"slug": "gemini",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"publishedAt": 1767545316392
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user