1What you get
Installed capabilities
- Runs in Claude Code, not on the claude.ai website
- Picks the right browser job from what you asked for
- Walks your site as a first-time visitor on a phone
- Checks every morning that your signup form still works
- Reads a dashboard you would otherwise log into by hand
2The skill itself
The full SKILL.md
3Install it
Add it to Claude
- 1
Download the file
Click Download above. Leave it zipped — Claude wants it exactly as it downloaded.
- 2
Open your settings
Your name in the bottom-left, then Settings → Skills (under Capabilities on older versions).
- 3
Add the skill
Click “Add skill” and choose the file you just downloaded.
- 4
Switch it on
Turn on the toggle next to it. That's it — nothing to set up.
Never installed a skill before? Follow the walkthrough below — the same steps, one click at a time, with pictures.
4Install walkthrough
Step by step, with pictures
First time installing a skill? Follow these in order. It's all clicking — about one minute.
- 1
Download the file
Scroll up and click the rust Download .zip button. Leave it zipped — Claude wants the
.zipexactly as it downloaded.
- 2
Open your settings
Go to claude.ai and click your name in the bottom-left corner, then Settings.

- 3
Find Skills
In Settings, open Skills. It sits under Customize in the left sidebar — on older versions it's under Capabilities.

- 4
Upload the file
Click Add in the top right, choose Upload a skill, then pick the
.zipfrom your Downloads folder.
- 5
Switch it on
The skill appears in your list with a toggle next to it. Turn it on.

- 6
Check it worked
Open a new chat and ask for what you want in plain English — the examples under Run it above are a good first try. The skill starts itself when it recognizes the job.
Nothing happening, or the skill showing as unavailable? Skills only run with code execution switched on. Go back to Settings, open Capabilities, turn on Code execution and file creation, then try again.
Skills work on every Claude plan, including Free. On a Team or Enterprise account an admin can switch code execution off for everyone — if Capabilities or Skills are missing from your settings entirely, that's usually why.
5Run it
Once installed, just type
cold walk my siteis my signup form still workingcheck my dashboardVague is fine. If it can't tell which of the three you mean, it asks rather than guessing.
Why it works
One skill instead of three prompts. Say what you want in plain English and it picks the right job — no hunting for the right file.
Tested by giving three fresh sessions one phrase each and no hint of the expected answer. "Cold walk my site" reached the Cold Walk. "Is my signup form still working?" reached the Watchdog. And the deliberately vague "check my site" got a question back rather than a guess, which was the real test.
Its freshness check then caught a genuine contamination on a live run — a browser claiming to have forgotten and carrying a cookie that said otherwise.
Straight about what it is: this routes you to the right job and carries every hardened rule the three prompts learned. No individual job has been run end to end through the skill itself, so if you want the most-proven route, use the three prompts directly.
Tips
- Ask in plain English. Vague is fine — it asks back.
- It won't run all three uninvited. One job per ask.
- Never force a test run of a schedule. It can wipe the schedule.
- The dashboard job needs its own login. It doesn't borrow your browser.
How to use it
- Save the body as SKILL.md in a folder called site-watch
- Put that folder where Claude Code keeps your skills
- Say what you want: "cold walk my site"
- Let it install anything missing on the first run
- Only schedule a job once you have watched it work