codex

仓库创建 2026年7月27日最近提交 21 小时前SkillHot 收录 16 小时前
这个 Skill 做什么

把具体的编码活交给终端里的 Codex CLI 来做:写新功能、重构、处理 PR 或批量修 bug。适合你想加速开发、让智能代理在本地仓库里动手修改代码和提交时用。特别之处是它能在 git 仓库里自动操作、生成补丁并配合你的人类审查流程。

▸ 展开 SKILL.md 英文原文

Delegate coding to OpenAI Codex CLI (features, PRs).

0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/autonomous-ai-agents/codex/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/autonomous-ai-agents/codex/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codex CLI

Delegate coding tasks to [Codex](https://github.com/openai/codex) via the Hermes terminal. Codex is OpenAI's autonomous coding agent CLI.

## When to use

- Building features
- Refactoring
- PR reviews
- Batch issue fixing

Requires the codex CLI and a git repository.

## Prerequisites

- Codex installed: `npm install -g @openai/codex`
- OpenAI auth configured: either `OPENAI_API_KEY` or Codex OAuth credentials
  from the Codex CLI login flow
- **Must run inside a git repository** — Codex refuses to run outside one
- Use `pty=true` in terminal calls — Codex is an interactive terminal app

For Hermes itself, `model.provider: openai-codex` uses Hermes-managed Codex
OAuth from `~/.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有