Skip to main content

Prerequisites

1. Clone the Skills repo

2. Point Claude Code at the Skills

In your project, create or edit .claude/CLAUDE.md and reference the Skills directory:
Or symlink the skills/ folder into your project root so the path is relative and portable across machines.

3. Set your API key

Add to your shell config (~/.zshrc or ~/.bashrc):
Reload: source ~/.zshrc

4. Try it

In Claude Code, ask:
Claude should automatically pick the arrays-data-api-equity-fundamentals Skill, call the company/income-statements endpoint, and return real numbers.

Troubleshooting

Verify CLAUDE.md is in the project root or .claude/ folder, and that the path inside it is absolute or correctly resolved. Try running claude --debug to see which context files are loaded.
Check echo $ARRAYS_API_KEY is set in the same shell session where Claude Code runs. If you opened Claude Code from a GUI, export the var system-wide or use a .env file at the project root.
Free tier is capped at 100 req/day. See Pricing for Pro and Enterprise quotas, or use Nanopayment for crypto endpoints with no quota.