
Playwright Site Check
v0.1.0Every morning, opens your site and tells you if anything broke.
Playwright Site Check
agents
Site Checker
.agents/site-checker/
Morning Site Check
0 7 * * *
1
Agents
1
Jobs
1
Depts
2
Pages
Opens the user's site every morning and reports what broke, with screenshots of failures.
Playwright Site Check
Every morning, opens your site and tells you if anything broke.
What you get
One page, waiting for you every morning. Every page it checked gets one row โ the path, whether it passed, what a visitor would actually see, and a screenshot for anything that failed or ran slow. A page that quietly stopped working doesn't wait for someone to notice; it's already on the page when you open it.
The pages checked are example.com until you edit the agent โ a home page, a
pricing page, a contact page, none of them yours. Open the Site Checker agent
and replace them with your own site's pages before you rely on this for anything.
How to look at it
Open the Checks app in this cabinet. It comes pre-filled with a made-up example so you can see the shape of it straight away โ the page says clearly that the check is fake. Your first real check takes its place.
Before it can check the real web
Playwright is one of the easy ones. Click Connect in Cabinet's integrations screen โ there's no account and no sign-in. Cabinet runs Playwright on this computer, and your agents can open a real browser from then on.
What's inside
- Site Checker โ the one agent. Opens each page, writes what it found.
- Morning Site Check โ the one routine. Runs at 07:00 every day.
- Checks โ the one page. Opens on today's check, with a picker for earlier days.
$ git clone --filter=blob:none --sparse https://github.com/cabinetai/cabinets.git && cd cabinets && git sparse-checkout set playwright-site-check