Claude Code
Drop our agent skills into Claude Code so the model knows how to wire up Address Lookup, the API, and the React bindings without trial-and-error.
Install
One command, from inside your repo:
npx skills add addresszen/skills
This installs three skills under .claude/skills/:
azn-address-lookup— international address autocomplete widgetazn-api-integration— direct HTTP integrationazn-react— React bindings for the widget
Skills load automatically when Claude Code opens the repo.
Verify
Ask Claude Code:
What's the npm install command for AddressZen Address Lookup?
The skill should produce @addresszen/address-lookup without prompting you to search the web.
API key
- Quick test:
ak_test(capped at 5 lookups/day, public, breaks in production). - Real key: sign up for a free trial balance.
- Before deploy: restrict the key via Allowed URLs.
Going deeper
- Skills source: github.com/addresszen/skills
- Full agent hub: Build with AI
- Full reference as one file: llms.txt
Need help?
- File an issue: github.com/addresszen/feedback
- Email: support@addresszen.com