skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
lttr/dotfiles1 installs

agent-browser

Automate a real browser with the agent-browser CLI — open pages, snapshot interactive elements, click/fill by ref, extract content. Use when the user wants to browse, open a page, visit a URL, navigate a site, click or fill a form element, scrape, take a screenshot of a page, test a web app, or says "agent-browser". Works as a general-purpose browser automation tool in any repo, even ones without a local browser skill installed.

How do I install this agent skill?

npx skills add https://github.com/lttr/dotfiles --skill agent-browser
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill enables general-purpose browser automation. The primary security consideration is the inherent risk of Indirect Prompt Injection when the agent processes content from arbitrary external websites.

  • Socketpass

    No alerts

  • Snykwarn

    Risk: MEDIUM · 1 issue

What does this agent skill do?

agent-browser

General-purpose browser automation via the agent-browser CLI. Run agent-browser --help for the full command list.

Core workflow

  1. agent-browser open <url> — navigate to a page
  2. agent-browser snapshot -i — get interactive elements with refs (@e1, @e2, ...)
  3. agent-browser click @e1 / agent-browser fill @e2 "text" — interact using refs
  4. Re-snapshot after the page changes (navigation, dynamic content, dialogs)

Local skills for heavy use

When a repo uses browser automation extensively (e.g. scripted test flows, recurring scraping jobs, repo-specific login dances), prefer installing a repo-local agent-browser skill or command that encodes the project's conventions. This global skill is the fallback for ad-hoc automation in repos without one.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/lttr/dotfiles/agent-browser">View agent-browser on skillZs</a>