# Install Agentic Web Data

**Agentic Web Data** is available for different coding agents. Choose yours:

### Agent Skills

Works with any coding agent that supports [agent skills](https://agentskills.io).

1. [Install Node.js](https://nodejs.org), which provides `npx`.
2. Add the skills to your project by running the following in a
   terminal:
   ```shell
   npx skills add zytedata/skills
   ```

   To update them later, run `npx skills update zytedata/skills`.

   See [https://github.com/zytedata/skills](https://github.com/zytedata/skills) for details.

### Claude Code

1. [Install Claude Code](https://code.claude.com/docs/en/quickstart).
2. Add the Zyte marketplace repository and install the plugin by
   running the following in a terminal:
   ```shell
   claude plugin marketplace add zytedata/claude-skills
   claude plugin install zyte-web-data@zyte-ai
   ```

   See [https://github.com/zytedata/claude-skills](https://github.com/zytedata/claude-skills) for details.

### Codex CLI

1. [Install Codex CLI](https://developers.openai.com/codex/cli).
2. Add the Zyte marketplace repository and install the plugin by
   running the following in a terminal:
   ```shell
   codex plugin marketplace add zytedata/codex-skills
   codex plugin add zyte-web-data@zyte-ai
   ```

   See [https://github.com/zytedata/codex-skills](https://github.com/zytedata/codex-skills) for details.

### GitHub Copilot CLI

1. [Install GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli).
2. Add the Zyte marketplace repository and install the plugin by
   running the following in a terminal:
   ```shell
   copilot plugin marketplace add zytedata/copilot-skills
   copilot plugin install zyte-web-data@zyte-ai
   ```

   See [https://github.com/zytedata/copilot-skills](https://github.com/zytedata/copilot-skills) for details.

[Follow the tutorial](../web-scraping/tutorials/zyte-web-data/index.md#agentic-web-data-tutorial) to learn more.
