Skip to main content

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 widget
  • azn-api-integration — direct HTTP integration
  • azn-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

Need help?