The catalogue
Browser and gallery
Headless Chrome and the Playwright libraries, the shot command, and a gallery served on the loopback.
- Module
- ai.browser
- Category
- AI agents
What it installs
- Google Chrome on amd64, the distribution’s Chromium elsewhere, and the libraries Playwright needs that Ubuntu does not ship.
- The shot command, linked to the agent binary: it captures a page or files an image under ~/shots, in a folder per day, desktop or mobile viewport.
- A read-only gallery served on the loopback alone, as a systemd unit, so a capture has a URL an agent can hand back instead of a local path nobody else can open.
What it asks you for
Nothing. It installs as it is.
Good to know
This is what lets an agent look at the page it just changed instead of guessing. The gallery answers on 127.0.0.1 and nowhere else: the app reaches it through the SSH session it already holds, and no port is opened on the server.