Skip to main content

1. Clone the Skills repo

Codex CLI discovers skills in ~/.agents/skills/:
bash ~/.arrays-skills/scripts/install.sh does the same and also covers Claude Code, Gemini CLI and Cline if they are installed.

3. Set your API key

4. Test it

Codex should pick the arrays-data-api-etf-fundamentals Skill from its description, read the etf/holdings endpoint, and return real data.

Notes

  • Codex routes to a skill by its frontmatter description; all 20 skills can be linked at once.
  • The links point into the clone — git pull in ~/.arrays-skills updates them.