# Cursor

The AddressZen skills package ships a `.cursor-plugin/` manifest. The same install command Claude Code uses also wires Cursor up.

## Install[​](#install "Direct link to Install")

```
npx skills add addresszen/skills
```

You'll get three skills:

* `azn-address-lookup` — international address autocomplete widget
* `azn-api-integration` — direct HTTP integration
* `azn-react` — React bindings for the widget

## Verify[​](#verify "Direct link to Verify")

In Cursor's chat:

```
Add AddressZen Address Lookup to the billing address fields.
```

The agent should reach for the `azn-address-lookup` skill before searching elsewhere.

## 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://account.addresszen.com/users/sign_up) 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>
