# 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[​](#install "Direct link to 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[​](#verify "Direct link to 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[​](#api-key "Direct link to API key")

* Quick test: `ak_test` (capped at 5 lookups/day, public, breaks in production).
* Real key: [sign up](https://addresszen.com/signup) for a free trial balance.
* Before deploy: restrict the key via [Allowed URLs](/docs/guides/allowed-urls.md).

## Going deeper[​](#going-deeper "Direct link to Going deeper")

* Skills source: [github.com/addresszen/skills](https://github.com/addresszen/skills)
* Full agent hub: [Build with AI](/docs/guides/llms.md)
* Full reference as one file: [llms.txt](https://docs.addresszen.com/llms.txt)

## Need help?[​](#need-help "Direct link to Need help?")

* File an issue: [github.com/addresszen/feedback](https://github.com/addresszen/feedback/issues)
* Email: <support@addresszen.com>
