Use this when updating the codex submodule or when patch files in codex-patches/ need to be added, regenerated, or repaired.
Use this skill whenever you touch the codex submodule (codex/) or the patch series in codex-patches/.
cd codex
git checkout <commit>
cd ..
scripts/apply_codex_patches.sh
If a patch fails, fix only that patch before moving on.
General approach:
codex/ to clean upstream before re‑diffing:git archive codex-upstream/main | tar -x -C codex
Prefer diffs against the upstream tree to reduce context drift. For the full example script, see references/regen_patch_example.md.
After applying patches, run:
turbo lint
turbo typecheck
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer