Codex banner
free-revalution free-revalution

Codex

Development community

Description

# Codex CLI Entry Template ## Location `~/.codex/AGENTS.md` ## Format Standard Markdown, append mode (marker-based) ## Content The full content of `SKILL.md` is embedded between markers: <!-- AIGC-Detector-Start --> [Full SKILL.md content here] <!-- AIGC-Detector-End --> ## Notes - Codex reads AGENTS.md automatically from home directory - File is created if it doesn't exist, updated if markers already present - Install command: `curl -sL ... | bash -s -- --agent codex`

Installation

Installs to ~/.claude/agents/free-revalution-aigc-detector-pro-codex.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/free-revalution/AIGC-Detector-Pro/HEAD/agents/codex.md -o ~/.claude/agents/free-revalution-aigc-detector-pro-codex.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository