Skip to content

OpenAI Codex

Audience: Users running OpenAI Codex (or similar agents without a read_url_content tool). No programming experience required after the one-time setup.

Unlike Antigravity, Codex may not automatically follow internal cross-references in skill files, so all five URLs are provided upfront in the system prompt.

RequirementHow to get it
OpenAI Codex accessplatform.openai.com
Python 3.10+ with aggeodataSee below
Internet accessRequired to fetch skill files
Terminal window
pip install "aggeodata[download,mcp] @ git+https://github.com/anaguilarar/aggeodata.git" s3fs zarr

Each skill page includes the system prompt to paste into Codex. Find it in the Codex tab of the skill you want to use — for example, GCF Pipeline → Codex.

AntigravityCodex
URL fetch toolread_url_content (built-in)curl / wget / web tool
URLs in system prompt5 (all skills upfront)5 (all skills upfront)
Sub-skill loadingPre-fetched at task startPre-fetched at task start
SymptomFix
Codex cannot access URLsEnable internet access in Codex settings
ModuleNotFoundError: aggeodataRun the pip install command above
Agent invents code instead of following the skillVerify the system prompt was saved and the fetch succeeded