Install Zyte Web Data¶
Zyte Web Data is available for different coding agents. Choose yours:
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.
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.
Install Node.js, which provides
npx.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.