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
More from famaoai-creator/gemini-skills
data-transformer
Convert between CSV, JSON, and YAML formats.
23pmo-governance-lead
Output file path
21completeness-scorer
Evaluate text completeness based on criteria.
21local-reviewer
Retrieves git diff of staged files for pre-commit AI code review.
21api-fetcher
Fetch data from REST/GraphQL APIs securely.
21prompt-optimizer
Optional output file path
21