askill
agent-browser

agent-browserSafety 90Repository

Browser automation via agent-browser CLI for web navigation, form filling, screenshots, scraping, login flows, and UI testing.

0 stars
1.2k downloads
Updated 2/6/2026

Package Files

Loading files...
SKILL.md

Agent Browser

Automate browser interactions through the agent-browser CLI for repeatable, scriptable web tasks.

Instructions

  1. Install and initialize the CLI.
  2. Open the target URL and capture a snapshot.
  3. Interact with elements using snapshot references.
  4. Re-snapshot after navigation or state changes.
  5. Export results (screenshots or JSON) for downstream use.

Quick Reference

TaskAction
Installnpm install -g agent-browser then agent-browser install
Open pageagent-browser open <url>
Snapshotagent-browser snapshot -i --json
Interactclick @eN, fill @eN "text"
Screenshotagent-browser screenshot output.png
DocsSee references/quick-start.md

Input Requirements

  • Target URL(s)
  • CLI installed and Chromium downloaded
  • Credentials if login is required

Output

  • Screenshots (PNG)
  • JSON snapshots of page structure
  • Extracted text/attributes

Quality Gates

  • Snapshot captured after each major navigation step
  • Interactions verified in a follow-up snapshot
  • Outputs saved to disk with clear filenames

Examples

Example 1: Capture a page snapshot

agent-browser open https://example.org
agent-browser snapshot -i --json > page.json

Troubleshooting

Issue: Chromium not installed Solution: Run agent-browser install (add --with-deps on Linux).

Issue: Element not found Solution: Re-snapshot and confirm the correct element reference.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

80/100Analyzed 2/20/2026

Well-structured skill document for browser automation via agent-browser CLI. Provides clear step-by-step instructions, a quick reference table with common commands, examples, and troubleshooting. Missing tags for discoverability and a trigger/when-to-use section. Located in dedicated skills folder indicating proper skill organization. High actionability and clarity with solid completeness. Reusable across projects as it's a general CLI tool reference."

90
85
75
70
80

Metadata

Licenseunknown
Version-
Updated2/6/2026
Publisherfmschulz

Tags

No tags yet.