Read $OUTFILE for the output. If the exit code is non-zero, read $OUTFILE for the error.
After running
Present Codex's output under a Codex heading
Add your own take under a Claude heading
Note agreements, disagreements (with resolution), and blind spots
List concrete next steps
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: liminalwarmth-fallout2-sdk-run-codex3description: Codex CLI4---56# Codex CLI78Send `$ARGUMENTS` as a prompt to Codex via `codex exec`. The entire argument string is the prompt — no mode parsing needed.910## How to run1112```bash13cd "$(git rev-parse --show-toplevel)"14OUTFILE=$(mktemp /tmp/codex_result.XXXXXX)15/opt/homebrew/bin/codex exec "$ARGUMENTS" \16 -m gpt-5.3-codex \17 -c model_reasoning_effort="high" \18 --ephemeral --full-auto \19 -o "$OUTFILE" 2>&120```2122Read `$OUTFILE` for the output. If the exit code is non-zero, read `$OUTFILE` for the error.2324## After running25261. Present Codex's output under a **Codex** heading272. Add your own take under a **Claude** heading283. Note agreements, disagreements (with resolution), and blind spots294. List concrete next steps3031---32> Converted and distributed by [TomeVault](https://tomevault.io/claim/liminalwarmth) — claim your Tome and manage your conversions.33<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/liminalwarmth-fallout2-sdk-run-codex in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Codex CLI It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: CAUTION, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.