diff --git a/cli/src/output.rs b/cli/src/output.rs index 59e5f27..2a7d64d 100644 --- a/cli/src/output.rs +++ b/cli/src/output.rs @@ -2853,6 +2853,20 @@ agent-browser - fast browser automation CLI for AI agents Usage: agent-browser [args] [options] +Start here (for AI agents): + agent-browser skills get agent-browser --full + + Skills ship with the CLI (always version-matched) and include workflow + patterns, ref/selector usage, and copy-paste examples. Prefer this over + guessing commands from flag docs alone. Specialized skills cover Electron + apps, Slack, exploratory testing, and cloud browser providers. + + skills [list] List available skills + skills get Get a skill's core content (overview + examples) + skills get --full Include references and templates + skills get --all Get every skill + skills path [name] Print skill directory path + Core Commands: open Navigate to URL click Click element (or @ref) @@ -2972,12 +2986,6 @@ Setup: dashboard start Start the observability dashboard profiles List available Chrome profiles -Skills: - skills [list] List available skills - skills get [--full] Get skill content (--full includes references) - skills get --all Get all skill content - skills path [name] Print skill directory path - Snapshot Options: -i, --interactive Only interactive elements -c, --compact Remove empty structural elements