Back to list
michalvavra

web-browser

by michalvavra

Configuration for AI coding agents.

1🍴 0📅 Jan 22, 2026

SKILL.md


name: web-browser description: Headless web browser CLI for navigation, snapshots, and element actions. compatibility: Requires Node.js 18+, agent-browser CLI, and Chromium download via agent-browser install. Linux may require agent-browser install --with-deps.

Web Browser

Headless web browser automation CLI optimized for AI workflows using snapshots and refs.

Usage

agent-browser open https://example.com
agent-browser snapshot -i --json > /tmp/agent-browser-snapshot.json
agent-browser click @e2
agent-browser fill @e3 "user@example.com"
agent-browser get text @e1
agent-browser screenshot page.png
agent-browser close

Workflow

  1. Open a URL with open.
  2. Create a snapshot in /tmp/ with agent-browser snapshot -i --json > /tmp/agent-browser-snapshot.json and identify refs.
  3. Act using refs with click, fill, or get text.
  4. Capture output with screenshot or get commands.
  5. Close the session with close.

Selectors

  • Prefer refs from snapshot like @e2 for deterministic selection.
  • CSS selectors and semantic locators also work.

Sessions

Use isolated sessions when working with multiple sites:

agent-browser --session agent1 open https://example.com
AGENT_BROWSER_SESSION=agent1 agent-browser click @e2
agent-browser session list

See references/commands.md for command coverage and options.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon