browser-navigator

Installation
SKILL.md

Browser Navigator

This skill automates complex web browser workflows. It has been evolved into a declarative engine that interprets YAML scenarios, allowing for robust automation without writing custom code.

1. YAML Scenario Format

Scenarios are stored as .yaml files. They define a sequence of actions to be performed.

name: 'Scenario Name'
steps:
  - action: 'goto'
    url: 'https://example.com'
  - action: 'login'
    credentials: 'connection_id' # Refers to knowledge/personal/connections/{id}.json
  - action: 'loop_approve'
    selector: 'a'
    item_filter_keywords: ['{YYYY}/{MM}']
    button: 'Approve'
Related skills
Installs
12
GitHub Stars
1
First Seen
Feb 13, 2026