Install Zyte Web Data

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

  1. Install Claude Code.

  2. Add the Zyte marketplace repository and install the plugin by running the following in a terminal:

    claude plugin marketplace add zytedata/claude-skills
    claude plugin install zyte-web-data@zyte-ai
    

    See https://github.com/zytedata/claude-skills for details.

  1. Install GitHub Copilot CLI.

  2. Add the Zyte marketplace repository and install the plugin by running the following in a terminal:

    copilot plugin marketplace add zytedata/copilot-skills
    copilot plugin install zyte-web-data@zyte-ai
    

    See https://github.com/zytedata/copilot-skills for details.

Works with any coding agent that supports agent skills.

  1. Install Node.js, which provides npx.

  2. Add the skills to your project by running the following in a terminal:

    npx skills add zytedata/skills
    

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

    See https://github.com/zytedata/skills for details.

Follow the tutorial to learn more.