Prerequisites
- Claude Code installed
- An Arrays API key from arrays.org
1. Clone the Skills repo
2. Link the Skills into Claude Code
Claude Code discovers skills in~/.claude/skills/. Symlink each skill there:
3. Set your API key
Add to your shell config (~/.zshrc or ~/.bashrc):
ARRAYS_API_BASE_URL is optional and defaults to https://data-tools.prd.arrays.org (no /api suffix — the skills append /api/v1/... themselves).
Reload: source ~/.zshrc
4. Try it
In Claude Code, ask:arrays-data-api-equity-fundamentals Skill, call the company/income-statements endpoint, and return real numbers.
Troubleshooting
Claude doesn't seem to use the Skills
Claude doesn't seem to use the Skills
Run
ls -l ~/.claude/skills/ and confirm the arrays-data-api-* symlinks resolve. Restart Claude Code after installing — skills are discovered at startup.'Rate limit exceeded'
'Rate limit exceeded'
Free tier is capped at 100 req/day. See Pricing for Pro and Enterprise quotas, or use Nanopayment for crypto endpoints with no quota.

