Agent skill · Backend & API

gemini-headless

Delegiere Aufgaben an Gemini CLI im Headless-Mode. Nutze fuer Dokumentation, Code-Reviews, Analysen oder wenn der User /gemini aufruft. Nutzt Google Subscription (KEIN API Key). Auto-Accept mit -y Flag.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-headless --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-headless/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gemini Headless Mode ## Overview Dieser Skill ermoeglicht die Nutzung von Gemini CLI fuer delegierbare Aufgaben. Gemini laeuft im Headless-Mode mit `-y` Flag (keine Bestaetigungen). **WICHTIG: Nutzt Google Subscription (Gemini Advanced), KEINEN API Key!** ## Quick Start ```bash gemini -y -p "Deine Aufgabe hier" ``` ## Authentifizierung (Subscription) **IMMER Google Login nutzen (Subscription), NIEMALS API Key!** ```bash # Erster Login (einmalig, oeffnet Browser) gemini login # Status pruefen gemini auth status ``` Nach dem Login ist die Subscription aktiv und es werden keine API-Kosten berechnet. ## Core Instructions ### Wann Gemini nutzen - Dokumentationserstellung (.md, README, etc.) - Code-Reviews und Analysen - Textgenerierung und Zusammenfassungen - Wenn der User explizit `/gemini` aufruft ### Standard-Workflow 1. **Aufgabe verstehen**: Was soll Gemini tun? 2. **Kontext sammeln**: Relevante Dateien identifizieren 3. **Prompt konstruieren**: Aufgabe + Kontext zusammenfuehren 4. **Gemini ausfuehren**: Via Bash mit `-y` Flag 5. **Output verarbeiten**: Ergebnis in Datei schreiben/anzeigen ### Bash-Commands **Einfache Aufgabe:** ```bash gemini -y -p "Erstelle eine README.md fuer

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. Authentifizierung (Subscription)
  4. Core Instructions
  5. Wann Gemini nutzen
  6. Standard-Workflow
  7. Bash-Commands
  8. Examples
  9. Beispiel 1: README erstellen
  10. Beispiel 2: Code dokumentieren
  11. Beispiel 3: Code-Review
  12. Beispiel 4: Context-Datei generieren
  13. Wichtige Flags
  14. Installation
Ships with 1 file
  • metadata.json
Commands it runs
gemini -y -p "Deine Aufgabe hier"
Erster Login (einmalig, oeffnet Browser)
gemini login
Status pruefen
gemini auth status
gemini -y -p "Erstelle eine README.md fuer dieses Projekt"
cat src/main.ts | gemini -y -p "Erklaere diesen Code und erstelle Dokumentation"
gemini -y -p "Analysiere die Architektur" --include-directories ./src,./docs
gemini -y -p "Erstelle eine API-Dokumentation" > docs/api.md
cat file1.ts file2.ts | gemini -y -p "Vergleiche diese Implementierungen"
More from claude-skill-registry
All skills →
About this skill
What does the gemini-headless skill do?

Delegiere Aufgaben an Gemini CLI im Headless-Mode. Nutze fuer Dokumentation, Code-Reviews, Analysen oder wenn der User /gemini aufruft. Nutzt Google Subscription (KEIN API Key). Auto-Accept mit -y Flag.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-headless --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going