<aside>
The exact workflow file, outreach script, and scheduling setup to run your own competitor monitoring system using Claude Code. Free, no subscriptions, no extra tools.
</aside>
A system that runs every morning, searches the internet for people complaining about your competitors, scores them by buying intent, and saves them to a CSV file ready for outreach.
You need these two things installed on your computer.
Go to nodejs.org and download the LTS version. Run the installer and click Next through everything.
Open PowerShell (press Windows key, type powershell, hit Enter) and run:
node --version
You should see a version number like v24.x.x. If you do, move to Step 2.
Run this in PowerShell:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
Then run:
npm install -g @anthropic-ai/claude-code