Agent skill · Backend & API

codex-headless

Delegiere Aufgaben an OpenAI Codex CLI im Headless-Mode. Nutzt ChatGPT Subscription (KEIN API Key). Nur Workspace-Zugriff, KEIN System-Zugriff. Auto-Accept mit --full-auto. Web-Recherche mit --search.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/codex-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

# Codex Headless Mode ## Overview Dieser Skill ermoeglicht die Nutzung von OpenAI Codex CLI fuer delegierbare Aufgaben. Codex laeuft im Headless-Mode mit `--full-auto` Flag. **WICHTIG:** - Nutzt ChatGPT Plus/Pro Subscription, KEINEN API Key! - NUR Workspace-Zugriff (--sandbox workspace-write) - NIEMALS --yolo verwenden (gibt System-Zugriff)! - Standard-Modell: **gpt-5.2-codex** ## Quick Start **Code-Aufgaben (ohne Web):** ```bash codex exec --full-auto "Deine Aufgabe hier" ``` **Web-Recherche:** ```bash codex exec --full-auto --enable web_search_request "Recherchiere im Web nach..." ``` ## Authentifizierung (Subscription) **IMMER ChatGPT Login nutzen (Subscription), NIEMALS API Key!** ```bash # Erster Login (einmalig, oeffnet Browser) codex login # Status pruefen codex login status ``` Nach dem Login ist die ChatGPT Plus/Pro Subscription aktiv. ## Sicherheit: Nur Repo-Zugriff! **IMMER diese Sandbox-Einstellung verwenden:** ```bash codex exec --full-auto "PROMPT" ``` `--full-auto` setzt automatisch: - `--sandbox workspace-write` (NUR aktuelles Repo) - `--ask-for-approval on-request` **NIEMALS verwenden:** ```bash # VERBOTEN! Gibt System-Zugriff! codex exec --yolo "..." codex exec --

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. Authentifizierung (Subscription)
  4. Sicherheit: Nur Repo-Zugriff!
  5. Core Instructions
  6. Wann Codex nutzen
  7. Standard-Workflow
  8. Bash-Commands
  9. Examples
  10. Beispiel 1: README erstellen
  11. Beispiel 2: Code dokumentieren
  12. Beispiel 3: Code-Review
  13. Beispiel 4: Bild analysieren
  14. Erlaubte Flags
Ships with 1 file
  • metadata.json
Commands it runs
codex exec --full-auto "Deine Aufgabe hier"
codex exec --full-auto --enable web_search_request "Recherchiere im Web nach..."
Erster Login (einmalig, oeffnet Browser)
codex login
Status pruefen
codex login status
codex exec --full-auto "PROMPT"
codex exec --yolo "..."
codex exec --sandbox danger-full-access "..."
codex exec --full-auto "Erstelle eine README.md fuer dieses Projekt"
More from claude-skill-registry
All skills →
About this skill
What does the codex-headless skill do?

Delegiere Aufgaben an OpenAI Codex CLI im Headless-Mode. Nutzt ChatGPT Subscription (KEIN API Key). Nur Workspace-Zugriff, KEIN System-Zugriff. Auto-Accept mit --full-auto. Web-Recherche mit --search.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill codex-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