codex

Delegate coding tasks to the Codex CLI within a Git repository.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/dawsonblock/HERMY --skill codex-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/dawsonblock/HERMY/tree/main/hermes-agent-2026.4.23/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/dawsonblock/HERMY --skill codex-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI integration enables Hermes to delegate coding tasks to the Codex AI, reducing context switching and speeding up development workflows.

Core Features & Use Cases

  • Delegated coding tasks to Codex via a terminal interface.
  • Supports one-shot commands and long-running background sessions for feature work, reviews, and refactors.
  • Works within a Git repository with a configured OpenAI API key to ensure safe, iterative changes.

Quick Start

Initiate a Codex session from Hermes and issue your first coding command.

Frequently Asked Questions about codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to Codex from a terminal interface?

You can delegate coding tasks to Codex by initiating a session from Hermes, which automates workflows like feature development, code reviews, and refactoring directly within your Git repository.

What are the prerequisites for automating code generation with Codex?

Automating code generation with Codex requires an installed Codex CLI with a configured OpenAI API key, running inside a Git repository, and using a PTY-enabled terminal for interactive sessions.

Does Codex automation support long-running background sessions for refactoring?

Yes, Codex automation supports both one-shot commands and long-running background sessions, allowing you to handle iterative refactoring and feature work safely within a Git repository.

Can I use Codex for automated code reviews within a Git repository?

Yes, you can use Codex for automated code reviews by delegating the task via the Hermes terminal, applying AI-based automation to evaluate and suggest changes safely in your Git workflow.

Why does Codex require a PTY-enabled terminal for interactive coding sessions?

Codex requires a PTY-enabled terminal to properly handle interactive sessions, ensuring that terminal input and output streams function correctly when you delegate coding tasks from Hermes.