I was able to tell Claude Code to use /playwright-cli to read the content from a substack blog which required my login and a captcha, and process the content in a summarized note for me saving it in my Obsidian vault.
In the video, it says you can install this by having Claude Code read the Github repo link. However, I found it easier to install with the three shell commands. Claude Code was jumping through all kinds of hoops to install it. Three shell commands worked in 30 seconds.
Use these three shell commands in order:
- npm install -g @playwright/cli
- npx playwright install chromium
- playwright-cli install --skills